Skip to main content
Glama
v-swaggarwal

Product Catalog MCP

by v-swaggarwal

delete_product

Remove a product from the Excel-backed catalog by providing its exact name or ID, ensuring the catalog stays current.

Instructions

Delete a product selected by ID or exact name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesProduct ID or exact name
Behavior2/5

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

Annotations are absent, so the description must fully disclose behavior. It only says 'Delete a product' and provides no detail about irreversibility, permissions, error cases when no product is found, cascading effects, or return value. This is thin coverage for a destructive tool.

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 one compact, front-loaded sentence. It communicates the operation, target, and parameter semantics with no wasted words or filler.

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?

This is a simple one-parameter destructive tool with 100% schema coverage, so the description is minimally adequate. However, no annotations or output schema are present, and the description omits outcome and failure behavior, making it not fully self-contained for an AI agent.

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 already documents the only parameter as 'Product ID or exact name', and the description essentially restates that fact. No additional semantic guidance is provided, such as whether name matching is case-sensitive, what takes precedence when the value could be both an ID and a name, or what happens with duplicate names.

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 commands a clear, specific operation: 'Delete a product', and identifies how the product is selected ('by ID or exact name'). This clearly distinguishes it from the CRUD sibling tools such as add_product, update_product, and list_products.

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 intent is implicit: use this when you need to delete an existing product. However, the description does not explicitly state prerequisites, when not to use it, or how it compares with alternative operations such as update_product or search_products.

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/v-swaggarwal/product-catalog-mcp'

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