Skip to main content
Glama
martasd

BusinessMap MCP Server

by martasd

get_card_details

Retrieve detailed information about a specific card by its ID. Useful for accessing card status, details, and metadata directly from BusinessMap.

Instructions

Get detailed information about a specific card

Args: card_id: The ID of the card

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden, but it only says 'Get detailed information' which implies a read operation. It does not disclose any behavioral traits such as error handling, permissions, or safety guarantees.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and to the point, with no filler words. The Args block is somewhat redundant with the schema but does not detract. It is appropriately sized for a simple tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter, output schema present, read operation), the description covers the essential purpose. However, it lacks usage guidance and any notes on edge cases or behavioral limitations, which makes it minimally viable but not thorough.

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 description includes an Args section explaining card_id as 'The ID of the card', which adds a small amount of semantic value beyond the schema's bare type/title. With schema description coverage at 0%, this compensation is minimal but sufficient for a single simple parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves detailed information for a specific card, using a clear verb+resource pattern. It is distinguishable from sibling list/search tools by focusing on a single card, though it does not explicitly contrast with them.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like search_cards or get_board_cards. The description implies use when you have a card ID, but it doesn't state exclusions or mention other tools.

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/martasd/businessmap-mcp-server'

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