Skip to main content
Glama
G-Hensley
by G-Hensley

Create Claude Project

create_claude_project

Creates a new Claude.ai project folder with templates for instructions and purpose, structuring project setup with required metadata like name and summary.

Instructions

Create a new Claude.ai project folder with INSTRUCTIONS.xml and PURPOSE.md templates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject folder name (lowercase, hyphenated, e.g., 'my-new-project')
display_nameYesHuman-readable project name (e.g., 'My New Project')
summaryYesOne-sentence summary of the project's purpose
scopeNoList of in-scope responsibilities
out_of_scopeNoList of out-of-scope items
toneNoPersonality/tone description (e.g., 'Casual, direct, and supportive')
mcp_toolsNoMCP tools this project should use

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states what is created but omits whether the tool overwrites existing files, requires authentication, or has side effects. No information on success/failure behavior or limitations.

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?

The description is a single sentence that is clear and to the point. It is appropriately short but could be slightly expanded to include key behavioral traits without becoming verbose.

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

Completeness3/5

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

Despite having an output schema, the description does not mention what the tool returns (e.g., project path or confirmation). For a tool with 7 parameters and a required set, the description should at least hint at the output or success criteria. It is minimally complete but lacks essential context.

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%, so the baseline is 3. The tool description adds no extra meaning to parameters; it only references templates. The schema already describes each parameter adequately, so no significant addition from the description.

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 clearly states the action ('Create') and the specific resource ('Claude.ai project folder') with explicit deliverables ('INSTRUCTIONS.xml and PURPOSE.md templates'). It distinguishes from siblings like 'add_project' and 'scaffold_project' by specifying the folder and template creation.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like 'add_project' or 'scaffold_project'. The description does not mention prerequisites, when to choose this over similar tools, or what not to use it for.

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/G-Hensley/myself-mcp-server'

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