Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

setup_get_length

Retrieve the number of data points in an IC-CAP setup dataset by providing its setup path, allowing quick validation of data size before analysis.

Instructions

Get the data length of the Setup's dataset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setup_pathYesSetup 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 burden of explaining behavior. 'Get' implies a read operation, but the description does not disclose whether the tool returns a scalar count, requires an existing Setup, or has any side effects. The meaning of 'data length' is left ambiguous.

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 concise sentence that front-loads the verb and resource. There is no redundant wording or unnecessary 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 single-parameter getter, the description is minimally adequate for tool selection, but with no output schema and no annotations, it does not explain what the returned length represents or what happens if the setup path is invalid. An agent gets just enough to guess the call shape but not its full behavior.

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?

Schema description coverage is 100%, so the schema already documents the one parameter. The tool description adds no additional parameter meaning beyond 'Setup path', which is minimally descriptive. The baseline of 3 applies because the schema handles parameter documentation adequately.

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 specific verb ('Get') and resource ('data length of the Setup's dataset'), and the name aligns with a family of length getters such as input_get_length and output_get_length. It does not explicitly define what 'data length' means (number of rows, samples, or bytes), so it is clear but not fully precise.

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 this tool versus related length getters or other Setup introspection tools. The only usage signal is implied by the tool name and the parameter name.

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