Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

setup_simulate

Execute SPICE simulation on a given setup path, returning results synchronously or via managed job.

Instructions

Run SPICE simulation on a Setup. The gateway executes it synchronously on IC-CAP's main thread; external MCP clients may submit it as a managed job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_asyncNoReserved for broker-managed jobs; direct gateway calls must use false
setup_pathYesSetup path

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses synchronous execution on IC-CAP's main thread, which implies blocking behavior and main-thread coupling, and notes the managed-job path for external clients. It does not mention side effects or return behavior, but this is still meaningful transparency beyond the schema.

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?

Two sentences, no filler, with the core purpose front-loaded and behavioral context in the second sentence. Every clause adds distinct information needed for correct invocation.

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 simple 2-parameter tool with one required parameter and no output schema, the description covers what the tool does and how it executes. It omits post-conditions such as what happens to simulation results, but the essential invocation details are present.

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

Parameters3/5

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

The input schema already describes both parameters, including run_async's reservation for broker-managed jobs, at 100% coverage. The description adds no parameter-level detail beyond what the schema provides, so the baseline of 3 applies.

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 uses a specific verb and resource: 'Run SPICE simulation on a Setup.' It clearly distinguishes this from measurement or transform tools in the sibling list by naming the exact operation (SPICE simulation) rather than a generic 'run' or 'execute'.

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 invocation context: synchronous execution on IC-CAP's main thread and managed-job submission for external MCP clients. It does not explicitly name alternatives like setup_measure or iccap_job_submit, but the execution-mode guidance is concrete and actionable.

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