list_board_members
Retrieve all members of a board by providing its ID. View access details for a specific board.
Instructions
Lista los miembros de un board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | ID del board |
Retrieve all members of a board by providing its ID. View access details for a specific board.
Lista los miembros de un board
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | ID del board |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. The minimal description only states 'lists members' but does not mention read-only nature, authorization needs, error handling, or return behavior. This leaves significant uncertainty for a tool with no annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence that conveys the essential function without extraneous words. It is front-loaded and efficient, though it could be slightly expanded for clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple tool (1 parameter, no output schema), the description is too sparse. It does not mention the return format (e.g., list of member IDs or names) or any side effects. More context would help an agent understand what the tool returns or any limitations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of the parameter documentation, so the description does not need to add extra meaning. Baseline score of 3 is appropriate as the description adds no additional value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (list) and the resource (members of a board). It is specific and distinguishes from siblings like list_teams or list_views by naming the entity 'board members'. However, it does not explicitly differentiate from similar listing tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like list_boards or list_cards. It lacks context on prerequisites, conditions, or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikodev-documentacion/mcp-boards-nk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server