Skip to main content
Glama
xuanji86

GunStore-POS Admin MCP

by xuanji86

return_consignment_lines

Return unsold consigned guns from a dealer by booking FFL re-acquisitions and moving stock back to a specified warehouse.

Instructions

Take unsold consigned guns BACK from the dealer: books a real FFL re-acquisition per gun (pushed to FastBound by its own hook) and moves stock back to the main (or given) warehouse. lines = Consignment Out Line names. confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linesYes
confirmNo
to_warehouseNo
consignment_outYes
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It does this well by revealing side effects: a real FFL re-acquisition per gun, an automatic FastBound hook, and stock movement. It stops short of noting irreversibility, authorization requirements, or failure behavior, which matters for such a high-stakes operation.

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-loaded, with the most important behavioral facts in the first sentence. The trailing fragments add useful parameter hints, though 'confirm=true' is cryptic and could be clearer without much added length.

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?

The description gives strong high-level behavior but is incomplete for a complex, sensitive operation. It does not describe the return value or success/failure signals, does not define consignment_out, and does not explicitly warn about irreversibility. An agent could probably invoke it correctly with some inference, but important gaps remain.

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 lines as Consignment Out Line names, confirm as a boolean flag, and to_warehouse as the optional target warehouse, but it leaves the required consignment_out parameter completely undefined. The confirm=true fragment is also terse and reads more like an instruction than a parameter explanation.

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 names the action ('Take unsold consigned guns BACK from the dealer'), the target resource, and the expected outcomes: FFL re-acquisition per gun, FastBound push, and warehouse restock. This differentiates it from sibling tools like create_consignment_out, ship_consignment_out, or cancel_consignment without needing to open schemas.

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?

It states the intended scenario: returning unsold consigned guns from the dealer, and it mentions the optional destination warehouse. It does not explicitly name alternatives or exclusion conditions, so an agent must infer when not to use it, but the context is clear enough for a 4.

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