Skip to main content
Glama

delete_intake_work_item

Delete an intake work item from a Plane project using its work item ID, keeping your intake queue clean and organized.

Instructions

Delete an intake work item by work item ID.

Args: workspace_slug: The workspace slug identifier project_id: UUID of the project work_item_id: UUID of the work item (use the issue field from IntakeWorkItem response, not the intake work item ID)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
work_item_idYes
Behavior2/5

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

With no annotations, the description carries the full burden. It provides one useful behavioral nuance (use the issue field, not the intake work item ID) but does not disclose whether deletion is permanent, side effects, permission requirements, or error behavior. Additionally, it mentions workspace_slug as an argument, which is not present in the schema, creating inconsistency and reducing trust.

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

Conciseness4/5

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

The description is concise with a single action sentence followed by an args list. It is front-loaded with the purpose. The inclusion of workspace_slug is an error, but structurally it is efficient and not verbose.

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?

The description explains a key ID nuance but omits essential context for a delete operation: no mention of permanence, return value, error conditions, or the relationship between intake work items and work items. The workspace_slug mismatch further detracts from completeness. No output schema is provided, so the description should have covered more.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It adds crucial meaning for work_item_id (use the issue field) and identifies project_id as a UUID, but it also lists workspace_slug which is not in the schema. This phantom parameter undermines the clarity and reliability of the parameter documentation.

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 'Delete an intake work item by work item ID' with a specific verb and resource. This distinguishes it from siblings like delete_work_item and delete_work_item_attachment. The additional note about using the issue field clarifies the target without obscuring the overall purpose.

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

Usage Guidelines3/5

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

The description implies the tool is used for deleting intake work items, which is enough to differentiate from other delete tools. However, it does not explicitly state when to use this versus alternatives like delete_work_item or provide exclusions or prerequisites. The parameter guidance about the issue field is a form of usage context but does not address tool selection.

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/leigangzhang/plane-mcp-server-adapter'

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