Skip to main content
Glama
xuanji86

GunStore-POS Admin MCP

by xuanji86

consignment_serials

Identify pickable in-stock serials for an outbound consignment, including settlement/reference prices and greyed-out blocked guns with reasons. Filter by item code or search string. Read-only.

Instructions

In-stock (Active) serials pickable for an outbound consignment, annotated with settlement/reference prices (cost = dealer price, msrp = retail) and — for blocked guns — why they can't be picked (blocked rows are returned greyed, not hidden). Filter by item_code and/or a search string. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
searchNo
item_codeNo
Behavior4/5

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

Since no annotations are provided, the description carries the full behavioral burden. It explicitly discloses read-only semantics, that blocked rows are returned rather than hidden, and how settlement/reference prices map to cost and msrp. This goes well beyond a minimal description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence with no filler; purpose, filter behavior, pricing semantics, blocked-row behavior, and read-only status are all present. It is slightly heavy with parentheticals but remains appropriately sized and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple filtered list tool with three optional parameters and no output schema, the description covers the core selection behavior, pricing annotations, blocked-row handling, and read-only nature. It could add return-shape or pagination details, but nothing critical is missing for correct invocation.

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?

Schema description coverage is 0%, so the description must compensate. It explains item_code and search as filters, which adds real meaning, but it omits the limit parameter entirely and does not clarify search semantics such as partial matches or which fields are searched.

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?

States a specific verb-resource relationship: in-stock serials pickable for outbound consignment. It differentiates itself from siblings like available_serials and firearms_in_stock by anchoring to the consignment context and by mentioning blocked rows are included but greyed.

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

Usage Guidelines4/5

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

Provides clear context for when to use the tool: when selecting in-stock serials for an outbound consignment. It also states how to filter via item_code and/or a search string, though it does not explicitly contrast against sibling consignment or serial-listing tools.

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