Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Project

project

Retrieve, search, or create projects in DebuggAI. Get full details by UUID, list with search and pagination, or create a new project linked to a team and GitHub repo.

Instructions

Manage DebuggAI projects. Pass an "action":

  • "get" {uuid} → one project with full detail.

  • "list" {q?, page?, pageSize?} → paginated project summaries.

  • "create" {name, platform, (teamUuid|teamName), (repoUuid|repoName)} → create a project. The repo must be GitHub-linked; names resolve by case-insensitive exact match.

Note: there is no update/delete here — rename/delete a project from the DebuggAI web app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform.
uuidNo[get] Project UUID.
qNo[list] Free-text search.
pageNo[list] Page (1-indexed).
pageSizeNo[list] Page size (1..200).
nameNo[create] Project name.
platformNo[create] Platform, e.g. "web".
teamUuidNo[create] Team UUID (or teamName).
teamNameNo[create] Team name (or teamUuid).
repoUuidNo[create] GitHub repo UUID (or repoName).
repoNameNo[create] GitHub repo name "org/repo" (or repoUuid).
Behavior4/5

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

Annotations indicate read/write capability and non-destructive nature. The description adds behavioral details like the GitHub-linked repo requirement for create and case-insensitive name resolution. No contradiction with 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?

The description is concise with bullet points for actions, front-loading the main purpose. Every sentence is informative, with no unnecessary filler.

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 no output schema, the description adequately explains return values for get (full detail) and list (paginated summaries). It also notes the repository requirement for create and where to perform update/delete. Could be slightly more detailed on action exclusivity, but sufficient.

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

Parameters4/5

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

Schema coverage is 100% with parameter descriptions. The description adds value by grouping parameters per action, explaining the conditional pairs (teamUuid/teamName, repoUuid/repoName), and clarifying name matching behavior.

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 tool manages DebuggAI projects and lists three specific actions (get, list, create) with their resource outcomes. It distinguishes itself from sibling tools which handle other aspects like environments or test cases.

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

Usage Guidelines5/5

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

The description explicitly tells when to use each action with required parameters and provides an exclusion: 'Note: there is no update/delete here — rename/delete a project from the DebuggAI web app.' This gives clear guidance on alternatives.

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