Skip to main content
Glama

pause_top_cook

Pause cooking of a TOP network in Houdini to halt ongoing task execution, allowing safe adjustments without disrupting the current process.

Instructions

Pause cooking on a TOP network.

Args: ctx: MCP context. node_path: TOP node or TOPnet path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state whether the cook can be resumed, whether an in-progress cook is required, or what side effects the pause has on work items. Only the basic verb 'Pause' is present.

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?

The core sentence 'Pause cooking on a TOP network.' is concise and front-loaded. The line for node_path adds useful parameter context, though the generic 'ctx: MCP context.' boilerplate adds little value.

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?

For a simple one-parameter action, the description is minimally viable: it states the operation and the parameter target. However, it lacks behavioral nuance and alternative-tool context, leaving gaps around resumability and comparison to cancel_top_cook.

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 the description must compensate for the bare node_path string property. The Args block does add some meaning by noting node_path can be 'a TOP node or TOPnet path, but it remains vague about path syntax and format.

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 uses a specific verb and resource: 'Pause cooking on a TOP network.' While it clearly states the action and target, it does not explicitly distinguish itself from the related sibling cancel_top_cook, so it stops short of full differentiation.

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?

There is no guidance about when to use pause_top_cook instead of cancel_top_cook or other TOP-related tools. The description only restates the action without giving usage conditions or exclusions.

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

Deploy Server

Other Tools