Skip to main content
Glama

reopen_todo

Destructive

Reopen a completed Planner ToDo by clearing its doneOn field. Find tasks using issue, title, or owner locators.

Instructions

Reopen a completed Planner ToDo by clearing doneOn. Human locators search completed ToDos by default; raw todoId locators target that exact ToDo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locatorYesLLM-first ToDo locator. Prefer issue/title/owner forms when you do not know the raw Huly ToDo ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesThe successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent.
warningsNoOptional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload.
Behavior4/5

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

Annotations already indicate destructiveHint=true, so the bar is lower. The description adds context: it clears doneOn to reopen, and explains locator behavior. It does not contradict annotations. However, it could mention that only completed todos are reopened, though that is implied.

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 two sentences: the first clearly states the action and result, the second provides locator guidance. It is concise, front-loaded, and contains no unnecessary 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?

Given the simplicity of the tool (one parameter, with output schema present), the description covers the essential behavior and locator guidance. It could mention what the output contains, but the output schema likely handles that.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by advising to prefer issue/title/owner forms when the raw Huly ToDo ID is unknown, which goes beyond schema structure. This compensates for the high 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 clearly states the action ('reopen') and the resource ('completed Planner ToDo'), along with the mechanism ('clearing doneOn'). It distinguishes this tool from siblings like complete_todo by specifying it acts on completed todos and reverses completion.

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 provides guidance on locator types ('Human locators search completed ToDos by default; raw todoId locators target that exact ToDo'), which helps in using the tool correctly. However, it does not explicitly state when to use this tool versus alternatives (e.g., update_todo) or any prerequisites.

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/dearlordylord/huly-mcp'

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