Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

dvar_set

Set a DUT variable value in an IC-CAP project. Provide the full variable path and a scalar string or JSON array string to update the device parameter.

Instructions

Set a DUT variable value. Pass scalar values as strings and arrays as JSON array strings such as '["a","b"]'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
var_pathYesFull path

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

B3.1/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 discloses only the value serialization format and does not mention side effects such as overwriting existing values, error behavior, or what the tool returns.

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 front-loaded sentence with no filler. Every phrase contributes either the core action or a necessary input-format detail.

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

Completeness3/5

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

For a simple two-parameter setter, the description covers the main action and value encoding, but the absence of annotations and output schema leaves behavioral expectations and usage context under-specified. An agent would need to infer side effects and when this tool is appropriate relative to sibling tools.

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 description adds useful meaning for the value parameter by explaining scalar values must be strings and arrays must be JSON array strings. However, var_path is only described in the schema as 'Full path', and with 50% schema coverage the description does not fully compensate for the missing var_path semantics.

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 'Set a DUT variable value' uses a specific verb and resource, clearly indicating this tool modifies an existing DUT variable. It is distinguishable from related get/create tools, though it does not explicitly name a sibling or contrast its scope.

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?

There is no guidance on when to use dvar_set versus alternatives like dvar_create or dvar_get, and no mention of prerequisites or exclusion conditions. The only guidance is about value formatting, which is a parameter detail rather than usage context.

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