Skip to main content
Glama

iyke_session_start_in_project

Start a new Claude chat session attached to a project, configuring the environment and returning a thread ID for subsequent interaction.

Instructions

Mint a new Claude chat thread attached to a project. The shell resolves the project root as the session cwd, builds the layered Claude-config overlay dir (skills + agents + commands + merged .mcp.json) for the spawn, and routes the request through the ACP session/new handler. Returns the new thread_id; the actual subprocess spawns lazily on the first prompt — fire acp_prompt or open /sessions/$threadId in the UI to send the initial message. initial_prompt is currently informational only (the bridge does not forward it yet).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoOptional cwd override; defaults to the project root_path.
project_idYes
initial_promptNo
Behavior4/5

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

With no annotations, the description discloses key behaviors: lazy subprocess spawning on first prompt, initial_prompt being informational only. It clearly indicates a write operation (creation). Could additionally mention side effects or constraints.

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 four sentences long, each sentence contributes unique information. No fluff, front-loaded with purpose.

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?

Given no output schema and low schema coverage, the description explains return value (thread_id), parameter behavior (cwd default, initial_prompt limitation), and lifecycle (lazy spawn). Lacks explicit definition of project_id, but overall adequate.

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 coverage is 33% (only cwd described in schema). The description adds important context for initial_prompt (informational only) and implies project_id meaning, but does not explicitly describe project_id. It adds moderate value beyond schema.

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 'Mint' and resource 'new Claude chat thread attached to a project', clearly distinguishing it from sibling session tools like iyke_session_list and iyke_session_move.

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 provides clear context: after creation, use acp_prompt or open session UI. It also notes that initial_prompt is currently not forwarded. However, it lacks explicit when-not-to-use 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/Royalti-io/ikenga-pkg-mcp-iyke'

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