Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

output_set_field

Update a specific field of an output in an IC-CAP project by specifying the output path, field name, and new value.

Instructions

Set a specific field value for an Output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
field_nameYes
output_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

C2.8/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 behavioral disclosure. It states the mutation ('Set') but does not disclose whether the field must already exist, whether the value overwrites, what happens on invalid paths, 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 or redundant phrasing. Every word contributes to stating the core operation.

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 annotations and no output schema, the description is too thin to be complete. An agent would need additional knowledge about output paths, allowed field names, and side effects to use it correctly.

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 output_path format, valid field_name values, or value constraints. It only loosely maps the wording to output_path, field_name, and value, which is minimal compensation for the lack of schema documentation.

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 uses a specific verb ('Set') and resource ('Output'), and its compound name distinguishes it from getters like output_get_field and sibling setters like input_set_field. However, it does not specify what fields are valid or what 'specific field value' means, so some ambiguity remains.

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 about when to use this tool versus alternatives such as input_set_field, output_get_field, or other setter tools. The intended use is only implied by the phrase 'for an Output,' which is not enough to route an agent confidently.

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