Skip to main content
Glama
lcapossio

fpgaZeroMCP

by lcapossio

program_fpga

Flash a bitstream to an FPGA board using iceprog or openFPGALoader. Supports ice40, ecp5, gowin, and nexus families.

Instructions

Flash a bitstream to an FPGA board using iceprog (ice40) or openFPGALoader (ecp5/gowin/nexus). Provide bitstream as base64 (from place_and_route output) or a file path on disk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesFPGA family (used to select default programmer)
bitstream_b64NoBase64-encoded bitstream (from place_and_route bitstream_b64 field)
bitstream_pathNoPath to bitstream file on disk
programmerNoProgrammer tool (auto-detected from target if omitted)
boardNoopenFPGALoader --board flag (e.g. 'ulx3s', 'tangnano9k')
timeoutNoTimeout in seconds
Behavior3/5

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

No annotations provided, so description must disclose behavior. It describes the programming process and options, but lacks details on hardware prerequisites, potential destructive nature (e.g., overwriting existing config), or error behavior.

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 sentences efficiently convey essential information. No superfluous content; every part adds value.

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?

Covers input format and tool selection. No output schema, so return values need not be explained. Missing context about hardware connection requirements or success/failure handling, but still reasonably complete.

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?

Schema description coverage is 100%, so baseline is 3. The description adds context by explaining bitstream sources and auto-detection of programmer, going beyond the schema.

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?

Description clearly states the action ('Flash a bitstream to an FPGA board') and specifies the tools (iceprog, openFPGALoader) and FPGA families. It is distinct from sibling tools like place_and_route, which generates the bitstream.

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?

Provides guidance on when to use (after place_and_route) and how to provide input (base64 or file path). Mentions auto-detection of programmer but does not explicitly state when not to use or list 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/lcapossio/fpgaZeroMCP'

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