Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Create Project

create_project

Create a DebuggAI project by providing a name and platform. Specify the team and GitHub-linked repo using UUID or name for each. The tool resolves names via case-insensitive exact match, returning the new project details.

Instructions

Create a new DebuggAI project. Required: name, platform (e.g. "web"), plus a team and a repo. Team and repo each accept EITHER a UUID or a name: pass teamUuid OR teamName, and repoUuid OR repoName. Name resolution does a backend search with case-insensitive exact match (returns AmbiguousMatch with candidates on multiple hits, NotFound on no hit). The repo must be GitHub-linked to the account. Returns {created: true, project: {uuid, name, slug, platform, repoName, ...}}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject name. Required.
platformYesPlatform (e.g. "web"). Required.
teamUuidNoTeam UUID. Provide teamUuid OR teamName, not both.
teamNameNoTeam name (backend-resolved, case-insensitive exact match). Provide teamUuid OR teamName, not both.
repoUuidNoGitHub repo UUID. Provide repoUuid OR repoName, not both. Repo must be GitHub-linked.
repoNameNoGitHub repo name, e.g. "org/repo" (backend-resolved, case-insensitive exact match). Provide repoUuid OR repoName, not both.
Behavior5/5

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

Despite no annotations, descriptions detail name resolution behavior, case-insensitive exact match, AmbiguousMatch/NotFound errors, GitHub-link requirement, and return structure. Fully compensates for absence of annotations.

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?

Three sentences, each dense with essential information. Front-loads the main purpose, then details parameter constraints and behavior. No redundant or vague phrasing.

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

Completeness5/5

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

Given 6 parameters (2 required), no output schema, the description covers required inputs, optional parameter logic, error scenarios, and return value. An agent has all needed context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Adds significant value beyond the input schema: explains mutual exclusivity of teamUuid/teamName and repoUuid/repoName, backend resolution behavior, and return fields. Schema coverage is 100% but description enriches 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 explicitly states 'Create a new DebuggAI project' and lists required fields (name, platform) and optional parameters. It clearly distinguishes this creation tool from siblings like delete_project, update_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?

Provides clear context for using team and repo parameters (UUID vs name, case-insensitive matching, ambiguity/not-found errors). Does not explicitly mention when to avoid using this tool, but the creation purpose is unambiguous.

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/debugg-ai/debugg-ai-mcp'

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