Skip to main content
Glama

run_delete

Execute a delete action in an Anaplan model by providing workspace, model, and delete action IDs. First use show_actions to locate the delete action ID.

Instructions

Execute a delete action on a model. Use show_actions first to find the delete action ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesAnaplan workspace ID or name
modelIdYesAnaplan model ID or name
deleteActionIdYesDelete action ID or name (from show_actions)
Behavior2/5

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

No annotations are provided, and the description only states 'execute a delete action' without disclosing behavioral traits such as reversibility, permissions required, or side effects. It fails to fill the gap left by missing annotations.

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?

Two short, well-structured sentences with no redundant information. The most important action and prerequisite are front-loaded.

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

Completeness3/5

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

Given the tool has three required params and no output schema, the description is minimal. It covers the basic purpose and a prerequisite but omits details like synchronous behavior, success/failure feedback, or error handling. Adequate but with gaps for a destructive action.

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

Parameters4/5

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

Schema coverage is 100% with descriptions already mentioning that deleteActionId comes from show_actions. The description adds a workflow hint by explicitly saying to use show_actions first, which adds semantic value beyond the schema.

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 it executes a delete action on a model, distinguishing it from sibling tools like show_actions or run_export. It is specific about the verb and resource.

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 explicitly advises to use show_actions first to find the delete action ID, providing a clear prerequisite. While it doesn't list when not to use, this is clear guidance for when to invoke the tool.

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/larasrinath/anaplan-mcp'

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