Skip to main content
Glama

build_create_project

Create a NEW project (domain-admin keys only; plan-gated). Mints the project's schema_namespace + an API key (returned ONCE). Use for a fresh app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject name/slug.
descriptionNoOptional: what the app is for — persisted on the project so future sessions build to it.
display_nameNo
requirementsNoOptional: the confirmed requirements/plan bullets — persisted on the project record (future sessions read them via build_get_project).
schema_namespaceNoOptional; server normalizes/derives if omitted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses important side effects: it mints a schema_namespace and an API key that is returned only once. This goes beyond the annotations and helps the agent understand the non-idempotent, one-time nature of the result.

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 compact and information-dense: purpose, restrictions, side effects, and intended use are all communicated in two sentences without unnecessary detail.

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?

The description is sufficient for the intended use: it names required context, side effects, and the one-time API key return. It does not describe the full response shape or error conditions, but the lack of an output schema makes that less critical.

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 already covers 80% of parameters with descriptions. The tool description adds context about schema_namespace and API key creation but does not explain each parameter beyond what the schema provides, so it neither harms nor significantly improves parameter understanding.

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 a NEW project'), the target resource, and the distinguishing context ('domain-admin keys only; plan-gated'). It also emphasizes 'fresh app', making the purpose distinct from update/replace tools.

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 gives clear context: 'Use for a fresh app' and 'NEW project' imply this is not for existing projects. It also notes access and plan restrictions, but it does not explicitly name alternative tools such as build_update_project or build_replace_project.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.