Skip to main content
Glama
vinay5199

Multi-Database CRUD MCP Server

by vinay5199

create_product

Create a product entry with a required name and price, plus optional stock and description, ensuring price and stock are zero or greater.

Instructions

Create one product. Price and stock must be zero or greater.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
priceYes
stockNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the transparency burden. It discloses price/stock constraints but does not mention side effects, return behavior, required authorization, or behavior on duplicate products. This leaves critical behavioral aspects unspecified.

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 two short sentences, front-loaded with the action and followed by a relevant constraint. No wasted words.

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?

For a create mutation with no annotations, the description is minimal. While an output schema exists, the description omits behavioral context like id generation, duplicate handling, and prerequisites. It fails to fully prepare the agent for using the tool effectively.

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 validation constraints for price and stock but leaves name and description unexplained. The addition is partial and insufficient for a 4-parameter tool.

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 the action (create) and resource (product), distinguishing it from siblings like update_product, delete_product, and get_product. 'One product' also clarifies scope, preventing confusion with bulk operations.

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 its use case (creating a new product) but provides no explicit alternatives or exclusions. The constraint on price/stock gives some context, but the tool's role relative to siblings is only implicit.

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/vinay5199/mcp_poc'

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