Skip to main content
Glama
jacksonnnzzz

leam-opt-mcp

by jacksonnnzzz

optimize_antenna_pipeline

Runs the planned HFSS optimization and returns the optimized antenna project along with a full trial history for analysis.

Instructions

Run the planned HFSS optimization and produce the best project plus complete trial history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions running an optimization and producing outputs, but it doesn't reveal side effects (e.g., creating/modifying projects), prerequisites, or potential non-determinism. For a tool that likely executes a long-running workflow, this is insufficient.

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 a single concise sentence with no wasted words. It front-loads the action and states deliverables clearly, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While an output schema exists, the description lacks important context: what constitutes a 'planned' optimization, the relationship to the pipeline workflow (given sibling tools), and execution behavior (e.g., synchronous vs asynchronous). It's too sparse for a pipeline-level operation with multiple sibling tools.

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?

The sole parameter 'job_id' has no schema description and 0% coverage, and the tool description does not explain its meaning or how it relates to the 'planned HFSS optimization'. Since coverage is low, the description should compensate, but it adds no parameter-specific information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Run' and the resource 'planned HFSS optimization', with explicit outputs ('best project plus complete trial history'). It conveys the core function effectively, though it doesn't differentiate from the sibling tool 'run_hfss_optimization_job', which appears similar.

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?

No guidance is provided on when to use this tool versus alternatives. The word 'planned' implies a prerequisite but there is no explicit context, exclusions, or mention of alternative tools like 'run_hfss_optimization_job'.

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/jacksonnnzzz/leam-opt-mcp'

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