Skip to main content
Glama
mondaycom

monday MCP Server

Official
by mondaycom

Search

search
Read-onlyIdempotent

Search monday.com for boards, documents, folders, workspaces, updates, or items using a search term and type. Returns IDs with object type prefixes.

Instructions

Search within monday.com platform. Can search for boards, documents, folders, workspaces, updates, and items. For searching/listing specific users and teams, use list_users_and_teams tool. For account-level info (plan, member count, products), use get_user_context tool. For groups, use get_board_info tool. ITEMS search requires a searchTerm and only returns id, title, and url. WORKSPACES search requires a searchTerm and only returns id, title, and description. UPDATES search requires a searchTerm and returns id, title (the update body), itemId, boardId, and creatorId. Optionally scope it with boardIds and/or creatorIds. IMPORTANT: ids returned by this tool are prefixed with the type of the object (e.g doc-123, board-456, folder-789, workspace-101, update-303, item-321). When passing the ids to other tools, you need to remove the prefix and just pass the number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchTermNoThe search term to use for the search.
searchTypeYesThe type of search to perform.
limitNoThe number of items to get. The max and default value is 20.
pageNoThe page number to get. The default value is 1.
workspaceIdsNoThe ids of the workspaces to search in. [IMPORTANT] Only pass this param if user explicitly asked to search within specific workspaces.
boardIdsNoThe ids of the boards to scope the search to. [IMPORTANT] Only applies to UPDATES search, and only pass it if the user explicitly asked to search within specific boards.
creatorIdsNoThe ids of the users whose updates to search. [IMPORTANT] Only applies to UPDATES search, and only pass it if the user explicitly asked to search updates by specific authors.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate read-only and idempotent behavior. The description adds significant behavioral details: return fields vary by type, IDs require prefix stripping, and UPDATES can be scoped by boardIds/creatorIds. Pagination (limit, page) is also disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections per type and important notes. While somewhat lengthy, every sentence provides value. Minor improvements could be more concise, but overall it's efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (7 params, multiple types), the description covers output behavior for ITEMS, WORKSPACES, and UPDATES, and includes critical prefix handling. However, it lacks return field details for BOARDS, DOCUMENTS, and FOLDERS searches. Output schema is absent, so these details would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds value by clarifying that searchTerm is required for ITEMS search (though not in schema), and gives conditional usage rules for workspaceIds, boardIds, and creatorIds (only pass if user explicitly asked). This enhances understanding beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches the monday.com platform and lists the types of objects it can search (boards, documents, folders, workspaces, updates, items). It differentiates from siblings by explicitly naming alternatives for user/teams, account info, and groups.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use alternative tools (list_users_and_teams, get_user_context, get_board_info) for specific search needs. It also gives specific behaviors per search type, such as required searchTerm for ITEMS and scoping options for UPDATES.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mondaycom/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server