Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

project_open

Restore a saved IC-CAP project by loading a .mdl file into a model slot, replacing its current contents after restart.

Instructions

Open a .mdl project file into the named model slot (IC-CAP's Open action reads the file over the target, destroying its previous contents). When the target model exists, a Save-As-No-Data checkpoint of its current contents is taken first and returned in the response. The file must exist and satisfy the workspace path policy (set ICCAP_MCP_ALLOW_EXTERNAL_FILES=1 to open from anywhere). Use this to restore a project after an IC-CAP restart.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath to the .mdl project file; must satisfy the workspace path policy
model_pathYesTarget model slot, e.g. '/model_name' (contents are replaced by the file)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it does so thoroughly. It discloses that opening destroys previous contents, that a Save-As-No-Data checkpoint is taken if the target exists, and that an environment variable controls external file access—valuable behavioral context beyond the 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 three sentences with no redundancy, front-loading the core action and then efficiently covering side effects, prerequisites, and intended use. Every sentence earns its place, and the structure makes the destructive behavior immediately apparent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given only two required parameters, no annotations, and no output schema, the description is remarkably complete: it explains the operation, side effects, return content (checkpoint), prerequisites, and configuration needed for external files. An agent has enough context to select and invoke the tool correctly.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3, but the description adds meaningful context beyond the schema: it explains that opening replaces the target model's contents and clarifies the checkpoint behavior. This additional semantic detail justifies a score above baseline.

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 ('Open') and a specific resource ('.mdl project file') and names the destination ('the named model slot'), making the tool's purpose immediately clear. It also clarifies the destructive nature of the operation and the checkpoint behavior, which distinguishes it from generic file-reading tools.

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

Usage Guidelines4/5

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

The description explicitly says to use this tool 'to restore a project after an IC-CAP restart,' providing a clear use case. It also states prerequisites (file must exist, workspace path policy) but does not explicitly mention when not to use it or name alternative tools, so it stops short of a perfect 5.

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