Skip to main content
Glama

Restore task

sp_restore_task

Restore archived tasks to make them active again. Provide the task ID to retrieve it from the archive.

Instructions

Restore a previously archived task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior2/5

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

No annotations provided. The description only says 'restore' which implies reversing an archive, but no details on permissions, side effects, or error conditions. Minimal behavioral disclosure beyond the verb.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise with one sentence. While it's not verbose, it lacks detail that would improve usability without becoming lengthy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has many siblings (15) and no output schema, the description is incomplete. It does not clarify the expected state of the task before restoration or the outcome, making it harder for an agent to use correctly.

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

Parameters1/5

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

Schema coverage is 0% and the description does not explain the 'id' parameter beyond the schema. No information on what the id represents or any constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action 'Restore' and the resource 'a previously archived task'. It distinguishes from create/delete but not from other restore-like operations if they existed. However, among siblings, only sp_archive_task is directly related, so it's clear.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., sp_archive_task for archiving, sp_create_task for new tasks). Does not mention prerequisites like the task must be archived.

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/kailasas-auspicious/super-productivity-mcp'

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