Skip to main content
Glama
jacksonnnzzz

leam-opt-mcp

by jacksonnnzzz

generate_antenna_python

Generate antenna modeling Python code without requiring an AEDT license or session, ready for later execution with a licensed HFSS object.

Instructions

Generate a complete Python model artifact without starting AEDT or using a license.

The returned file is safe to import offline. It exposes build(hfss); calling that function later requires an explicitly supplied, licensed PyAEDT HFSS object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
through_stageNoboolean

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden of disclosure. It reveals that no license is consumed, the generated file is offline-importable, and the exposed build(hfss) function requires a licensed PyAEDT object later. This is substantial behavioral context beyond mere operation.

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 only three sentences, front-loaded with the main purpose, and every sentence adds value (purpose, offline safety, function contract). There is zero fluff or redundancy.

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 the output behavior is well explained, the description is incomplete for pipeline usage: it does not clarify what job_id refers to, what through_stage means, or how this step relates to sibling tools like create_antenna_modeling_job or regenerate_antenna_python_from_feedback. The missing parameter semantics and pipeline context leave significant gaps.

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

Parameters1/5

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

Schema description coverage is 0%, and the description gives no explanation of job_id or through_stage. The agent is left entirely in the dark about what values to supply for these parameters, making correct invocation nearly impossible.

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 a specific verb+resource: 'Generate a complete Python model artifact.' It also distinguishes this tool from siblings by highlighting that it runs 'without starting AEDT or using a license,' a unique trait among the listed tools.

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?

It provides clear usage context: use this to obtain a Python artifact without needing a license or launching AEDT. It explains the output is safe to import offline, implying when this tool is appropriate, but it does not explicitly name alternatives or state exclusions.

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