Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

dfm_submit

Submit a DFM review request by uploading design files and customer information. The request is created and payment is triggered, returning a payment URL if payment is required.

Instructions

Submit a DFM review request with design files and customer info.

Uploads the design file, creates a review request in the database, and triggers a Stripe payment intent. Returns a payment URL if payment is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
design_pathYesPath to design file (Gerber .zip or .kicad_pcb)
tierYesReview tier (basic or comprehensive)
customer_nameYesCustomer's full name
customer_emailYesCustomer's email address
promo_codeNoOptional promotional code
notesNoOptional notes or requirements

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description must carry the burden. It discloses key behaviors: uploading file, creating request, triggering Stripe payment intent, and returning payment URL. However, it does not mention if the action is reversible or any side effects like email notifications.

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 four sentences, front-loaded with the purpose. Every sentence adds value (upload, create, trigger, return). No redundant information.

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?

With an output schema present (context signal), the description adequately covers the main action and return value. It explains the workflow clearly, though it could mention potential error cases or idempotency.

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 coverage is 100%, so each parameter has a description in the schema. The tool description adds no additional semantics beyond what is already in the schema, meeting the baseline without improvement.

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 submits a DFM review request, including uploading files and triggering payment. It distinguishes from siblings like dfm_check_status and dfm_estimate by specifying the submission flow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide guidance on when to use this tool versus alternatives (e.g., dfm_estimate, dfm_check_status). No explicit when-to-use or when-not-to-use is given.

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