Skip to main content
Glama

Create project

create_project
Idempotent

Create a named project in the central store and initialize an initial git commit. Safe to rerun on existing names; existing claims remain untouched.

Instructions

Create or initialize a named project in the central store. Creates a directory and an initial git commit. Safe to call on a name that already exists: existing claims are left untouched, so it is effectively idempotent. For central mode only — hosts with no project directory. Inside a git repo, state belongs in the repo instead, which the continuity init CLI sets up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesShort kebab-case project name. Becomes the directory under ~/.continuity/projects and the handle passed as `project` to every other tool.
missionNoOne sentence on what the project is for. Rendered as the resume context's title, so a future session sees it first.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.1.1
    • addedInput schema / properties / mission / description
      Added value: +"One sentence on what the project is for. Rendered as the resume context's title, so a future session sees it first."
    • addedInput schema / properties / name / description
      Added value: +"Short kebab-case project name. Becomes the directory under ~/.continuity/projects and the handle passed as `project` to every other tool."
  2. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark idempotentHint=true and destructiveHint=false, and the description adds concrete behavioral detail: what gets created (directory, initial git commit), that existing claims are untouched, and that the tool is not appropriate inside an existing git repo. This goes well beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with a clear progression: action/effect, safety behavior, usage constraint. Each sentence earns its place, though the idempotency statement is slightly expanded by rephrasing what the annotation already conveys.

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 two-parameter create tool with good annotations and no output schema, the description covers the essential context: side effects, idempotency, mode restriction, and the alternative setup path. Minor gap: no explicit statement of what the tool returns or signals on success, but that is not critical for invocation.

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% — both parameters are well documented in the schema itself. The description does not add new parameter-level meaning but also does not need to; 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?

States a specific verb ('Create or initialize'), resource ('named project in the central store'), and concrete effects ('Creates a directory and an initial git commit'). Clearly distinguishable from sibling tools like list_projects or capture, which serve entirely different purposes.

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

Usage Guidelines5/5

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

Explicitly limits usage to central mode ('hosts with no project directory') and names the alternative ('continuity init CLI') for git-repo contexts. Also explains that calling on an existing name is safe, removing ambiguity about idempotent re-invocation.

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

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/vikcena01/ai-continuity-plugin'

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