Skip to main content
Glama
kazan-project-manufactory

Aspro Cloud MCP

delete_task

Remove a task from Aspro Cloud by providing its ID. Delete unwanted tasks to keep your CRM task list accurate and organized.

Instructions

Delete a task by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTask ID to delete
Behavior2/5

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

With no annotations, the description fails to disclose important behavioral traits such as irreversibility, potential side effects, or permission requirements. 'Delete' implies mutation, but the description does not warn that the task is permanently removed or if related data is affected.

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 extremely concise: one sentence with no filler. It is appropriately front-loaded and contains only essential information.

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 tool is simple with one parameter and no output schema, but the description is still incomplete. It does not mention the return value, error behavior, or that deletion is permanent. Since there are no annotations to supplement this, the description leaves important operational details unclear.

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 schema fully documents the single parameter 'id' with its description 'Task ID to delete', so the schema provides complete coverage. The description adds no new semantics beyond the schema, but that is acceptable since the schema is clear.

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 'Delete a task by ID' uses a clear verb and resource, directly indicating the action. It distinguishes itself from sibling tools like get_task, update_task, and create_task by explicitly stating the delete operation.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description only states what the tool does without indicating when to use it, prerequisites, or alternatives. For a destructive operation, there is no warning or context about when deletion is appropriate.

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/kazan-project-manufactory/aspo-cloud-mcp'

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