Skip to main content
Glama

Hydracept

request_capability_quote

Create a capability REQUEST. Commission quotes are human-paid and must not be used as execution.quoteId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does reveal one important trait: commission quotes are human-paid and not intended for execution. However, it doesn't describe side effects, permissions, reversibility, or what happens when a request is created, leaving significant behavioral gaps for a mutating operation.

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 only two sentences and front-loads the action before the caveat. Every sentence contributes a distinct piece of information with no wasted words. It is compact and easy to parse, though it could afford a bit more useful 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?

Although an output schema exists, the description leaves the most critical input, the body parameter, completely unexplained. It also provides no context about how this request relates to quote handling or when it should be used. For a tool with no annotations and an opaque parameter, this is insufficient for an agent to invoke it correctly.

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 input schema has a single 'body' parameter with a schema description coverage of 0%, and the description never mentions it. An agent has no idea what the body should contain, its format, or how it relates to the capability request. The description completely fails to compensate for the missing schema documentation.

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 opens with a clear verb and resource: 'Create a capability REQUEST.' It states the tool's core action without merely repeating the tool name. The warning about commission quotes adds a distinguishing trait relative to execution quote tools, though it doesn't explicitly name a sibling.

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?

There is no direct guidance on when to use this tool versus alternatives like hydracept_quote_capability or get_capability_request_quote. The warning that the quote 'must not be used as execution.quoteId' is a constraint on the result, not a condition for choosing this tool. No exclusion or alternative is mentioned.

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.