Skip to main content
Glama
tisn1678065900-dot

rf-agent

rf_export_altium

Transfer an RF design into the open Altium PCB as tracks, vias, and a ground pour with EM-matched clearance. Run a dry run first to check mils quantization and avoid impedance shifts.

Instructions

Write a design into the PCB document the user currently has open.

Emits design intent, not EM polygons: centrelines as tracks with their real widths, ground vias as vias, and the coplanar ground as a polygon pour with a clearance rule sized to the gap the EM model used.

dry_run=True (the default) resolves the whole plan to mils and returns it without touching the board. Look at the quantisation report before committing -- Altium's PCB command surface is integer mils, and on a narrow high-impedance arm that rounding moves the impedance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specYes
paramsNo
dry_runNo
place_pourNo
place_viasNo
origin_milsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so thoroughly. It discloses that non-dry runs touch the board, that the output is design intent rather than raw EM polygons, and the integer-mil rounding/impedance risk. This goes well beyond what the schema or annotations provide.

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?

Three short, purposeful paragraphs with the main action first, the output model second, and the critical dry-run warning third. Every sentence earns its place and the formatting improves scannability.

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?

The core workflow is well covered and an output schema exists for return values, so that burden is reduced. However, with six parameters and 0% schema coverage, several important inputs — especially the free-form spec and params — are not explained. It is adequate but has clear gaps for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverae is 0%, so the description must compensate for the six parameters. It only really explains dry_run — its default, effect, and purpose. spec, params, place_pour, place_vias, and origin_mils are left undocumented, leaving significant ambiguity about how an agent should populate them.

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?

States the exact action — 'Write a design into the PCB document the user currently has open' — and specifies the output form: centrelines as tracks, ground vias as vias, coplanar ground as polygon pour, explicitly distinguishing it from EM-polygon exports. The verb, resource, and style are all clear.

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 clear context: requires an open PCB document and directs the agent to use dry_run first and review the quantisation report before committing. It does not explicitly compare against sibling tools like rf_altium_preflight or state when not to use it, so it misses the top tier.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/tisn1678065900-dot/rf-agent'

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