Skip to main content
Glama

nestor_tool_pending

List unhandled natural-language intents for an app, newest first, so a human can seal or reject them and teach the oracle. Deduped by phrasing.

Instructions

The teach-queue: natural-language intents nestor_tool_route couldn't serve, newest first, deduped by phrasing — what a human should seal (or reject) so the oracle learns them. Empty when every routed intent has a sealed home.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
app_idYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses useful behavioral traits: newest-first ordering, deduplication by phrasing, and the empty-list condition. It does not discuss pagination or rate limits, but for a simple queue-read operation the core behavior is well covered.

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?

The description is two sentences, front-loaded with the core concept ('teach-queue'), and every clause earns its place by adding ordering, deduplication, or empty-state semantics. There is no filler or repetition.

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 tool is a simple queue reader and the description gives the essential purpose and semantics. However, it lacks any parameter context, and with no output schema the return shape is only vaguely implied. It is adequate but has clear gaps around scoping and result format.

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?

Schema description coverage is 0%, and the description offers no explanation of the required 'app_id' parameter or the optional 'limit' parameter. It does not compensate for the schema's bare parameter definitions at all, so agent understanding of how to scope the queue or control result size is absent.

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 identifies this as a queue of natural-language intents that nestor_tool_route could not serve, with explicit ordering (newest first) and deduplication. It distinguishes itself from siblings like nestor_tool_route and nestor_tool_seal by showing it is the pending/review list feeding those actions.

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

Usage Guidelines4/5

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

The description conveys when to use it: to see unserved intents that a human should seal or reject. It implies this is the review step before nestor_tool_seal, but does not explicitly name alternatives or state when not to use it, so it falls just short of full guidance.

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/rudi193-cmd/willow-mcp'

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