Find saved agent tasks
threadkeep_listList task IDs, goals, versions and checkpoint allowance visible to this agent key. Use when the next session has lost the task ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
threadkeep_listList task IDs, goals, versions and checkpoint allowance visible to this agent key. Use when the next session has lost the task ID.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds valuable context by specifying the visibility scope ('visible to this agent key') and the types of data returned, going beyond the structured fields.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler. The action and resource are front-loaded, and the use case is stated in the second sentence. Every word contributes to the agent's understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only tool with strong annotations, the description is complete: it lists what is returned, scopes visibility, and gives a concrete scenario for use. No output schema exists, but the description already communicates the return contents sufficiently.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so there is nothing for the description to clarify about parameters. The baseline of 4 applies because no parameter semantics are needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('List') and precise resource ('task IDs, goals, versions and checkpoint allowance visible to this agent key'). It clearly conveys what the tool does, though it does not explicitly name or contrast the sibling tools, so differentiation is implicit rather than explicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'Use when the next session has lost the task ID' gives a clear trigger condition for invoking this tool. It does not mention alternatives or exclusions relative to threadkeep_checkpoint or threadkeep_resume, but the guidance is direct and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.