Skip to main content
Glama

nestor_tool_route

Route natural-language intents to the matching willow-mcp verb without guessing. Returns 'served' only on a sealed match, otherwise queues for human approval, with a hash-chained ledger trail.

Instructions

Route a natural-language intent to the willow-mcp verb that serves it. Returns status='served' with the resolved tool ONLY when a human-sealed phrasing clears the match threshold; otherwise status='queued' (the intent is logged for a human to seal) — it never guesses a verb. status='unavailable' when the optional Nestor engine isn't installed. Read-oriented, but every route leaves a hash-chained ledger trail like any other served answer. Backed by a signed catalog that is integrity-checked before it is trusted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
app_idYes
Behavior4/5

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

Beyond the readOnlyHint=false annotation, the description discloses that it is read-oriented yet leaves a hash-chained ledger, indicating side effects. It also states it 'never guesses' and mentions integrity checks, providing additional behavioral expectations not captured in annotations.

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

Conciseness3/5

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

The description is verbose with multiple clauses and parenthetical asides, making it longer than necessary. It could be streamlined to focus on the core action and key conditions without the repetitive phrasing about 'served,' 'queued,' and 'unavailable.'

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

Completeness4/5

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

Given the absence of an output schema, the description adequately explains the possible return statuses (served, queued, unavailable) and the associated resolved tool or reason. It covers the main scenario but omits details like error formats or edge cases, which is acceptable for a routing tool.

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 includes query and app_id with no descriptions, and the description provides no information about these parameters. Schema coverage is 0%, and the description does not compensate by explaining their roles or expected formats.

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?

The description clearly states the tool routes a natural-language intent to the appropriate willow-mcp verb, providing a specific action and resource. It also distinguishes this from merely searching or executing, and the mention of 'human-sealed phrasing' and 'match threshold' adds precision.

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 explains the routing behavior and status outcomes but does not specify when a user should choose this tool over alternatives like agent_route or dispatch_send. There is no explicit context or condition for use, leaving the agent to infer applicability.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/willow-memory/willow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server