Skip to main content
Glama
mondaycom

monday MCP Server

Official
by mondaycom

List Workspaces

list_workspaces
Read-onlyIdempotent

List workspaces accessible to you, ordered by membership. Returns workspace IDs, names, and descriptions with pagination.

Instructions

List all workspaces available to the user, ordered by membership (user's workspaces first). Returns workspaces with their ID, name, and description. [IMPORTANT] To search for workspaces by name, use the "search" tool with searchType WORKSPACES instead — it provides faster and more accurate results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of workspaces to return. Default is (100), lower for a smaller response size
pageNoPage number to return. Default is 1.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds behavioral context: ordering behavior (user's workspaces first) and return fields (ID, name, description). This exceeds annotations without contradiction.

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

Conciseness5/5

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

The description is extremely concise: two sentences plus an important note. It front-loads the primary purpose and then provides critical alternative guidance. Every sentence is essential.

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

Completeness5/5

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

Despite no output schema, the description clearly states what is returned (ID, name, description) and mentions ordering and pagination through parameters. For a simple list tool, this covers all necessary context.

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

Parameters3/5

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

Schema coverage is 100%, with both 'limit' and 'page' having descriptions in the schema. The tool description does not further elaborate on parameters, so it does not add value beyond the schema. Baseline score of 3 is appropriate.

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 explicitly states 'List all workspaces available to the user' with specific ordering (by membership) and return fields (ID, name, description). It also differentiates from the sibling 'search' tool via the important note, which clearly distinguishes the tool's purpose.

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 includes an explicit [IMPORTANT] note directing users to use the 'search' tool with searchType WORKSPACES for name-based searching, providing clear guidance on when to use an alternative. This makes usage guidelines exceptional.

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