Skip to main content
Glama

gluecron_ship_spec

Drop a spec file in .gluecron/specs/ with status: ready so the autopilot picks it up. Wraps voice-to-pr.shipAsSpec — handle both voice + manual specs. Requires 'repo' scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesSpec body (Markdown)
repoYes
ownerYes
titleYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, which are consistent with the write nature of 'drop a spec file'. The description adds the requirement of 'repo' scope and implies a side effect of writing a file. However, it does not disclose whether the operation is idempotent, if it overwrites existing files, or any error conditions. No contradiction with 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 at two sentences with no wasted words. However, it lacks structure (e.g., bullet points for key details) which could improve scannability. The information is front-loaded in the first sentence.

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 4 required parameters, no output schema, and low schema coverage, the description is incomplete. It does not explain the expected content of the spec file, the return behavior, or how the autopilot processes it. Users are left with significant ambiguity about proper usage.

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

Parameters2/5

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

Schema description coverage is only 25% (only body has a description). The description does not explain the meaning or format of owner, repo, title, or body. It mentions 'spec file' and 'status: ready' but does not map these to parameters. The description fails to add value beyond what little the schema provides.

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 drops a spec file with status 'ready' for autopilot. It mentions it wraps voice-to-pr.shipAsSpec and handles both voice and manual specs. The verb 'drop' is metaphorical but the action is writing a spec file. No explicit distinction from sibling tools, but the purpose is specific enough.

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 does not provide guidance on when to use this tool versus alternatives. It mentions 'handle both voice + manual specs' but fails to clarify situations where another tool (e.g., gluecron_write_file or gluecron_voice_to_pr) might be more appropriate. No exclusion criteria or prerequisites beyond 'repo' scope.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources