Skip to main content
Glama

iyke_project_create

Creates a new project in Ikenga to organize chats, packages, layouts, and tasks under a unique slug. Includes optional root path for working directory.

Instructions

Create a new project in the Ikenga shell. Projects scope chats, installed pkgs, pane layouts, todos, scratchpads and cron jobs — switching project rebinds those surfaces. Slug id must match ^[a-z0-9][a-z0-9_-]{0,63}$ and be unique; default is reserved. display_name is freely Unicode, capped at 120 chars. root_path is optional but recommended — it becomes the cwd for new chats spawned inside the project. color is a hex string used for the activity-bar dot. Use when the user asks to set up a new working context (a codebase, a label, an experiment).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSlug: ^[a-z0-9][a-z0-9_-]{0,63}$. Unique. "default" is reserved.
iconNoEmoji or filename inside ~/.local/share/ikenga/projects/<id>/.
colorNoHex color like #4f8cff for the activity-bar dot.
root_pathNoAbsolute path. Used as cwd for new chats. Need not exist yet.
descriptionNo
display_nameYesHuman-readable name, up to 120 chars.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses slug uniqueness, reserved 'default', cwd behavior for root_path, and hex color usage. It does not mention side effects or permissions, but overall fairly 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?

Description is concise, front-loaded with the main action, and uses bullet-like structure. Every sentence adds value.

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?

No output schema, but description explains what the tool does and its parameters. It could mention the return value (e.g., created project object) but is still reasonably complete.

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 83%, and description mostly repeats schema info for id, display_name, root_path, color. Some nuance added for root_path (optional but recommended). Icon parameter not mentioned. Baseline 3 is appropriate as description adds marginal value.

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 'Create a new project in the Ikenga shell' and explains that projects scope various surfaces. It clearly distinguishes from sibling tools like update, list, archive, etc.

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 includes 'Use when the user asks to set up a new working context' which provides clear guidance. However, it lacks explicit when-not-to-use or alternative tools.

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