Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

input_get_field

Retrieve a specific field value from an IC-CAP input, such as Mode or Sweep Type, to inspect measurement settings.

Instructions

Get a specific field value from an Input (e.g. 'Mode', 'Sweep Type', 'Start', 'Stop').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_nameYesField name such as 'Mode', 'Sweep Type', 'Start', or 'Stop'
input_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden of indicating behavior. It clearly signals a non-mutating read via 'Get', but it does not disclose return value format, error behavior for missing fields, or any side effects, leaving gaps for a tool with no output 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?

The description is a single front-loaded sentence with no redundancy. Examples are embedded efficiently and do not add bulk.

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 tool with no output schema and no annotations, the lack of input_path semantics and return behavior makes the description incomplete. The sibling context clarifies the domain, but the definition itself leaves too much to inference.

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 only 50%, and the description only reinforces field_name examples while leaving input_path entirely unexplained. The description does not compensate for the undocumented required parameter.

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 ('Get'), a precise resource ('an Input'), and a specific granularity ('a specific field value') with concrete examples. This makes it easy to distinguish from input_get_fields, which implies retrieving multiple fields.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrasing implies use when a single field value is needed from an Input, but it does not explicitly state when to prefer input_get_fields or other alternatives. No when-not-to-use guidance is provided.

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