Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

input_set_field

Change the value of a specific field on an IC-CAP input by providing the input path, field name, and new value.

Instructions

Set a specific field value for an Input.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
field_nameYes
input_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It implies mutation but does not state whether the field must already exist, whether existing values are overwritten, or what side effects may occur on the Input.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, but it is under-specified rather than efficiently complete. It is a single clear sentence, yet it omits material behavioral and parameter context that the operation requires.

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 mutation tool with no annotations and no output schema, this description is too thin. It does not explain expected inputs, error conditions, return behavior, or how this set operation relates to the Input lifecycle.

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

Parameters1/5

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

Schema description coverage is 0%, and all three parameters are bare strings with no enumerated values or format hints. The description adds no meaning to input_path, field_name, or value, leaving the agent without essential parameter 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 clearly states the verb-resource pair: setting a specific field value on an Input. It is distinguishable from sibling tools like input_get_field (read) and input_set_data (bulk data), though it does not explicitly name them.

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?

No guidance is given on when to use this tool versus alternatives such as input_set_data, input_get_field, or object_set_val. The agent must infer usage entirely from the tool name and description.

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