Skip to main content
Glama

miro_list_items

Read-only

List items from a Miro board with filters for type, detail level, and pagination. Returns up to 50 items per request.

Instructions

List items on a Miro board (max 50). For ALL items with auto-pagination, use miro_list_all_items. For text search, use miro_search_board.

USE WHEN: "what's on the board", "show all stickies", "list shapes"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by item type: sticky_note, shape, text, connector, frame
limitNoMax items to return (default 50, max 100)
cursorNoPagination cursor
board_idYesBoard ID
detail_levelNoResponse detail level: 'minimal' (default) returns basic fields, 'full' includes style, geometry, timestamps, and creator info

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
itemsYes
cursorNo
has_moreYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds that items are listed with a max of 50 and supports pagination via cursor, but does not detail response sorting or ordering. Consistent and informative enough.

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 a brief 'USE WHEN' line. Every part adds value without redundancy, and the key info is front-loaded.

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 rich schema (100% coverage), output schema, and annotations, the description covers purpose, limitations, and alternatives. It doesn't mention response ordering, but that is not critical for tool selection. Adequate for an agent.

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%, so parameters are well-described in the input schema. The description reiterates the limit but adds no new meaning beyond what the schema provides. Baseline score 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 items on a Miro board with a maximum of 50 items. It distinguishes itself from siblings 'miro_list_all_items' (auto-pagination) and 'miro_search_board' (text search), making purpose unambiguous.

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?

Explicit guidance is provided: use 'miro_list_all_items' for all items with auto-pagination and 'miro_search_board' for text search. The 'USE WHEN' line gives practical examples, aiding correct tool selection.

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/olgasafonova/miro-mcp-server'

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