Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

setup_export_mdm

Export IC-CAP setup measurement or simulation data to an .mdm file on the server. Specify the setup path and absolute file path to handle large datasets directly.

Instructions

Export Setup measurement or simulation data to an .mdm file. File is written directly on the server side, suitable for large datasets. file_path should be an absolute path on the server machine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_typeNoM=measured, S=simulated, B=bothM
file_pathYesAbsolute path for the .mdm file, e.g. 'E:/path/to/data.mdm'
setup_pathYesSetup path, e.g. '/diode_basics/DC____/forward'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It adds useful context not present in the schema: the file is written server-side, requiring an absolute server path, and is intended for large datasets. However, it does not mention overwrite behavior, whether the setup must already exist, or what the tool returns or confirms after writing.

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 three concise sentences with no filler. The core purpose, key behavioral trait (server-side write), and critical parameter constraint are all front-loaded and each sentence adds value.

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

Completeness4/5

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

For a moderately simple export tool, the description covers the essential operation, parameter constraints, and a key behavioral detail. The lack of an output schema and annotations means a bit more would be helpful, such as overwrite semantics or return value, but the description is still largely sufficient for correct invocation.

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?

Schema coverage is 100%, with descriptions for setup_path, file_path, and data_type. The tool description adds an important nuance beyond the schema by explicitly stating that file_path must be an absolute path on the server machine, clarifying that the path is interpreted server-side rather than client-side.

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 states a specific verb ('Export'), a clear resource ('Setup measurement or simulation data'), and the target format ('.mdm file'). It clearly distinguishes itself from the sibling setup_import_mdm, which performs the inverse operation.

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?

The description gives clear context: it is for exporting setup data to an .mdm file on the server side, and is suitable for large datasets. It does not explicitly mention when to prefer this over alternatives, but no close alternative besides setup_import_mdm exists, so the context is sufficient.

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