Skip to main content
Glama
Menglook
by Menglook

Task Recovery Plan

task_recovery
Read-only

Read a unified, side-effect-aware recovery plan before resuming a Goal, Durable Job, or Handoff. This read-only tool never replays work; it provides the plan needed to resume safely and correctly.

Instructions

Read a unified, side-effect-aware recovery plan before resuming a Goal, Durable Job, or Handoff. This tool is read-only and never replays work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
workspace_idNoOptional workspace id. When omitted, CodexPro binds the authoritative conversation workspace automatically; an explicit unknown or mismatched id is rejected.
conversation_idNoConnector conversation id bound to this workspace. Modern MCP injects it automatically; side-effecting tools require it to match the authoritative binding.
workspace_generationNoOptional authoritative workspace generation. When omitted, CodexPro injects the conversation-bound generation; an explicit stale generation is rejected.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_resultYes
Behavior4/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this by explicitly stating it is read-only and never replays work. It adds the side-effect-aware nature of the plan without contradiction. It could disclose the return shape or plan structure, but annotations cover the safety profile well.

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?

Two crisp sentences with zero waste. States purpose, triggers, and a safety qualifier. Front-loaded with the primary action first.

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?

Given it has an output schema (so return values are documented elsewhere), read-only annotations, and 75% parameter coverage, the description provides sufficient context. It could note what consequences or plan contents are most important, but the output schema presumably handles that. Solid completeness for a read tool with good structured metadata.

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 75%, and three of four parameters have descriptive schema text covering workspace binding, conversation id, and generation semantics. The description adds the 'side-effect-aware' context but doesn't add meaning beyond the schema for the parameters. Baseline 3 applies given the high schema coverage.

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 states a specific verb+resource (Read a unified, side-effect-aware recovery plan) with clear scope: before resuming a Goal, Durable Job, or Handoff. It differentiates itself from read/write siblings by explicitly noting it is read-only and never replays work, distinguishing it from task_status and run_task_status.

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 gives clear context on when to use (before resuming a Goal, Durable Job, or Handoff) and includes an implicit exclusion by explicitly declaring it never replays work. It doesn't name alternative tools for the 'when-not' case, which is the only gap.

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/Menglook/codexpro-runtime'

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