Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

output_create

Create and configure a measurement or simulation output for IC-CAP, specifying mode, nodes, ports, and type. Supports V, I, C, S-parameters and more.

Instructions

Create and configure an Output object.

Mode (modedict) options:

  • V: Voltage measurement (+Node, -Node, Unit)

  • I: Current measurement (ToNode, FromNode, Unit)

  • C: Capacitance measurement (HighNode, LowNode, Unit)

  • G: Conductance measurement

  • S: S-parameters (Port1, Port2, ACGround, Unit)

  • H: H-parameters

  • Z: Z-parameters

  • Y: Y-parameters

  • M: Multi-port S-parameters (PortType, NumPorts, ACGround, Unit)

Type: M=measured, S=simulated, B=both

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoI
unitNo
port1No
port2No
to_nodeNo
low_nodeNo
ac_groundNo
from_nodeNo
high_nodeNo
num_portsNo
overwriteNoDelete and replace an existing Output only when explicitly enabled
plus_nodeNo
port_typeNo
minus_nodeNo
output_pathYes
output_typeNoB
allow_without_checkpointNoProceed only if an automatic pre-overwrite save fails; use with care

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It describes creation and configuration modes but does not disclose side effects, persistence behavior, return values, or overwrite/checkpoint interactions. The schema's overwrite descriptions help, but the tool description itself is thin.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose and uses a scannable bullet list for modes. It is reasonably sized given the number of configuration options, though the incomplete mode coverage makes it feel slightly unbalanced.

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?

For a 17-parameter creation tool with no output schema and no annotations, the description omits critical context such as output_path semantics, defaults, and several valid mode enum values. The mode/type summary helps but is not sufficient for an agent to confidently construct all valid calls.

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?

The description significantly compensates for the low 12% schema coverage by mapping mode letters to relevant parameters, e.g., V uses +/-Node, I uses ToNode/FromNode, and S uses Port1/Port2/ACGround. However, it does not define output_path, unit, port_type, or the undocumented R/U/N/K/A modes, so the compensation is partial.

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 a specific verb and resource: 'Create and configure an Output object.' The mode and type lists give additional configuration detail and distinguish it from sibling get/set/query tools on outputs.

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 explicit guidance on when to use output_create versus related creation tools such as input_create or object_create. The intended use is implied by the object type, but no alternatives or exclusions are mentioned.

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

Deploy Server

Other Tools