Skip to main content
Glama
xuanji86

GunStore-POS Admin MCP

by xuanji86

push_consignment_shipment

Push a disposed consignment to ShipStation so staff can buy the outbound label. Synchronous and idempotent, with no persistence on API failure, so retries are safe.

Instructions

Push a DISPOSED Consignment Out to ShipStation so staff can buy the outbound label — the At Dealer queue's Ship action. Synchronous, idempotent, persists nothing on API failure (safe to retry). Independent of the Dispose step. confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
consignment_outYes
Behavior5/5

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

With no annotations provided, the description takes on the full disclosure burden and succeeds: it states that the call is synchronous, idempotent, persists nothing on API failure, and is safe to retry. It also clarifies the relationship to the Dispose step. This is strong behavioral disclosure for an action tool.

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 concise and front-loads the core purpose, followed by useful execution traits. The final 'confirm=true.' fragment is cryptic and adds confusion rather than clarity, so the structure is efficient but not flawless.

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?

For a 2-parameter action with no output schema or annotations, the description covers purpose, usage context, idempotency, and failure behavior well. However, the meaning of the required consignment_out parameter and the confirm flag are not explained, leaving a meaningful gap for an agent trying to invoke it correctly.

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 needed to explain the parameters. It only mentions 'confirm=true' without explaining what that means for the confirm parameter, and it never explains what consignment_out should contain, such as an ID or identifier. The required parameter is left ambiguous.

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 states a specific action and resource: push a DISPOSED Consignment Out to ShipStation so staff can buy the outbound label. It clearly identifies the business context as the At Dealer queue's Ship action. However, it does not explicitly differentiate from similarly named siblings such as ship_consignment_out or mark_consignment_shipped, so full distinction is left to inference.

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 gives concrete when-to-use context: this is the At Dealer queue's Ship action, intended so staff can buy the outbound label. It also notes that the step is independent of the Dispose step. But it does not explicitly name alternatives or state when to prefer another consignment/shipping tool.

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