delete_product
Remove a product from your store by providing its ID. This action permanently deletes the product and its associated data.
Instructions
Delete a product by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id |
Remove a product from your store by providing its ID. This action permanently deletes the product and its associated data.
Delete a product by id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the basic delete action without mentioning permanence, cascade effects, idempotency, permissions, or what happens to related data. This is a significant gap for 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of five words, making it very concise and front-loaded. It is under-specified for a destructive tool, but from a pure conciseness standpoint, it wastes no words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a deletion tool with no output schema and no annotations, the description should provide more context, such as consequences, return value, or error conditions. It only covers the basic action, leaving critical gaps for an AI agent to use it safely.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% coverage: the single parameter id is described as 'The resource id'. The description merely repeats 'by id', adding no extra meaning beyond what the schema already provides. Baseline 3 is appropriate given the high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Delete' with a clear resource 'product' and identifier 'id', stating exactly what the tool does. It distinguishes itself from sibling CRUD tools like get_product, create_product, and update_product.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies its use case: deleting a product by its id. While it does not explicitly mention alternatives or exclusions, the sibling tool names make the context clear, and the action is obvious from the name and text.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itswadesh/kitcommerce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server