Skip to main content
Glama

create_project_workspace

Creates an isolated project workspace, initializes git, bootstraps context, and sets up the first milestone for a clean start.

Instructions

Create a new isolated project workspace directory, initialize git, bootstrap the project context/brain, and set up first milestone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the project directory to create.
pathNoParent directory path (default is '.')..
templateNoWorkspace template name ('blank', 'nextjs', or 'python').blank

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It honestly enumerates the main behaviors (create directory, initialize git, bootstrap context/brain, set milestone), but it does not disclose failure modes, idempotency, whether existing directories are touched, or any system-level side effects. This is a moderate level of transparency for a setup tool.

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 sentence that front-loads the core purpose ('Create a new isolated project workspace directory') and then lists the four key steps in a clear, compact list-like structure. No unnecessary words are present.

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 the tool's complexity (multi-step setup), the description gives a solid high-level overview of the process. With an output schema present and full parameter schema coverage, the main missing piece is an explanation of what 'bootstrap the project context/brain' actually entails, along with explicit differentiation from sibling lifecycle tools like 'bootstrap_project'.

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?

The schema's parameter descriptions cover 100% of the three parameters (name, path, template) with names and defaults, so the description does not need to add parameter-level semantics. It does not, which matches the baseline for full schema coverage.

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 names the exact resource ('isolated project workspace directory') plus the full set of initialization steps (git init, context/brain bootstrap, first milestone). This distinguishes it clearly from simpler directory-creation tools like 'create_directory' and from adoption tools like 'adopt_existing_project'.

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 phrase 'new isolated project workspace' clearly signals that this tool is for starting a fresh project workspace. It does not explicitly list when not to use it or name alternatives such as 'bootstrap_project' or 'adopt_existing_project', but the target use case is clearly communicated.

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/pranjal2410719/dev-mcp'

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