Skip to main content
Glama
xuanji86

FastBound MCP

by xuanji86

Acquire (create + commit)

acquire

Record firearm acquisitions into the A&D book, with a dry-run preview by default and confirm:true to execute. Requires supplier contact.

Instructions

Record an acquisition and commit it to the A&D book in one step (the recommended intake path). A supplier contact is REQUIRED — provide contactId, contactExternalId, or an inline contact. This commits a regulated record: dry-run by default, pass confirm:true to execute. Write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoAcquisition date (ISO). Defaults to now if omitted.
noteNo
typeYesAcquisition type (required). See list_smartlists AcquireType.
itemsYesFirearms being acquired into the A&D book.
confirmNoSet true to actually execute. Omit or false returns a DRY RUN preview that sends nothing.
contactNoInline new supplier contact (alternative to contactId).
auditUserNoEmail recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account.
contactIdNoExisting supplier contact GUID.
externalIdNo
invoiceNumberNo
contactExternalIdNoExisting supplier contact externalId.
purchaseOrderNumberNo
shipmentTrackingNumberNo
isManufacturingAcquisitionNoFFL type 07/10 manufacturing only.
Behavior5/5

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

Beyond the minimal annotation (destructiveHint: false), the description discloses critical behavior: it commits a regulated record, is dry-run by default, and requires confirm:true to execute. These are essential for an agent to understand the tool's side effects without over-relying on annotations.

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?

Three sentences, no fluff. The main purpose is front-loaded, followed by the most critical requirements and execution mode. Every sentence earns its place.

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 complex tool with nested objects and no output schema, the description covers the most important invocation aspects: required contact, dry-run default, and confirm flag. It doesn't explain response behavior or all params, but the schema covers many details, and the description gives enough to drive correct usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaningful parameter context by spelling out the three allowed ways to supply the required supplier contact (contactId, contactExternalId, or inline contact) and clarifying confirm's dry-run semantics. With schema coverage at 64%, this helps fill gaps and reduce misuse.

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 uses a specific verb ('Record') and resource ('Acquisition'), and clearly states it commits to the A&D book in one step. This distinguishes it from siblings like create_pending_acquisition and commit_acquisition, making the tool's purpose unmistakable.

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 explicitly notes this is the 'recommended intake path' and positions itself as a one-step operation, implying when to prefer it over the create-then-commit flow. It also gives concrete requirements (supplier contact, confirm:true to execute). However, it does not explicitly state when not to use it or name alternative tools.

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/fastbound-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server