routines_delete
Permanently delete a routine while retaining execution history for audit and traceability.
Instructions
Permanently delete a Routine. Execution history rows are retained.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Permanently delete a routine while retaining execution history for audit and traceability.
Permanently delete a Routine. Execution history rows are retained.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate destructive and non-read-only behavior. The description adds the important detail that execution history rows are retained, which is beyond what annotations provide. No contradictions with annotations.
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?
The description is two concise sentences, front-loaded with the core action. No extraneous information. Every sentence adds value.
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 simple deletion tool with one parameter and annotations covering destruction, the description is largely complete. It mentions the key behavioral nuance of history retention. Minor gap: no mention of whether the routine must exist or what happens on missing ID.
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?
With 0% schema description coverage, the parameter 'id' is not described in the text. The description does not add meaning beyond the schema, leaving the agent to infer that 'id' is the routine identifier from context.
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 clearly states it permanently deletes a routine, distinguishing it from sibling tools like routines_create, routines_get, routines_update, and routines_toggle. The verb 'delete' and resource 'Routine' are specific and unambiguous.
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?
The description implies usage for permanently deleting a routine but provides no explicit when-to-use or when-not-to-use guidance compared to alternatives like routines_toggle for disabling. No prerequisites or exclusions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alfredoizdev/contextforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server