Skip to main content
Glama

cypher_route_rejection

Route a target's rejection reason back to the origin issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npubNo
reasonYesWhy the target declined (which DRY boundary / repo actually owns it).
by_repoYesThe repo that declined the escalation.
dpop_tokenNo
origin_repoYesThe ORIGIN repository the escalation routes back to.
origin_issueYesThe origin issue number.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added
  4. Removed
  5. Added
  6. Removed
  7. Added
  8. Removed
  9. Added
  10. Removed
  11. Added
  12. Removed
  13. Added

TDQS

C2.9/5.0
Behavior2/5

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

The description is too brief to disclose behavioral traits: side effects, permissions, idempotency, or return behavior. With no annotations provided, the agent lacks crucial behavioral context.

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 a single sentence with no redundancy. However, it could be structured to include key usage context, but it remains efficient and front-loaded.

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 tool has no output schema, no annotations, and 6 parameters (some undocumented), the description is insufficient. It does not explain return values, workflow integration, or necessary preconditions for this routing operation.

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?

Schema coverage is 67% (4 of 6 parameters have descriptions). The description does not add extra semantics beyond the schema. It is adequate but not compensatory for the undocumented 'npub' and 'dpop_token' parameters.

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 routes a rejection reason back to an origin issue. The verb 'Route' and the nouns 'rejection reason' and 'origin issue' identify the core action. However, it lacks differentiation from sibling tools like 'cypher_note_rejection', limiting clarity.

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, nor are any prerequisites or exclusions mentioned. The agent has no context to choose this over related tools like 'cypher_note_rejection'.

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.