Skip to main content
Glama

readMondayBoard

Fetch all items from a Monday.com board by providing its board ID. Returns board data as JSON for integration.

Instructions

Retrieves all items from the specified Monday board. The items can be arbitrary JSON objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardIdYesThe unique identifier of the Monday board.
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. 'Retrieves' clearly indicates a read-only operation, and saying 'all items' plus 'arbitrary JSON objects' gives a sense of the return payload. It does not discuss error conditions or rate limits, but for a simple read operation this is adequate.

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 concise sentences, no filler. The main action and the key detail about output format are front-loaded, making the description easy to scan.

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?

The tool has one simple parameter and no output schema. The description covers what the tool does and hints at return format ('arbitrary JSON objects'). It does not explicitly state that the result is a list, but 'all items' implies a collection. Overall, sufficient for the tool's simplicity.

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 description coverage is 100%, with boardId described as 'The unique identifier of the Monday board.' The tool description adds no new information about the parameter but is not required to, given the schema already provides sufficient semantics. Baseline 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 uses the specific verb 'Retrieves' and clearly identifies the resource as 'all items from the specified Monday board'. This distinguishes it from sibling tool listMondayBoards, which lists boards, not items. The added note that items are arbitrary JSON objects further clarifies scope.

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?

The phrase 'specified Monday board' implies the need for a boardId and indicates this tool is for reading items from a known board. It does not explicitly compare against alternatives like listMondayBoards or createMondayItem, but the context is clear enough for an agent to infer when to use it.

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/grantanderson603-bit/mcp-0b583'

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