Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

logistics_consignment_manifest

Generates a consignment manifest by comparing a bill of materials against inventory levels to determine parts to ship to a contract manufacturer.

Instructions

Station 4: Generate a consignment manifest by diffing BOM vs inventory.

Uploads BOM and compares against current inventory levels to determine what needs to be shipped to the CM (contract manufacturer).

IMPORTANT: Review the manifest before shipping. Verify short items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bom_pathYesPath to BOM file (.csv or .json)
inventory_levelsYesDict mapping part_number to quantity on hand at CM
cm_addressYesContract manufacturer shipping address

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Without annotations, the description explains the high-level behavior: uploading BOM, comparing inventory, determining shipping needs, and warning to review. However, it does not specify whether the operation is read-only, if it modifies any data, or what side effects occur, leaving some behavioral ambiguity.

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?

The description is efficient with three sentences: purpose, process, and caution. It is front-loaded with the tool's main action and has no redundant information, making it easy for an agent to parse quickly.

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?

Given the existence of an output schema, the description need not detail return values. It covers the core workflow and a critical warning. Minor gaps include lack of error condition hints or prerequisites, but overall it is sufficiently complete for a well-defined tool.

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 input schema has 100% description coverage, so each parameter is documented. The description rephrases the schema's meaning (e.g., 'diffing BOM vs inventory' maps to bom_path and inventory_levels) but adds only minimal new context beyond what the schema already provides.

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 states the tool's function: 'Generate a consignment manifest by diffing BOM vs inventory.' It specifies the verb (generate) and resource (consignment manifest), and distinguishes from siblings like logistics_create_shipment by being a specific preparatory step.

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 identifies the tool as 'Station 4', implying its place in a workflow, and instructs to review the manifest before shipping. It provides context on when to use (after BOM and inventory are available) but does not explicitly exclude alternative scenarios or compare with other logistics 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/SourceParts/parts-mcp'

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