Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Search Projects

search_projects

Search projects by UUID for detailed info or by keyword for a paginated list of summaries.

Instructions

Search or look up projects.

Two modes:

  • uuid mode: pass {"uuid": ""} → returns that project with the curated detail view (uuid, name, slug, platform, repoName, description, status, language, framework, timestamp, lastMod), or isError:true NotFound.

  • filter mode: omit uuid, optionally pass {"q": "", "page": 1, "pageSize": 20} → returns a paginated list of summaries (uuid, name, slug, repoName).

Response shape is always {filter, pageInfo, projects[]}. uuid mode returns exactly one project; filter mode returns summaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidNoProject UUID. When provided, returns exactly that project with full detail. Mutually exclusive with q.
qNoFree-text search (backend-side). Mutually exclusive with uuid.
pageNoPage number (1-indexed). Default 1.
pageSizeNoPage size (1..200). Default 20.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses response shape, error condition (NotFound), pagination details, and mode-dependent behavior. It does not declare read-only status, but that is implicit from 'search', so transparency is high.

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 well-structured with clear sections for each mode and the response shape. It is fairly concise but could be slightly tighter without losing information.

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 4 parameters, no output schema, and no annotations, the description is highly complete: it explains all parameters, response structure, error handling, and pagination. No gaps remain for effective agent use.

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?

Schema coverage is 100%, so baseline is 3. The description adds significant value by explaining the two modes, parameter interactions (mutual exclusivity of uuid and q), and default values, going well beyond the schema descriptions.

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 'Search or look up projects' and distinguishes two modes (uuid and filter), making the purpose specific and differentiating it from sibling tools like search_environments or search_executions.

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 explicitly explains when to use uuid mode vs filter mode, providing clear context for selection. However, it does not explicitly mention when not to use this tool or compare it to alternatives, so it stops short of a 5.

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