Skip to main content
Glama

publish_runbook

Destructive

Validate and publish runbook.md to enable cross-machine code verification and structured repair iterations.

Instructions

Validate and publish a runbook.md.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootNo
forceNo
no_gitNo
markdownYes
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already indicate a destructive, read-write operation, and the description adds only 'validate' as an extra behavioral hint. It does not explain what validation involves, what side effects publishing has, or how the destructive nature manifests.

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?

The description is extremely short and front-loaded, but it is under-specified for a tool with four parameters and destructive behavior. It is concise in length rather than appropriately sized for the information an agent needs.

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

Completeness1/5

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

There is no output schema, no parameter documentation, and no side-effect disclosure beyond the annotations. An agent cannot safely use this destructive tool because the meaning of 'force' and 'no_git', the target of publication, and the validation behavior are all left unexplained.

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 description coverage is 0%, and the description does not compensate by explaining the roles of 'root', 'force', 'no_git', or 'markdown'. The phrase 'runbook.md' only hints at the markdown input but provides no semantic guidance for any 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 identifies a specific action ('Validate and publish') and resource ('a runbook.md'), making the tool's core purpose clear. It does not explicitly distinguish it from siblings, but none of the listed siblings share the 'runbook publishing' scope.

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?

The description gives no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. An agent must infer entirely that this is the appropriate tool for publishing runbooks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/zarcherlot/code-relay'

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