Skip to main content
Glama
Solitario119

IC-CAP MCP Server

by Solitario119

iccap_session_select

Select an active IC-CAP session to route all subsequent tool operations, using the session ID returned by the session list command.

Instructions

Select the IC-CAP session used by subsequent calls in this MCP process.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID returned by iccap_sessions_list

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.2

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior, and it does so by explicitly stating that the tool changes which session subsequent calls target in the current MCP process. It does not detail error handling for invalid session IDs, but the core side effect is transparent.

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 wasted words. It names the action, the target resource, and the scope of the effect efficiently.

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

Completeness4/5

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

For a simple one-parameter selection tool, the description plus schema is sufficient to invoke it correctly: the session_id is required and its source is specified. It does not describe the return value, but for a session-switching operation this is not a critical omission.

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%, and the schema already documents session_id as the ID returned by iccap_sessions_list. The tool description adds little beyond the schema, so the baseline of 3 applies.

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 uses a specific verb ('Select') and names the resource ('IC-CAP session used by subsequent calls in this MCP process'). It clearly distinguishes this tool from iccap_sessions_list (which lists sessions) by emphasizing the stateful selection behavior.

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 clearly indicates when to use this tool: before subsequent IC-CAP calls that should operate on a chosen session. The schema's reference to iccap_sessions_list implies the prerequisite workflow of listing sessions first, though no explicit exclusions or alternatives are provided.

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