list_boards
:
Instructions
List all projects/productions in Framedeck
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
:
List all projects/productions in Framedeck
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnly and openWorld behavior; description adds 'all' to indicate unfiltered scope. However, it omits pagination behavior, rate limits, or what constitutes a 'project/production' in this context. Minimal added value beyond annotations.
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?
Single efficient sentence with no redundancy. Given zero parameters and simple read-only behavior, this length is appropriate and front-loaded.
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?
Lacks output schema coverage; description should ideally characterize the returned project/production objects or structure. For a tool accessing an external system (openWorldHint), more context on the Framedeck domain would strengthen completeness.
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?
Zero input parameters (empty schema), meeting the baseline score of 4. No parameters require semantic elaboration.
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?
Clear verb (List) and resource (projects/productions), with 'all' indicating broad scope. Implicitly distinguishes from siblings like get_active_board (specific) and create_board (mutation) through scope, though explicit contrast is absent.
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?
No guidance on when to use versus alternatives (e.g., get_active_board for the current board, get_board_overview for details) or prerequisites. Simply states functionality without context.
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/Lukaris/framedeck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server