Skip to main content
Glama
xuanji86

FastBound MCP

by xuanji86

Update acquisition item

update_acquisition_item
Idempotent

Replace a firearm item in a pending acquisition with corrected data. Preview changes by default; set confirm to true to save.

Instructions

Replace an item within a pending acquisition with corrected firearm data. Supply the full item (PUT replaces it). Dry-run by default; pass confirm:true. Write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesGUID of the acquisition.
mpnNo
skuNo
upcNo
costNo
noteNo
typeYesRequired. See list_smartlists ItemType.
modelYesRequired.
priceNo
serialYesRequired. The serial marked on the firearm.
caliberYesRequired. See list_smartlists Caliber.
confirmNoSet true to actually execute. Omit or false returns a DRY RUN preview that sends nothing.
importerNoRequired for imported firearms.
locationNoSee list_smartlists Location.
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.
conditionNoSee list_smartlists Condition.
externalIdNo
itemNumberNo
totalLengthNo
barrelLengthNo
manufacturerYesRequired. See list_smartlists Manufacturer.
acquisitionItemIdYesGUID of the acquisition item to replace.
countryOfManufactureNo
Behavior5/5

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

Annotations only cover idempotent and destructive hints. The description adds crucial behavioral details: dry-run by default, the confirm flag to actually execute, and PUT replacement semantics. It also indicates the operation is a Write, which is consistent with the absence of a readOnlyHint.

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 concise sentences front-load the purpose and immediately follow with operational safeguards. No filler or redundant content.

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 23-parameter mutation tool, the description covers operation semantics, idempotent PUT replacement, dry-run behavior, and confirmation. It lacks return-value details or edge-case guidance (e.g., item existence validation), but the schema and description together provide enough for safe invocation.

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?

The description adds meaning to the confirm parameter and the general 'full item' requirement, but it doesn't discuss other parameters. Schema descriptions cover 52% of properties, so the description is not the primary source for most parameter semantics. It doesn't compensate for the uncovered optional fields.

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 action ('Replace') with a clear resource ('item within a pending acquisition') and context ('corrected firearm data'), distinguishing it from sibling tools like update_acquisition or add_acquisition_items. It immediately conveys what the tool does and its scope.

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 states when to use the tool by scoping to a pending acquisition, and explains the operational workflow: supply the full item (PUT replacement), dry-run by default, and pass confirm:true to execute. It doesn't explicitly name alternative tools, but the context is clear enough.

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