rf-agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RF_AGENT_EDA_AGENT | No | Path to the eda-agent checkout, used for the Altium export bridge. Optional; if not set, eda-agent must be importable via pip. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rf_doctorA | Check the RF toolchain on this machine before trusting any result. Reports the AEDT install PyAEDT will drive, the Python packages the loop needs, and whether a live Altium bridge is reachable. Call this first when anything behaves oddly. |
| rf_list_devicesD | The parametric structures this server can synthesise and optimise. |
| rf_line_modelA | Grounded-CPW impedance, effective permittivity and wavelength. Give |
| rf_make_specA | Turn a requirement into the structured spec everything else reads. Limits are stated the way a datasheet states them: |
| rf_synthesizeA | Draw a candidate layout without solving it. With no |
| rf_solveA | Solve one candidate in HFSS and score it against the spec. Blocking, and a full-fidelity solve on a small divider is minutes.
Use |
| rf_optimizeA | Start an Optuna study over the device's parameters, scored by HFSS. Returns a job id immediately; poll |
| rf_designA | Run the whole closed loop: seed, optimise, verify, export, report. Returns a job id; poll
|
| rf_job_statusC | Progress of a running study or design loop, and its result when done. |
| rf_list_jobsB | Every job this server has run in this session. |
| rf_altium_preflightA | Is a live Altium session reachable, with a PCB open and ready to write? Says which of the three things is missing -- eda-agent not importable, Altium not running, or the bridge script not started inside it -- and how to fix that one. |
| rf_export_altiumA | 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.
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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