Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Trigger App Crawl

trigger_crawl

Trigger a browser-agent crawl of a web app to populate its knowledge graph, providing context for evaluations and tests. Supports localhost with automatic tunnel.

Instructions

Trigger a browser-agent crawl of a web app to build the project's knowledge graph. The crawl systematically explores pages, UI states, and navigation flows, then populates the backend's knowledge graph so future evaluations and tests have context about the app.

LOCALHOST SUPPORT: Pass any localhost URL (e.g. http://localhost:3000) and it Just Works. A secure tunnel is automatically created so the remote browser can reach your local dev server.

WHEN TO USE: after a significant new feature, a new environment, or when onboarding a project. NOT for per-change verification — use check_app_in_browser for that.

SCOPE: one crawl per call against one URL. The crawl is long-running (minutes to tens of minutes depending on app size) and populates backend state asynchronously; the tool returns the execution status once the workflow completes. This does NOT return pass/fail — it returns executionId + status + outcome.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to crawl. Can be any public URL or a localhost/local dev server URL. For localhost URLs, a secure tunnel is automatically created — just make sure your dev server is running on that port.
projectUuidNoUUID of the project whose knowledge graph the crawl should populate. Auto-detected from the current git repo if omitted.
environmentIdNoUUID of a specific environment to use for the crawl. See available environments in the tool description above.
credentialIdNoUUID of a specific credential for authenticated crawls. See available credentials in the tool description above.
credentialRoleNoPick a credential by role (e.g. 'admin', 'guest') from the resolved environment.
usernameNoA real, existing account email for the target app. Do NOT invent credentials — use one from the available credentials or ask the user.
passwordNoThe real password for the username above. Do NOT guess.
timeoutSecondsNoMaximum wall-time the crawl may run, in seconds (1..1800). Backend enforces this per workflow execution.
repoNameNoGitHub repository name (e.g. 'my-org/my-repo'). Auto-detected from the current git repo — only provide this to run against a different project.
Behavior5/5

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

Annotations indicate openWorldHint=true (side effects) and readOnlyHint=false, and the description aligns by detailing that the crawl populates a knowledge graph asynchronously. It adds critical behavioral context: localhost support via automatic tunneling, long-running nature, and that the return value is execution status (not pass/fail). No contradictions 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (LOCALHOST SUPPORT, WHEN TO USE, SCOPE) and front-loads the primary purpose. It is efficient but slightly verbose in parameter descriptions (e.g., repeating credential guidance). Still, every section serves a purpose and avoids redundancy.

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 the tool's complexity (9 parameters, no output schema, no nested objects), the description covers all necessary aspects: purpose, usage context, behavioral traits, and parameter semantics. It explains what the tool returns (executionId+status+outcome) and addresses long-running behavior. No major gaps.

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%, so baseline is 3. The description adds significant value beyond the schema by explaining localhost handling for 'url', auto-detection for 'projectUuid' and 'repoName', and important caveats for 'username' and 'password' (e.g., 'do NOT invent credentials'). It also clarifies optional overrides for environment and credential. This extra context raises the score to 4.

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 states the tool triggers a browser-agent crawl to build a project's knowledge graph. It uses a specific verb ('trigger') and resource ('crawl'), and explicitly distinguishes it from the sibling tool 'check_app_in_browser' by identifying the appropriate use case (post-feature vs. per-change verification).

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 provides explicit guidance on when to use (after significant features, new environments, onboarding) and when not to use (per-change verification, recommending check_app_in_browser instead). It also clarifies scope (one crawl per call) and expected duration (minutes to tens of minutes), leaving no ambiguity.

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