Skip to main content
Glama

List monday.com workspaces

monday_list_workspaces
Read-only

List monday.com workspaces to get workspace IDs for filtering boards.

Instructions

Lists the workspaces in the account. Use a workspace id to narrow monday_list_boards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 50.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds minimal context beyond listing workspaces and the linkage to list_boards, but does not mention pagination, ordering, or other behavioral details. No contradiction with annotations.

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?

Two sentences, each earning its place: first states the core purpose, second gives a practical usage hint. No filler or redundancy.

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 simple nature of the tool, the readOnlyHint annotation, and the 100% schema coverage, the description covers the essentials. It explains the output's purpose (workspace ids) through the usage hint. Minor absence: does not explicitly mention that the account context is the default scope, but this is implied by 'in the account.'

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?

The schema provides 100% coverage for the single 'limit' parameter with description 'Default 50.' The tool description does not add any additional meaning about this parameter, so the baseline of 3 applies.

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 lists workspaces in the account, using a specific verb and resource. It also distinguishes itself from sibling tools by noting how the resulting workspace id can be used to narrow monday_list_boards.

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

Usage Guidelines4/5

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

It provides a clear usage hint: use a workspace id to narrow monday_list_boards. This implies when the tool is useful, though it does not explicitly mention when not to use it or alternatives beyond the sibling context.

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/ashrocket/monday-mcp'

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