← All Skills
M

Tasks & projects

Monday

Manage boards, items, and updates.

monday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more

Triggers0

Things that can wake up your Monday coworker.

No triggers published for Monday yet — but you can still run it on a schedule or from a chat.

Actions20

Things your coworker can do in Monday.

  • Add users to board

    Adds users to a Monday.com board with a specified role.

    MONDAY_ADD_USERS_TO_BOARD
  • Get boards

    Tool to retrieve board data via the Monday.com API. Returns core metadata (id, name, state, kind, hierarchy type, workspace) about one or multiple boards with filtering options by state, board kind, hierarchy type, and workspace. For structural details, column configurations, or ownership info, use dedicated board enrichment tools.

    MONDAY_BOARDS
  • Change simple column value

    Changes a specific column's value for a Monday.com item using a simple string, suitable for Text, Status, or Dropdown columns; can create new labels if `create_labels_if_missing` is true for Status/Dropdown columns.

    MONDAY_CHANGE_SIMPLE_COLUMN_VALUE
  • Get board columns

    Tool to retrieve column metadata from boards via the GraphQL API. Returns array of column information including type, title, settings, and capabilities. Use when you need to inspect board structure or column configuration.

    MONDAY_COLUMNS
  • Connect project to portfolio

    Links an existing project board to a portfolio board for centralized management. Requires boards:write scope and Enterprise plan.

    MONDAY_CONNECT_PROJECT_TO_PORTFOLIO
  • Convert board to project

    Converts a regular Monday.com board into a project board with advanced project management features. Use when upgrading a board to enable project-specific capabilities like timeline views, project status tracking, and owner assignments.

    MONDAY_CONVERT_BOARD_TO_PROJECT
  • Create a Monday board

    Creates a Monday.com board; `template_id` if used must be accessible, and `folder_id` must be in `workspace_id` if both are provided.

    MONDAY_CREATE_BOARD
  • Create column

    Creates a new column with a specified type and title on a monday.com board.

    MONDAY_CREATE_COLUMN
  • Create item

    Creates a new item on a Monday.com board, optionally assigning it to a group and setting column values.

    MONDAY_CREATE_ITEM
  • Create Item From Natural Language

    Creates a new item on a Monday.com board from a natural language description. Fetches the board's column schema at runtime, uses an LLM to generate the column values and extract the item name, and creates the item.

    MONDAY_CREATE_ITEM_FROM_NL
  • Retrieve Monday docs

    Tool to retrieve Monday.com document data via the API. Use when you need to fetch documents with filtering by IDs, object IDs, workspace IDs, or with pagination support.

    MONDAY_DOCS
  • Get items by IDs

    Tool to retrieve specific items by their IDs from Monday.com, returning metadata including name, timestamps, state, board, and group information. Use when you need to fetch detailed information about specific items.

    MONDAY_GET_ITEMS
  • Get items page

    Tool to retrieve items from a Monday.com board (or group) with server-side filtering, full column_values, and cursor-based pagination via items_page and next_items_page queries. Use when you need paginated access to board items with detailed column data and optional filtering/sorting.

    MONDAY_ITEMS_PAGE
  • List board items

    DEPRECATED: Use MONDAY_ITEMS_PAGE instead, which supports cursor-based pagination. This tool may silently omit items on larger boards. Results include archived and deleted items by default — filter by state to retrieve only active items.

    MONDAY_LIST_BOARD_ITEMS
  • List Monday boards (Deprecated)

    DEPRECATED: Use MONDAY_BOARDS instead. Retrieves a list of boards from a Monday.com account, supporting pagination and filtering by state.

    MONDAY_LIST_BOARDS
  • List items by column values

    Tool to search for items on a Monday.com board based on column values using the items_page_by_column_values query. Use when you need to find items matching specific column criteria (e.g., status="Done", name contains "Task 1"). For initial requests, provide columns; for pagination, use the cursor from the previous response.

    MONDAY_LIST_ITEMS_BY_COLUMN_VALUES
  • List users

    Retrieves a list of users from Monday.com. Paginate by starting at page=1, incrementing page on each request, and stopping when the returned user list is empty. An empty user list does not signify action failure.

    MONDAY_LIST_USERS
  • Move item to group

    Moves an item to a different group on the same Monday.com board; the item and group must exist.

    MONDAY_MOVE_ITEM_TO_GROUP
  • Query sprints

    Tool to query sprint data for agile project management from Monday.com boards. Use when you need to retrieve sprint information including sprint title, ID, color, position, archived/deleted status, and associated items.

    MONDAY_QUERY_SPRINTS
  • Set board permission

    Sets or updates a board's default role and permissions. Use when you need to configure default permissions for a board. Requires boards:write scope and can only be used by board owners on enterprise plans.

    MONDAY_SET_BOARD_PERMISSION