Skip to main content
Glama

pdg_cancel

Cancel a running PDG cook to halt processing immediately.

Instructions

Cancel a running PDG cook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
Behavior2/5

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

There are no annotations provided, so the description must disclose behavioral traits. It only says 'Cancel a running PDG cook,' but does not explain side effects, whether it is destructive, if it requires specific permissions, or what happens to the cook (e.g., partial results, node state). This is a significant gap for a mutation 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?

The description is a single, concise sentence with no unnecessary words. It is appropriately sized for the tool's simple operation and avoids redundancy, making it easy to parse quickly.

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?

Given there are no annotations, no output schema, and a parameter with zero schema description, the description alone is not complete enough. It lacks context about what a PDG cook is, what the path parameter should be, and what the result of cancellation is. An agent would likely need to consult other tools or documentation to use this correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one required parameter 'path' with no description and 0% schema description coverage. The description does not clarify what 'path' refers to (e.g., a PDG node path, a cook ID, or a file path). It only implies the target is a running PDG cook, but this is insufficient for an agent to know exactly what value to pass.

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 action ('cancel') and the resource ('a running PDG cook'), which is specific and distinguishes it from sibling tools like pdg_cook (which starts a cook) and pdg_status (which shows status). Even though it is brief, the purpose is unambiguous and directly tied to the tool name.

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 provides no guidance on when to use this tool versus alternatives, such as pdg_cook, pdg_status, or pdg_dirty. There are no preconditions, exclusions, or mention of related tools, leaving the agent to infer usage context solely from the name and description.

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/JTCHE/houdini-mcp'

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