Delete a saved template set
delete_template_setPermanently remove a saved style preset by its unique ID to clean up unused templates.
Instructions
Permanently deletes a saved style preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
delete_template_setPermanently remove a saved style preset by its unique ID to clean up unused templates.
Permanently deletes a saved style preset.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. 'Permanently deletes' effectively communicates irreversibility, which is a key behavioral trait. However, it does not disclose potential side effects, whether confirmation is required, or what happens to associated resources—though for a simple delete-by-id tool this may be sufficient.
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 a single sentence that is direct and front-loaded. Every word contributes: 'permanently' conveys irreversibility, 'deletes' the action, 'saved style preset' the target. There is no redundant or filler content.
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?
The tool has low complexity (one parameter, no output schema, no annotations), and the description covers the core operation and permanence. However, it leaves the parameter 'id' undefined and does not clarify whether 'style preset' is exactly synonymous with 'template set'. For an agent to call it correctly, the missing parameter semantics are a notable gap.
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 one required id parameter with 0% description coverage, so the description must compensate. The description does not explain what 'id' refers to or what format is expected. While it is inferable that id identifies the template set, the description itself adds no meaning beyond the schema.
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 verb ('deletes') and resource ('saved style preset'), clarifying that this is a destructive operation. The title 'Delete a saved template set' aligns with sibling tools like create_template_set, making the purpose 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 does not provide any guidance on when to use this tool versus alternatives. It does not mention related tools such as list_template_sets or create_template_set, nor does it specify any prerequisites (e.g., that the template set must exist). The usage context is only implied by the tool name and title.
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/fashiolabs/fashio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server