Skip to main content
Glama

project_create

Start a project to organize tasks by providing a unique key and display name. Add optional details like repo, tech stack, and sources.

Instructions

Create a new project for organizing tasks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesUnique project identifier
cloneNoIf true, clone repo_url to base_path
sourcesNoInitial references, documentation, or research sources for the project
repo_urlNoGit repository URL
base_pathNoAbsolute path to project source code
tech_stackNoTechnologies used
descriptionNoOptional project description explaining the context of the project
display_nameYesHuman-readable project name
Behavior2/5

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

With no annotations, the description carries full burden. It only states 'create,' implying mutation, but lacks details on side effects, required permissions, or whether the operation is reversible. No mention of what happens with parameters like clone or repo_url.

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 with no wasted words. It is front-loaded with the core action. While short, it is not incomplete enough to lower the score significantly for a simple creation tool.

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

Completeness2/5

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

Without an output schema, the description should explain return behavior (e.g., returns the created project or a success indicator). It also fails to summarize the overall workflow, such as how clone, repo_url, and base_path interact. The tool's complexity (8 params) demands more 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?

The input schema provides descriptions for all 8 parameters (100% coverage), so the schema already documents them. The description adds no extra meaning beyond the schema; baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 resource ('project') with a brief context ('for organizing tasks'). It is distinct from sibling tools like project_archive or project_update, though it could be more specific about the project's purpose.

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. For example, there is no mention of when to use project_create instead of task_create or project_update. The agent must infer from the tool name alone.

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/Skye-flyhigh/telos-mcp'

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