Skip to main content
Glama
arr-mcps
by arr-mcps

qui_delete_tracker_customization

Destructive

Delete a tracker customization by ID. Pass the ID as a path variable to remove it via qui's DELETE endpoint.

Instructions

Call qui's DELETE /tracker-customizations/{id} endpoint. Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description repeats the destructive nature via 'DELETE' but adds little beyond the destructiveHint annotation. It does mention that a JSON request body can be passed, which is a mild behavioral detail, but it does not disclose side effects, irreversibility, or permission requirements.

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 a single sentence that front-loads the endpoint and then provides concise argument-passing rules. Every clause is necessary and there is no wasted text.

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 open schema and presence of an output schema, the description covers the invocation pattern but does not explicitly identify that the path variable is the customization ID. This is a notable gap, though the tool name hints at it. Additional context about the resource being deleted would improve completeness.

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

Parameters5/5

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

The input schema is a generic 'arguments' object with no defined properties. The description compensates fully by explaining the argument convention: path variables go directly in arguments, query values in arguments.params, and body in arguments.body. This is essential for correct invocation and goes well 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 explicitly states it calls the DELETE /tracker-customizations/{id} endpoint, making it clear the tool deletes a tracker customization. This distinguishes it from sibling tools like qui_create_tracker_customization and qui_update_tracker_customization by 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 guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites, such as the customization needing to exist, nor does it contrast with create/update operations. The usage context is only implied through the endpoint.

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/arr-mcps/qui-mcp'

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