Skip to main content
Glama
xuanji86

GunStore-POS Admin MCP

by xuanji86

push_serial_to_fastbound

Send a per-unit correction for a firearm's manufacturer or importer to FastBound using its serial number. No action if the firearm is not in FastBound.

Instructions

Push a post-acquisition per-unit correction (manufacturer / importer) for one already-booked firearm to FastBound, editing the bound-book item in place (PUT /Items/{id}). No-op if the gun isn't in FastBound yet. confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialYes
confirmNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the operation is a PUT (mutating), edits in place, and is a no-op if the firearm isn't in FastBound. This provides key behavioral context, though auth requirements or error handling are omitted.

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?

Two sentences with no filler. Front-loaded with the main action, then behavioral notes. Every part adds value.

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?

Given no annotations, no output schema, and 0% parameter coverage, the description provides minimal viability. It explains the core action and no-op case but lacks details on return values, errors, and the confirm parameter's semantics.

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 implies the 'serial' parameter's role but doesn't explain format or constraints. The 'confirm' parameter is mentioned as 'confirm=true' but without explanation of its effect (defaults to false). This is insufficient for an agent to use correctly.

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 it pushes a per-unit correction for a firearm to FastBound, editing in place. It specifies the resource (bound-book item) and action, distinguishing it from sibling tools like 'find_item' which are read-only.

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 usage after acquisition when a correction is needed for an already-booked firearm, but lacks explicit when-to-use or when-not-to-use guidance. It mentions 'No-op if the gun isn't in FastBound yet' but does not compare to alternatives.

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