Skip to main content
Glama

bulk_reset_phase

Reset failed (and optionally in-progress) nodes in a phase to pending, skipping completed, to allow re-validation and progress.

Instructions

Reset all FAILED (and optionally IN_PROGRESS) nodes in a phase back to PENDING, skipping COMPLETED nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseYesPhase name to reset (must match a phase in the project phase_order)
includeInProgressNoAlso reset nodes currently IN_PROGRESS (default: false)
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the exact behavior: which statuses are reset and that COMPLETED nodes are skipped. However, it does not mention irreversibility, side effects on tasks, error handling for invalid phase names, or whether the operation returns a summary.

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, well-structured sentence that leads with the main action and scope. It includes the key detail about skipping COMPLETED nodes without any superfluous words. Excellent conciseness.

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?

The tool has only two parameters, no output schema, and no annotations. The description covers the core operation and key edge case (COMPLETED nodes). It could mention return values or whether partial failures are possible, but for its simplicity it is fairly complete.

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%, and both parameters already have detailed descriptions in the schema. The tool description adds no significant parameter semantics beyond what the schema already provides, just rephrases includeInProgress as 'optionally IN_PROGRESS'. Baseline of 3 is appropriate.

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 explicitly states the action ('Reset'), the target (nodes in a phase), the scope (FAILED and optionally IN_PROGRESS), and the resulting state (PENDING). It clearly distinguishes this bulk operation from sibling tools like reset_task_node by specifying 'in a phase' and the status conditions.

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

Usage Guidelines3/5

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

The description implies the use case: reset multiple nodes in a phase rather than individually. However, it does not explicitly compare with alternative tools (e.g., reset_task_node for single-node resets) or state when not to use the tool, such as when only a single node needs resetting.

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