Skip to main content
Glama

Hydracept

estimate_capability

HTTP alias of hydracept_quote_capability. Same 0.3 retail quote. 'input' is an alias for 'body'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
inputNo
capability_keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, this description carries the behavioral burden. It honestly discloses that this is an alias with identical quote behavior and clarifies the input/body parameter relation. It does not discuss side effects, permissions, or rate limits, but for an alias/quote operation the key behavioral fact is the equivalence to the canonical tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, no filler. The alias relationship and parameter alias are front-loaded and each sentence adds distinct information.

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

Completeness3/5

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

The output schema exists, reducing the need to explain return values, and the description points to the canonical tool for further details. Still, it leaves the body content and the meaning of '0.3 retail quote' unstated, and with no annotations an agent would need additional context to construct a correct request.

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 description coverage is 0%, so the description's note that 'input' is an alias for 'body' adds real semantic value in resolving the two generic object params. It does not explain capability_key or the expected body structure, but the required capability_key is at least self-descriptive.

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 labels the tool as an HTTP alias of hydracept_quote_capability and states it provides the same 0.3 retail quote, effectively identifying the action as estimating a capability quote. It lacks a standalone verb+resource, but the alias reference and tool name make the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies the tool is used when an HTTP-facing alias of hydracept_quote_capability is needed, and notes the 'input' parameter alias. However, it does not provide explicit when/when-not guidance or compare with other quoting siblings like request_capability_quote or resolve_capability.

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.