Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

test_provision_devices

Creates unique keys, certificates, and serial numbers for each device. Returns provisioning packages for flashing during production test.

Instructions

Station 2: Generate per-device provisioning packages.

Creates unique keys, certificates, and serial numbers for each device. Returns provisioning packages for flashing during production test.

IMPORTANT: Verify firmware URL and device list before provisioning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firmware_urlYesURL to firmware binary
device_idsYesList of device identifiers to provision
cert_templateNoCertificate template ("production" or "development")production

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 partially discloses behavior (creating packages) but omits side effects, permissions, or output details beyond basic return type.

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 concise with three short sentences, clearly front-loading the purpose and adding a critical warning with no extraneous content.

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?

An output schema exists, so return format is covered, but the description lacks behavioral context (e.g., destructive potential, permissions) and could better integrate parameter usage.

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 the description adds minimal extra meaning. It reinforces firmware_url and device_ids importance but does not enhance cert_template meaning.

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 'Generate per-device provisioning packages' and details the creation of keys, certificates, and serial numbers, specifying the tool's unique function among siblings.

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

Usage Guidelines3/5

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

The description includes an important verification note but does not provide explicit guidance on when to use this tool versus alternatives or when not to use it.

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