Skip to main content
Glama
HyperRouteAI

hyperroute-mcp

Official
by HyperRouteAI

suggest_my_tool_regions

Suggests relevant named capabilities for a given tool description, enabling users to preview which capability regions apply for outcome reporting.

Instructions

Preview which named capabilities a description maps onto. OPTIONAL, and it decides NOTHING.

These regions are wording for the user's own outcome report (my_tool_report) — "strong on paper search, weak on realtime web". They are NOT how a declared tool gets routed to: that is the trigger sentence you pass to declare_my_tool. Do not call this before declaring, and never let a poor match here stop you from declaring — a tool whose description maps onto nothing at all still routes perfectly well off its trigger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNomy tool
descriptionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.3.0

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries full weight. It openly states the tool has no routing effect, is optional, and is only for report wording. This is highly transparent about its non-behavior and purpose.

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?

Front-loaded with purpose, but includes some redundancy (e.g., repeats the 'decides nothing' idea) and a slightly wordy style. Still reasonably tight and structured.

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

Completeness5/5

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

Provides thorough context: purpose, relation to sibling tools, when to use, and caveats. No output schema exists, so description does not need to explain return values, but its advisory role is fully specified.

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 0%, so description must compensate. It implicitly explains 'description' as the text to map, but does not mention the 'name' parameter (optional with default). Some context is provided, but not full parameter coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific action (preview), resource (named capabilities), and clarifies it is optional and decides nothing. Clearly differentiates from declare_my_tool by explaining what it is NOT for.

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

Usage Guidelines5/5

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

Explicitly instructs not to call before declaring and explains that poor matches should not prevent declaration. Names the alternative routing tool (declare_my_tool) and clarifies the advisory nature.

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