Skip to main content
Glama

Save blueprint

save_blueprint

Save a channel and role blueprint locally to replicate server structures or detect configuration drift.

Instructions

Save a blueprint to the local store for reuse: apply it to other servers with execute_build_plan or track drift with diff_blueprint. Names are unique.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionNo
blueprintYes
Behavior3/5

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

Annotations already indicate that this is a read-write operation (readOnlyHint=false) and non-destructive. The description adds 'local store' and 'unique names' but does not disclose other behavioral traits like permissions or side effects beyond what annotations imply. The description does not contradict annotations.

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 concise with two sentences, front-loading the purpose and usage. It is well-structured but could be improved by adding parameter details. Nevertheless, it earns its keep without fluff.

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?

Given the complexity of the tool (3 parameters, one deeply nested object, no output schema), the description is insufficient. It omits crucial details about the blueprint structure and parameter semantics, leaving the agent underinformed for effective use.

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?

The description provides no explanation of parameters despite a complex input schema with 3 parameters (name, description, blueprint) and 0% schema description coverage. The only hint is 'Names are unique', which applies to the 'name' parameter, but parameters like 'blueprint' (a nested object) are entirely undocumented.

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 action ('save'), the resource ('blueprint'), and the destination ('local store'). It also distinguishes this tool from siblings by mentioning how to use the saved blueprint with execute_build_plan or diff_blueprint.

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

Usage Guidelines4/5

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

The description provides clear usage context: it explains the purpose of saving for reuse and mentions related tools (execute_build_plan, diff_blueprint). However, it does not explicitly state when not to use this tool, but the mention of alternatives is sufficient.

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/OrygnsCode/Omnicord'

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