Skip to main content
Glama
xuanji86

GunStore-POS Admin MCP

by xuanji86

push_shipment

Submit a pending order to ShipStation so staff can purchase shipping labels. Validates FFL and payment status, fails closed on invalid or unpaid orders.

Instructions

Push a submitted order to ShipStation so staff can buy the label there — the Pending Order 'Ship' action. Synchronous, idempotent, fails closed on an invalid FFL or unpaid order; independent of the Dispose step. confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
sales_invoiceYes
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so very well. It discloses that the operation is synchronous, idempotent, fails closed on invalid FFL or unpaid orders, and is independent of Dispose. This is rich, decision-relevant behavior beyond what the schema shows.

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 carry the core action, scope, behavioral guarantees, failure conditions, and the key confirm flag. There is no filler, and the most important information is 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 tool with no annotations and no output schema, the description is unusually complete: it covers action, target system, source state, idempotency, failure modes, and disposition independence. Minor gaps remain around the exact semantic of sales_invoice and the behavior when confirm is false.

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 adds meaning for confirm by saying 'confirm=true', and implies sales_invoice identifies the submitted order. However, it never explains the format or meaning of sales_invoice, nor exactly what happens when confirm is false. Partial compensation only.

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 names a specific verb and resource: 'Push a submitted order to ShipStation.' It further anchors the tool as the Pending Order 'Ship' action, which clearly separates it from related lifecycle tools like dispose_order, dispose_web_order, and push_consignment_shipment.

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?

The description gives clear context: only submitted/pending orders should be pushed, and invalid FFL or unpaid orders will fail closed. It also notes independence from the Dispose step. It does not explicitly name alternative tools or say 'use X instead,' so it falls short of full routing guidance.

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