Skip to main content
Glama

pictify_delete_template

Remove a template permanently to clean up unused designs. This action is irreversible and stops any batch jobs or experiments using that template.

Instructions

Permanently delete a template. This action cannot be undone. WARNING: Any batch jobs, experiments, or bindings using this template will stop working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateIdYesThe template UID to delete
Behavior5/5

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 and excels at it. It explicitly states the irreversible nature ('This action cannot be undone'), provides a critical warning about downstream impacts ('Any batch jobs, experiments, or bindings using this template will stop working'), and clearly communicates this is a destructive operation.

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 perfectly concise with two sentences that each earn their place. The first sentence states the core action, the second provides critical warnings. There's zero waste, and the most important information (permanent deletion) is front-loaded.

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

Completeness5/5

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

For a destructive operation with no annotations and no output schema, the description provides excellent completeness. It covers the irreversible nature, downstream impacts, and clear purpose. Given the tool's complexity (permanent deletion), this description gives the agent sufficient context to use it appropriately.

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

Parameters3/5

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

The description provides no additional parameter information beyond what's in the schema, which has 100% coverage. The schema already documents the single required templateId parameter as 'The template UID to delete.' This meets the baseline score of 3 when schema coverage is high.

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 specific action ('permanently delete') and resource ('a template'), distinguishing it from sibling tools like pictify_update_template or pictify_get_template. It uses precise language that leaves no ambiguity about the tool's function.

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

Usage Guidelines4/5

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

The description provides clear context about when to use this tool (to permanently delete templates) and implicitly suggests alternatives like update or get operations through sibling tool names. However, it doesn't explicitly name specific alternatives or state when NOT to use it, keeping it from a perfect score.

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/pictify-io/mcp'

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