Skip to main content
Glama
xuanji86

GunStore-POS Admin MCP

by xuanji86

add_stock

Add stock for non-serialized items via material receipt entry. Not for serial-tracked firearms.

Instructions

Add stock for a NON-serialized item (Material Receipt Stock Entry). Do NOT use for serial-tracked firearms — those go through receive_goods so the FFL flow runs. confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_codeYes
qtyYes
warehouseNo
rateNo
remarksNo
confirmNo
Behavior3/5

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

No annotations provided, so description must cover behavior. It mentions 'confirm=true' but does not disclose what happens when confirm is false, or any side effects/requirements. Adequate but lacks depth.

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?

Concise single sentence with crucial exclusion info. Front-loaded with the main purpose, 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?

With 6 parameters, no output schema, and no annotations, the description provides insufficient context. Does not explain return values, side effects, or parameter semantics beyond confirm. Incomplete for a stock add operation.

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

Parameters1/5

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

Schema description coverage is 0%. The description only mentions 'confirm' parameter, leaving the other 5 parameters (item_code, qty, warehouse, rate, remarks) completely unexplained. Fails to add meaning 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 clearly states the verb 'Add stock', the resource 'NON-serialized item', and context 'Material Receipt Stock Entry'. It distinguishes from siblings by explicitly excluding serial-tracked firearms and directing to 'receive_goods'.

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

Usage Guidelines5/5

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

Explicitly states when to use (non-serialized items) and when not (serial-tracked firearms, use receive_goods). Also hints to set confirm=true, providing clear usage direction.

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/xuanji86/gunstore-pos-mcp'

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