Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

dut_get_dvars

Retrieve all DUT variable names and their current values from a specified device path to inspect device parameters.

Instructions

Get all DUT variables (DVar) with their values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dut_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

B3.1/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 disclosing behavior. It communicates a read-only retrieval of variables with values, which is the core behavior, but it does not mention return format, error behavior, or whether the DUT must already exist.

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. It efficiently conveys the action, target, and expected output.

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 getter with one parameter, the description is minimally viable: it states what is retrieved and that values are included. However, with no output schema and no annotations, it leaves the exact return structure and any preconditions unstated.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the single 'dut_path' parameter. The parameter name and tool context imply it identifies the DUT, but the description adds no explicit semantic value beyond the bare schema.

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 states a clear verb ('Get') and resource ('all DUT variables (DVar)'), and adds that it returns their values. It is distinguishable from sibling tools like dvar_get (singular) and dut_get_dpars (parameters), though it does not explicitly name those alternatives.

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?

The description gives no explicit guidance on when to use this tool versus alternatives such as dvar_get or dut_get_dpars. Usage context is only implied by the tool name and the word 'all', with no stated exclusions or conditions.

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