Skip to main content
Glama
xuanji86

GunStore-POS Admin MCP

by xuanji86

start_4473

Starts an ATF 4473 for a firearm invoice, holding it in Draft, mapping serials to item rows, and returning the FastBound URL for cashier completion.

Instructions

Kick off the ATF 4473 for a firearm POS/Sales Invoice: holds the invoice in Draft and opens a FastBound 4473 for the cashier to complete. serial_by_item_row maps invoice ITEM ROW name -> actual serial, e.g. {"a1b2c3d4": "SN123"}. Returns the FastBound URL. confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
invoice_nameYes
serial_by_item_rowYes
Behavior3/5

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

With no annotations, the description carries the burden of explaining side effects, and it does disclose meaningful behavior: it holds the invoice in Draft, opens a FastBound 4473, and returns the FastBound URL. It leaves ambiguity around the trailing 'confirm=true' and does not mention prerequisites, reversibility, or failure modes.

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 compact and front-loads the main purpose while providing a useful serial mapping example. The only structural issue is the awkward, unexplained 'confirm=true' fragment at the end.

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?

The tool involves a nested object, no output schema, and no annotations, so the description must do more to make the tool self-sufficient. It fails to clarify confirm semantics, invoice_name expectations, and how this differs from start_transfer_4473 or manager_override_4473, leaving an agent likely to need extra context.

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%, but the description adds real value by explaining serial_by_item_row with a concrete example and by mentioning confirm=true. It does not explain invoice_name or clarify what confirm actually controls, which leaves gaps for a three-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('kick off'), the resource (ATF 4473), and the context (firearm POS/Sales Invoice). It also explains the immediate effect—holding the invoice in Draft and opening a FastBound 4473—which helps distinguish it from generic document tools, though it does not explicitly contrast it with sibling tools like start_transfer_4473 or manager_override_4473.

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 phrase 'for a firearm POS/Sales Invoice' gives an implicit use case, so an agent can infer when this tool is relevant. However, there is no explicit guidance on when to choose this over related 4473 tools, and no when-not-to-use conditions are provided.

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