Skip to main content
Glama
Alex-Shirazi1

AI Switch MCP Server

start_session

Create a new coding session with project path and task to store context, enabling resumable handoff between AI assistants.

Instructions

Create a new cross-assistant coding session for resumable handoff context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesCurrent task objective.
notesNo
statusNoin_progress
next_stepsNo
current_stepNo
project_pathYesAbsolute or project path.
error_contextNo
files_createdNo
files_modifiedNo
source_assistantNoAssistant currently handling the task.unknown
initial_progress_summaryNo
Behavior2/5

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

No annotations provided, so description carries full burden. It only says 'create' and 'new,' implying a fresh session, but doesn't disclose side effects, whether existing sessions are affected, authentication requirements, or return behavior. This is minimal.

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 concise sentence with no fluff, front-loading the primary action. It is appropriately brief but sacrifices information content.

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

Completeness1/5

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

The tool has 11 parameters and no output schema or annotations, yet the description provides no parameter context, prerequisites, or relationship to sibling tools. It is inadequate for an agent to use correctly.

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 only 27% (3 of 11 parameters have descriptions). The description adds no parameter semantics, failing to explain required fields like project_path and task or optional fields like next_steps and source_assistant.

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 ('Create') and resource ('cross-assistant coding session') and adds purpose ('for resumable handoff context'). It clearly distinguishes from sibling tools focused on updating, continuing, or retrieving sessions.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this vs. alternatives such as continue_task or update_session. The description implies usage for starting a new session but doesn't state exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alex-Shirazi1/AISwitchMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server