Skip to main content
Glama

reset_task_node

Reset a failed task node to PENDING and clear its error logs, enabling a fresh retry from the beginning.

Instructions

Reset a task node status to PENDING and clear its error logs, allowing a fresh retry from the beginning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesID of the node to reset
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explicitly discloses that the tool resets status and clears error logs, which is a destructive action. However, it does not mention reversibility or side effects on dependent tasks, leaving some behavioral context unexplained.

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, front-loaded sentence that efficiently communicates both the action and its effect with no redundant words.

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?

For a simple single-parameter reset tool with no output schema, the description adequately covers the action and outcome. It could mention what happens to dependent nodes or whether the reset is irreversible, but overall it is sufficient for this tool's complexity.

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 100% with nodeId described as 'ID of the node to reset'. The description adds context about the reset operation's effect but does not provide additional parameter details, formatting, or examples beyond what the schema already covers.

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 verb (reset), the target resource (task node), and the specific outcome (status to PENDING and clear error logs). It also distinguishes itself from sibling tools like bulk_reset_phase by focusing on a single node.

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 phrase 'allowing a fresh retry from the beginning' implies usage when a task node fails and needs a retry. However, it does not explicitly mention alternatives or when not to use this tool, so it lacks explicit exclusions.

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/denishmistry07/mcp-graph-loop'

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