Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

plot_show_relative_error

Show the relative error (MAX/RMS) for a specified plot to quickly assess accuracy. Use plot path and optional subplot number to display error metrics directly in the Plot window.

Instructions

Show relative error (MAX/RMS) on Plot window. Equivalent to ShowRelativeError in IC-CAP GUI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plot_pathYesPlot object path
plot_numberNoOptional: Multiplot sub-plot number

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

B3.2/5.0
Behavior2/5

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

Annotations are not provided, so the description carries the full burden. It only says the tool 'show relative error' and gives no information about side effects, whether it requires an active plot, whether it modifies the plot window state, or any error behavior. This leaves an agent without safety or side-effect awareness.

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 extremely compact: the core action is front-loaded in the first clause, and the parenthetical 'MAX/RMS' adds precise metric detail. The second sentence contributes valuable domain equivalence without redundancy. No wasted words.

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?

Despite being a simple tool, the description leaves gaps: it does not explain what happens upon invocation, whether the operation is read-only, what plot_path refers to beyond the schema, or whether any preconditions must be met. With no annotations and no output schema, an agent has insufficient context to invoke it confidently.

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?

The input schema provides descriptions for both parameters (plot_path and plot_number) with 100% coverage, so the schema already handles parameter semantics. The description adds no meaning beyond the schema, so the baseline of 3 is appropriate.

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 ('Show'), a specific resource ('Plot window'), and a precise quantity ('relative error (MAX/RMS)'). It also grounds the tool in domain context by referencing 'ShowRelativeError in IC-CAP GUI', and the distinction from the sibling 'plot_show_absolute_error' is clear from the name and description.

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 about when to use this tool instead of alternatives such as plot_show_absolute_error, or about prerequisites like whether a plot must already exist or how plot_path should be resolved. The only contextual hint is the IC-CAP equivalence, which is not actionable usage guidance.

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