Monday
Manage boards, items, and updates.
ProductivityOAuth125 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
MONDAY_ACCOUNT_TRIGGER_STATISTICS Tool to retrieve statistics about account-level triggers and automations. Use when you need to monitor trigger execution metrics including success rates, failure counts, and total execution numbers. | POST /composio/monday/monday_account_trigger_statistics | external_send | — | — | managed |
MONDAY_ACTIVATE_USERS Tool to activate or reactivate users in a Monday.com account. Use when you need to enable user accounts that were previously deactivated. Cannot be used to activate your own account. Requires account management permissions. | POST /composio/monday/monday_activate_users | external_send | — | — | managed |
MONDAY_ADD_SUBSCRIBERS_TO_BOARD Tool to add users as subscribers to a Monday.com board. Use when granting subscriber or owner access to specific users on a board. Note: This mutation is deprecated - consider using add_users_to_board instead. | POST /composio/monday/monday_add_subscribers_to_board | external_send | — | — | managed |
MONDAY_ADD_SUBSCRIBERS_TO_OBJECT Tool to add subscribers or owners to a monday.com object. Use when you need to grant users notification access or ownership permissions to a specific object. | POST /composio/monday/monday_add_subscribers_to_object | external_send | — | — | managed |
MONDAY_ADD_TEAMS_TO_BOARD Tool to add teams to a Monday.com board with specified permission levels. Use when you need to associate teams with a board as owners or subscribers. | POST /composio/monday/monday_add_teams_to_board | external_send | — | — | managed |
MONDAY_ADD_USERS_TO_BOARD Adds users to a Monday.com board with a specified role. | POST /composio/monday/monday_add_users_to_board | external_send | — | — | managed |
MONDAY_ADD_USERS_TO_TEAM Tool to add users to a Monday.com team. Use when updating team membership by adding user(s). | POST /composio/monday/monday_add_users_to_team | external_send | — | — | managed |
MONDAY_ADD_USERS_TO_WORKSPACE Tool to add one or more users to a workspace. Use when inviting existing users to collaborate in a workspace. | POST /composio/monday/monday_add_users_to_workspace | external_send | — | — | managed |
MONDAY_AGGREGATE_DATA Tool to aggregate data across Monday.com boards using groupings and aggregation functions like COUNT, SUM, MEAN, MIN, MAX. Use when you need to compute metrics, counts, or summaries from board data with optional filtering and grouping. | POST /composio/monday/monday_aggregate_data | external_send | — | — | managed |
MONDAY_APP_SUBSCRIPTION Tool to retrieve current app subscription data for the account. Use when you need to check subscription status, billing period, trial status, or pricing information. Must be called within app context using account authentication token. | POST /composio/monday/monday_app_subscription | external_send | — | — | managed |
MONDAY_ARCHIVE_BOARD Archives a specified, existing, and unarchived board in Monday.com; archived boards can typically be restored later. | POST /composio/monday/monday_archive_board | external_send | — | — | managed |
MONDAY_ARCHIVE_ITEM Archives an existing Monday.com item, moving it from active board views to the archive where it can be potentially restored. | POST /composio/monday/monday_archive_item | external_send | — | — | managed |
MONDAY_ARCHIVE_OBJECT Archives a Monday.com object by changing its state to archived rather than permanently deleting it. Use when you need to remove objects from active use while preserving the ability to restore them later. | POST /composio/monday/monday_archive_object | external_send | — | — | managed |
MONDAY_ARCHIVE_WORKSPACE Tool to archive a Monday.com workspace. Use when you want to soft-remove a workspace from view. | POST /composio/monday/monday_archive_workspace | external_send | — | — | managed |
MONDAY_AUDIT_LOGS Tool to retrieve detailed security-related activity records for a Monday.com account. Use when you need to audit user actions, security events, or account activity. Requires Enterprise plan and account admin permissions with manage_account_security scope. | POST /composio/monday/monday_audit_logs | external_send | — | — | managed |
MONDAY_BLOCKS Tool to retrieve document block data from workdocs via the API. Returns block metadata including type, content, position, and creation info. Use when you need to fetch content blocks from Monday.com documents. | POST /composio/monday/monday_blocks | external_send | — | — | managed |
MONDAY_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. | POST /composio/monday/monday_boards | external_send | — | — | managed |
MONDAY_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. | POST /composio/monday/monday_change_simple_column_value | external_send | — | — | managed |
MONDAY_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. | POST /composio/monday/monday_columns | external_send | — | — | managed |
MONDAY_CONNECTION_BOARD_IDS Tool to retrieve board IDs associated with connection columns. Use when you need to discover which boards can be linked through connection columns. Queries boards and filters for connection columns (board_relation type) to extract the configured board IDs from their settings. | POST /composio/monday/monday_connection_board_ids | external_send | — | — | managed |
MONDAY_CONNECTIONS Tool to retrieve connection data for integrations with external services. Use when you need to inspect or manage integrations like Gmail, Slack, or other external service connections. Returns a list of connections with details about authentication, state, and associated accounts. | POST /composio/monday/monday_connections | external_send | — | — | managed |
MONDAY_CONNECT_PROJECT_TO_PORTFOLIO Links an existing project board to a portfolio board for centralized management. Requires boards:write scope and Enterprise plan. | POST /composio/monday/monday_connect_project_to_portfolio | external_send | — | — | managed |
MONDAY_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. | POST /composio/monday/monday_convert_board_to_project | external_send | — | — | managed |
MONDAY_CREATE_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. | POST /composio/monday/monday_create_board | external_send | — | — | managed |
MONDAY_CREATE_COLUMN Creates a new column with a specified type and title on a monday.com board. | POST /composio/monday/monday_create_column | external_send | — | — | managed |
MONDAY_CREATE_CUSTOM_ACTIVITY Tool to create a custom activity in the Monday.com Emails & Activities app. Use when you need to define a new activity type with specific color and icon for tracking interactions. | POST /composio/monday/monday_create_custom_activity | external_send | — | — | managed |
MONDAY_CREATE_DASHBOARD Tool to create a Monday.com dashboard with associated boards. Use when you need to establish a new dashboard in a workspace with specific board visibility settings. | POST /composio/monday/monday_create_dashboard | external_send | — | — | managed |
MONDAY_CREATE_DOC Tool to create a new doc in Monday.com. Use when you need to add a doc to a workspace or into a doc column on an item. | POST /composio/monday/monday_create_doc | external_send | — | — | managed |
MONDAY_CREATE_FOLDER Tool to create a new folder in a Monday.com workspace to organize boards. Use when you need to structure boards within a workspace by grouping them into folders. | POST /composio/monday/monday_create_folder | external_send | — | — | managed |
MONDAY_CREATE_GROUP Creates a new group with the given `group_name` on an existing Monday.com board, identified by its `board_id`. | POST /composio/monday/monday_create_group | external_send | — | — | managed |
MONDAY_CREATE_ITEM Creates a new item on a Monday.com board, optionally assigning it to a group and setting column values. | POST /composio/monday/monday_create_item | external_send | — | — | managed |
MONDAY_CREATE_ITEM_FROM_NL 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. | POST /composio/monday/monday_create_item_from_nl | external_send | — | — | managed |
MONDAY_CREATE_NOTIFICATION Tool to send a notification to a user. Use when you need to alert a user about a board, item, or update. Call after obtaining the user and target IDs. | POST /composio/monday/monday_create_notification | external_send | — | — | managed |
MONDAY_CREATE_OBJECT Tool to create any Monday.com object via GraphQL mutation. Use when you need to create workspaces, boards, items, columns, docs, updates, webhooks, or other Monday.com objects using custom GraphQL queries. | POST /composio/monday/monday_create_object | external_send | — | — | managed |
MONDAY_CREATE_TAG Tool to create a new tag or return an existing tag. Use when you need to label items with color-coded tags on a public or private board. | POST /composio/monday/monday_create_tag | external_send | — | — | managed |
MONDAY_CREATE_TIMELINE_ITEM Tool to create a new timeline item in the Emails & Activities app on a Monday.com item. Use when you need to establish a timeline event or activity on an item. Note: Timeline items created via this action won't trigger automations that run when a new E&A timeline item is created. | POST /composio/monday/monday_create_timeline_item | external_send | — | — | managed |
MONDAY_CREATE_UPDATE Tool to create a new update for an item or reply to an existing update. Use after determining the target item or update to comment on. | POST /composio/monday/monday_create_update | external_send | — | — | managed |
MONDAY_CREATE_USER Tool to invite and create a new user. Use when you need to programmatically add new users to your Monday account. | POST /composio/monday/monday_create_user | external_send | — | — | managed |
MONDAY_CREATE_WORKSPACE Tool to create a Monday.com workspace. Use when you need to programmatically add a workspace after planning your project structure. | POST /composio/monday/monday_create_workspace | external_send | — | — | managed |
MONDAY_CUSTOM_ACTIVITY Tool to retrieve custom activity data from the Emails & Activities app. Use when you need to list available custom activities with their metadata. Returns up to 50 activities per query. | POST /composio/monday/monday_custom_activity | external_send | — | — | managed |
MONDAY_DEACTIVATE_USERS Tool to deactivate users from a monday.com account. Use when you need to remove users from the account; only admins can perform this action, and users cannot deactivate themselves. Deactivating a user also deactivates their integrations and automations. | POST /composio/monday/monday_deactivate_users | external_send | — | — | managed |
MONDAY_DELETE_ASSET Tool to remove uploaded files. Since monday.com doesn't provide a direct asset deletion API, this tool deletes the enclosing update or clears files from a File column. Both operations are permanent and irreversible; confirm with the user before invoking. | POST /composio/monday/monday_delete_asset | external_send | — | — | managed |
MONDAY_DELETE_BOARD Tool to permanently delete a board from your Monday.com account. Use when you need to remove a board permanently after verifying its ID. This action cannot be undone. | POST /composio/monday/monday_delete_board | external_send | — | — | managed |
MONDAY_DELETE_COLUMN Deletes a specified column from a Monday.com board; this action is destructive and cannot be undone via the API. | POST /composio/monday/monday_delete_column | external_send | — | — | managed |
MONDAY_DELETE_CUSTOM_ACTIVITY Tool to delete a custom activity from the Emails & Activities app. Use when you need to remove a custom activity by its unique identifier. | POST /composio/monday/monday_delete_custom_activity | external_send | — | — | managed |
MONDAY_DELETE_DOC Tool to delete a Monday.com doc by its ID. Use when you need to remove a doc that is no longer needed. | POST /composio/monday/monday_delete_doc | external_send | — | — | managed |
MONDAY_DELETE_FOLDER Tool to permanently delete a folder and all its contents from a Monday.com workspace. Use when you need to remove a folder along with all nested subfolders and boards. This action is irreversible. | POST /composio/monday/monday_delete_folder | external_send | — | — | managed |
MONDAY_DELETE_GROUP Permanently deletes an existing group (and its items) from an existing board in Monday.com. | POST /composio/monday/monday_delete_group | external_send | — | — | managed |
MONDAY_DELETE_ITEM Permanently deletes an existing Monday.com item; this action is irreversible via the API. | POST /composio/monday/monday_delete_item | external_send | — | — | managed |
MONDAY_DELETE_OBJECT Tool to permanently delete a Monday.com object with a 30-day recovery grace period. Use when you need to remove any object type from Monday.com by its unique identifier. | POST /composio/monday/monday_delete_object | external_send | — | — | managed |
MONDAY_DELETE_SUBSCRIBERS_FROM_BOARD Tool to remove subscribers from a Monday.com board. Use when revoking subscriber access for specific users on a board. | POST /composio/monday/monday_delete_subscribers_from_board | external_send | — | — | managed |
MONDAY_DELETE_TAG Tool to remove a tag from an item in Monday.com. Important: Monday.com's GraphQL API does not provide a mutation to delete a tag from the account. Tags are account-level entities shared across boards. This action can remove a tag from a specific item by updating its tags column to exclude the given tag_id. To do so, provide item_id and board_id. | POST /composio/monday/monday_delete_tag | external_send | — | — | managed |
MONDAY_DELETE_TEAM Tool to delete an existing team; use when you need to permanently remove a team by its ID after confirming it’s no longer needed. | POST /composio/monday/monday_delete_team | external_send | — | — | managed |
MONDAY_DELETE_TEAMS_FROM_BOARD Tool to remove teams from a board; use when you need to revoke team access to a specific board. | POST /composio/monday/monday_delete_teams_from_board | external_send | — | — | managed |
MONDAY_DELETE_TEAMS_FROM_WORKSPACE Tool to remove teams from a workspace. Use when revoking workspace access for specific teams. | POST /composio/monday/monday_delete_teams_from_workspace | external_send | — | — | managed |
MONDAY_DELETE_TIMELINE_ITEM Tool to delete a timeline item from the Emails & Activities app. Use when you need to remove an existing timeline event or activity from a Monday.com item. This action is irreversible. | POST /composio/monday/monday_delete_timeline_item | external_send | — | — | managed |
MONDAY_DELETE_UPDATE Tool to delete an update by its ID. Use when an update is no longer relevant. Use after confirming deletion is irreversible. | POST /composio/monday/monday_delete_update | external_send | — | — | managed |
MONDAY_DELETE_WORKSPACE Tool to permanently delete a workspace by its ID. Use when a workspace is no longer needed. Use after confirming deletion is irreversible. | POST /composio/monday/monday_delete_workspace | external_send | — | — | managed |
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. | POST /composio/monday/monday_docs | external_send | — | — | managed |
MONDAY_DUPLICATE_BOARD Tool to duplicate a Monday.com board with its structure and optionally items and updates. Use when you need to create a copy of an existing board. Duplication is asynchronous and may take time to complete for large boards. | POST /composio/monday/monday_duplicate_board | external_send | — | — | managed |
MONDAY_DUPLICATE_ITEM Duplicates an item on a Monday.com board, optionally including its updates. | POST /composio/monday/monday_duplicate_item | external_send | — | — | managed |
MONDAY_EDIT_UPDATE Tool to modify the text content of an existing update on an item. Use when you need to correct or change a previously posted update. | POST /composio/monday/monday_edit_update | external_send | — | — | managed |
MONDAY_GET_ACCOUNT_INFO Retrieve account metadata and settings for the authenticated Monday.com account. Use this action to inspect account configuration such as: - Account name, slug, and tier - Active member count - Calendar preferences (first day of week, timeline weekends) - Active products and billing plan details Requires the 'account:read' OAuth scope. | GET /composio/monday/monday_get_account_info | none | — | — | managed |
MONDAY_GET_ACTIVITY_LOGS Tool to retrieve activity logs from a specific Monday.com board. Use when you need to track changes, user actions, or board history for auditing or analytics purposes. | GET /composio/monday/monday_get_activity_logs | none | — | — | managed |
MONDAY_GET_API_VERSION Tool to retrieve the Monday.com API version in use. Use when you need to check which API version is currently active for debugging or compatibility purposes. | GET /composio/monday/monday_get_api_version | none | — | — | managed |
MONDAY_GET_ASSETS Tool to retrieve file/asset metadata from monday.com by asset IDs. Returns file information including URL, name, size, extension, and thumbnails for images. Asset IDs originate from updates, update replies, or file-type columns. | GET /composio/monday/monday_get_assets | none | — | — | managed |
MONDAY_GET_BOARD_VIEWS Tool to retrieve board view data via GraphQL API. Returns array of board view metadata including type, settings, filters, and access levels. Must be nested within a boards query. | GET /composio/monday/monday_get_board_views | none | — | — | managed |
MONDAY_GET_FAVORITES Tool to retrieve all favorited items for the authenticated user. Use when you need to query items that have been marked as favorites. | GET /composio/monday/monday_get_favorites | none | — | — | managed |
MONDAY_GET_FOLDERS Tool to retrieve folder data from workspaces with filtering and pagination options. Use when you need to list folders from specific workspaces or filter by folder IDs. | GET /composio/monday/monday_get_folders | none | — | — | managed |
MONDAY_GET_FORM Tool to retrieve form metadata via the API using the form's unique token from the URL. Returns form configuration, questions, and settings. | GET /composio/monday/monday_get_form | none | — | — | managed |
MONDAY_GET_ITEMS 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. | GET /composio/monday/monday_get_items | none | — | — | managed |
MONDAY_GET_ME Tool to fetch the current authenticated user's profile and permissions. Use when you need to retrieve user metadata before performing other operations. | GET /composio/monday/monday_get_me | none | — | — | managed |
MONDAY_GET_MUTATION_COMPLEXITY Tool to get complexity data of mutations in Monday.com. Use when you need to track API quota usage or monitor rate limits for mutation operations. | GET /composio/monday/monday_get_mutation_complexity | none | — | — | managed |
MONDAY_GET_QUERY_COMPLEXITY Tool to retrieve complexity data and cost metrics for Monday.com API operations. Use when you need to monitor API rate limits and complexity budget usage. | GET /composio/monday/monday_get_query_complexity | none | — | — | managed |
MONDAY_GET_TAGS Tool to retrieve tags from the account. Use when you need to list all tags or filter by specific IDs. | GET /composio/monday/monday_get_tags | none | — | — | managed |
MONDAY_GET_TEAMS Tool to retrieve teams from Monday.com. Use when you need an overview of teams in your account. | GET /composio/monday/monday_get_teams | none | — | — | managed |
MONDAY_GET_UPDATE_REPLIES Retrieves updates and their replies for a specific Monday.com item. Use this to fetch conversation threads and discussions attached to an item, including all replies to each update. | GET /composio/monday/monday_get_update_replies | none | — | — | managed |
MONDAY_GET_UPDATES Tool to retrieve updates for a specific item. Use when you need to fetch the conversation history tied to an item. | GET /composio/monday/monday_get_updates | none | — | — | managed |
MONDAY_GET_VERSIONS Tool to retrieve data about available API versions. Use when you need to check which API versions are supported by Monday.com. | GET /composio/monday/monday_get_versions | none | — | — | managed |
MONDAY_GET_VIEW_SCHEMA_BY_TYPE Tool to retrieve type-specific board view configuration schemas via GraphQL API. Use when you need to understand the structure and available settings for creating or updating board views of a specific type. | GET /composio/monday/monday_get_view_schema_by_type | none | — | — | managed |
MONDAY_GET_WEBHOOKS Tool to retrieve webhooks for a board. Use when you need to list all webhooks on a board. | GET /composio/monday/monday_get_webhooks | none | — | — | managed |
MONDAY_GET_WORKSPACES Tool to retrieve workspaces. Use when you need to list workspaces with optional filtering, pagination, or ordering after authentication. | GET /composio/monday/monday_get_workspaces | none | — | — | managed |
MONDAY_IMPORT_DOC_FROM_HTML Tool to import HTML content into a new Monday.com doc, converting it to doc blocks. Use when you need to create a doc from HTML content. | POST /composio/monday/monday_import_doc_from_html | external_send | — | — | managed |
MONDAY_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. | POST /composio/monday/monday_items_page | external_send | — | — | managed |
MONDAY_LIKE_UPDATE Tool to like an update on an item. Use when you want to express approval or acknowledgment of an update. | POST /composio/monday/monday_like_update | external_send | — | — | managed |
MONDAY_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. | GET /composio/monday/monday_list_board_items | none | — | — | managed |
MONDAY_LIST_BOARDS DEPRECATED: Use MONDAY_BOARDS instead. Retrieves a list of boards from a Monday.com account, supporting pagination and filtering by state. | GET /composio/monday/monday_list_boards | none | — | — | managed |
MONDAY_LIST_COLUMNS DEPRECATED: Use MONDAY_COLUMNS instead. Lists all columns and their properties for a specified Monday.com `board_id`; the board must exist. | GET /composio/monday/monday_list_columns | none | — | — | managed |
MONDAY_LIST_GROUPS Tool to retrieve all groups of a specified board. Use when you need to list groups on a board after confirming its board ID. Response is nested under data → boards[0] → groups; confirm boards[0] exists before accessing groups. | GET /composio/monday/monday_list_groups | none | — | — | managed |
MONDAY_LIST_ITEMS Retrieves specified subitems from Monday.com using their IDs, returning raw JSON. Returned `column_values` fields (`text`, `value`) are frequently null or JSON-encoded strings (including numbers as quoted strings); null-check and JSON-decode before use. | GET /composio/monday/monday_list_items | none | — | — | managed |
MONDAY_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. | GET /composio/monday/monday_list_items_by_column_values | none | — | — | managed |
MONDAY_LIST_SUBITEMS_BY_PARENT Tool to retrieve subitems nested under parent items via GraphQL API. Use when you need to list subitems and their column values for specific parent items. Monday's API requires querying subitems through their parent items. | GET /composio/monday/monday_list_subitems_by_parent | none | — | — | managed |
MONDAY_LIST_TEAM_MEMBERS Tool to list members of a specified team. Use when you need to retrieve all users in a given Monday.com team after confirming its team ID. | GET /composio/monday/monday_list_team_members | none | — | — | managed |
MONDAY_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. | GET /composio/monday/monday_list_users | none | — | — | managed |
MONDAY_MOVE_ITEM_TO_BOARD Moves a Monday.com item to a specified board and group; requires the item, target board, and target group to exist. | POST /composio/monday/monday_move_item_to_board | external_send | — | — | managed |
MONDAY_MOVE_ITEM_TO_GROUP Moves an item to a different group on the same Monday.com board; the item and group must exist. | POST /composio/monday/monday_move_item_to_group | external_send | — | — | managed |
MONDAY_MUTE_BOARD_SETTINGS Tool to query a board's notification mute settings. Use when you need to check if notifications are muted for specific boards. | POST /composio/monday/monday_mute_board_settings | external_send | — | — | managed |
MONDAY_PIN_TO_TOP Tool to pin an update to the top of an item. Use when you need to highlight an important update or keep it visible at the top. | POST /composio/monday/monday_pin_to_top | external_send | — | — | managed |
MONDAY_PUBLISH_OBJECT Tool to publish a Monday.com object. Use when you need to make an object publicly visible or change its state to published. | POST /composio/monday/monday_publish_object | external_send | — | — | managed |
MONDAY_QUERY_DASHBOARDS Tool to query dashboards via Monday.com objects API. Use when you need to list all dashboards with their metadata, owners, and subscribers. | POST /composio/monday/monday_query_dashboards | external_send | — | — | managed |
MONDAY_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. | POST /composio/monday/monday_query_sprints | external_send | — | — | managed |
MONDAY_REMOVE_USERS_FROM_TEAM Tool to remove users from a Monday.com team. Use when updating team membership by removing user(s). | POST /composio/monday/monday_remove_users_from_team | external_send | — | — | managed |
MONDAY_REMOVE_USERS_FROM_WORKSPACE Tool to remove users from a workspace. Use when revoking access for specific users in a workspace. | POST /composio/monday/monday_remove_users_from_workspace | external_send | — | — | managed |
MONDAY_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. | POST /composio/monday/monday_set_board_permission | external_send | — | — | managed |
MONDAY_TIMELINE Tool to retrieve an item's Email & Activities (E&A) timeline data from Monday.com. Use when you need to access CRM activity tracking and client communication history for a specific item. This returns a paginated list of timeline entries. | POST /composio/monday/monday_timeline | external_send | — | — | managed |
MONDAY_TIMELINE_ITEM Tool to retrieve a specific timeline item from the Emails & Activities app by ID. Use when you need to fetch metadata including content, user, title, type, and associated custom activity for a timeline item. | POST /composio/monday/monday_timeline_item | external_send | — | — | managed |
MONDAY_UNLIKE_UPDATE Tool to remove a like from an update on an item. Use when you want to retract a previously expressed approval or acknowledgment of an update. | POST /composio/monday/monday_unlike_update | external_send | — | — | managed |
MONDAY_UNPIN_FROM_TOP Tool to unpin an update from the top of an item. Use when you want to remove a pinned update from the top position of an item's updates feed. | POST /composio/monday/monday_unpin_from_top | external_send | — | — | managed |
MONDAY_UNPUBLISH_OBJECT Unpublish a Monday.com object (board, item, or workspace) to revert it from a published state. The operation will return success=true only if the object was previously published and can be unpublished. If the object is not in a publishable state or was never published, success=false is returned. | POST /composio/monday/monday_unpublish_object | external_send | — | — | managed |
MONDAY_UPDATE_BOARD Updates a specified attribute of an existing board on Monday.com. | POST /composio/monday/monday_update_board | external_send | — | — | managed |
MONDAY_UPDATE_BOARD_HIERARCHY Updates a board's position, workspace, or product in Monday.com. Use when you need to move a board to a different workspace or folder, assign it to a product, or reposition it relative to other boards. | POST /composio/monday/monday_update_board_hierarchy | external_send | — | — | managed |
MONDAY_UPDATE_COLUMN Tool to update column title or description. Use when modifying a column’s metadata after creation. | POST /composio/monday/monday_update_column | external_send | — | — | managed |
MONDAY_UPDATE_DOC Tool to update a doc's title or append markdown content. Use when renaming docs or adding Markdown blocks to existing docs. | POST /composio/monday/monday_update_doc | external_send | — | — | managed |
MONDAY_UPDATE_EMAIL_DOMAIN Tool to update users' email domains. Use when migrating users to a new email domain; requires admin privileges. | POST /composio/monday/monday_update_email_domain | external_send | — | — | managed |
MONDAY_UPDATE_FOLDER Tool to update a Monday.com folder's properties including name, color, or parent folder. Use when you need to modify existing folder details or move folders between workspaces. | POST /composio/monday/monday_update_folder | external_send | — | — | managed |
MONDAY_UPDATE_GROUP Tool to update an existing group on a board. Use when you need to modify a group's attribute (title, color, or position) after confirming the group ID. | POST /composio/monday/monday_update_group | external_send | — | — | managed |
MONDAY_UPDATE_ITEM Tool to update an existing item's column value on Monday.com. Use when setting complex column types like Timeline or People. | POST /composio/monday/monday_update_item | external_send | — | — | managed |
MONDAY_UPDATE_MULTIPLE_USERS Tool to update one or multiple users' attributes on Monday.com. Use when you need to batch update user profiles such as name, email, title, or department. | POST /composio/monday/monday_update_multiple_users | external_send | — | — | managed |
MONDAY_UPDATE_MUTE_BOARD_SETTINGS Tool to update a board's notification mute settings. Use when you need to configure notification preferences for a specific board. | POST /composio/monday/monday_update_mute_board_settings | external_send | — | — | managed |
MONDAY_UPDATE_TAG Tool to return a tag's details or best-effort "rename" by creating or getting a tag with the requested name. The monday API does not support updating existing tag name/color. | POST /composio/monday/monday_update_tag | external_send | — | — | managed |
MONDAY_UPDATE_TEAM Tool to update a team's details in Monday.com. Use after identifying the team and desired changes. | POST /composio/monday/monday_update_team | external_send | — | — | managed |
MONDAY_UPDATE_USERS_ROLE Tool to update users' roles to custom or default roles. Use when changing user permissions; admin-only operation. Cannot update your own role. | POST /composio/monday/monday_update_users_role | external_send | — | — | managed |
MONDAY_UPDATE_WORKSPACE Tool to update a Monday.com workspace. Use when you need to modify the name, description, visibility, or product placement of an existing workspace. | POST /composio/monday/monday_update_workspace | external_send | — | — | managed |
MONDAY_UPLOAD_ASSET Tool to upload a file to an update or file column. Use when you need to attach a file to an existing update or file column. File attachments are permanent and irreversible; confirm with the user before uploading. | POST /composio/monday/monday_upload_asset | external_send | — | — | managed |
MONDAY_USER_CONNECTIONS Tool to query user-specific connection data from Monday.com. Use when you need to retrieve integration connections established by the authenticated user with external services. | POST /composio/monday/monday_user_connections | external_send | — | — | managed |