Skip to main content
Glama
liangjunglj-cpu

Almond MCP

get_drawing_recipe

Retrieve a complete audited drawing recipe by providing its unique identifier. Useful for accessing verified architectural drawing specifications from Rhino 8.

Instructions

Returns one complete audited drawing recipe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipe_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, description must disclose behavior. It only states it returns a recipe but doesn't mention read-only nature, error behavior for missing recipe_id, or any side effects. Insufficient for safe agent decision-making.

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

Conciseness3/5

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

Extremely concise at one sentence, but this conciseness comes at the cost of missing essential information. It is front-loaded but lacks structured detail.

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

Completeness2/5

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

Output schema exists but description is too minimal. For a simple getter with one parameter, more context about the recipe's purpose or content would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must explain the parameter. It does not mention what recipe_id represents, how to obtain it, or any constraints. The description adds no value beyond the schema's property name.

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?

Description clearly states the tool returns a single complete audited drawing recipe, distinguishing it from list_drawing_recipes which returns multiple. The verb 'Returns' and specific resource are clear, though 'audited' could be expanded.

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 on when to use this tool versus alternatives like get_drawing_asset or list_drawing_recipes. Missing context for when a recipe is needed vs other drawing operations.

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/liangjunglj-cpu/almond-mcp'

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