DebugBundle

Reference

MCP tools

This page is generated from the implemented MCP tool catalog so descriptions and argument lists stay aligned with the live server surface.

Setup

ToolDescriptionRequired argumentsOptional arguments
doctorRun local DebugBundle environment diagnostics.NoneauthFilePath
smokeRun the end-to-end smoke flow for a hosted project.projectIdauthFilePath, environment, maxAgeMinutes, service
validateValidate local DebugBundle project setup and optionally apply fixes.Nonefix
verify_cloudVerify that a hosted project is sending data to DebugBundle.projectIdauthFilePath, environment, maxAgeMinutes, service
verify_localRun the local verification flow against the current repository.NoneNone

Analyze

ToolDescriptionRequired argumentsOptional arguments
analyzeRun local agent-oriented DebugBundle analysis.Nonelocal, type

Retrieval

ToolDescriptionRequired argumentsOptional arguments
get_bundleFetch the debug bundle for an incident.incidentIdbearerToken, source
get_incidentFetch a single incident by incident id.incidentIdbearerToken, source
get_logsFetch log records for an incident from the hosted API.bearerToken, incidentIdcursor, level, limit
get_reproductionFetch the reproduction artifact for an incident.incidentIdbearerToken, source
list_incidentsList incidents from local storage, cloud storage, or the combined connected view.NonebearerToken, cursor, environment, limit, projectId, service, severity, source, status
reopen_incidentReopen a locally stored resolved incident.incidentIdbearerToken, source
resolve_incidentResolve an incident by incident id.incidentIdbearerToken, source

Github

ToolDescriptionRequired argumentsOptional arguments
create_github_dispatch_ruleCreate a GitHub dispatch automation rule for a project.bearerToken, bundleType, cooldownSeconds, environments, eventTypes, incidentStatus, name, projectId, services, severityMinenabled
delete_github_dispatch_ruleDelete a GitHub dispatch automation rule.bearerToken, projectId, ruleIdNone
get_github_statusGet the organization GitHub App installation status and optional project repo assignment.bearerTokenprojectId
list_github_deliveriesList GitHub dispatch delivery history for a project.bearerToken, projectIdlimit, status
list_github_dispatch_rulesList GitHub dispatch automation rules for a project.bearerToken, projectIdNone
list_github_repositoriesList repositories available to the organization GitHub App installation.bearerTokenNone
remove_project_github_repoRemove a project GitHub repository assignment.bearerToken, projectIdNone
retry_github_deliveryRetry a failed GitHub dispatch delivery.bearerToken, deliveryId, projectIdNone
set_project_github_repoAssign a primary GitHub repository to a project.bearerToken, owner, projectId, repoNone
update_github_dispatch_ruleUpdate a GitHub dispatch automation rule.bearerToken, projectId, ruleIdbundleType, cooldownSeconds, enabled, environments, eventTypes, incidentStatus, name, services, severityMin

Tokens

ToolDescriptionRequired argumentsOptional arguments
create_member_tokenCreate a new member token.bearerToken, labelNone
create_project_tokenCreate a new project token.bearerToken, label, projectIdNone
list_member_tokensList member tokens for the authenticated member.bearerTokenlimit
list_project_tokensList project tokens for a project.bearerToken, projectIdlimit
revoke_member_tokenRevoke a member token.bearerToken, tokenIdNone
revoke_project_tokenRevoke a project token.bearerToken, projectId, tokenIdNone

Webhooks

ToolDescriptionRequired argumentsOptional arguments
create_webhookCreate a webhook endpoint.bearerToken, events, projectId, urlfilters, isEnabled
delete_webhookDelete a webhook endpoint.bearerToken, webhookIdNone
list_webhook_deliveriesList deliveries for a webhook endpoint.bearerToken, webhookIdlimit
list_webhooksList webhooks for a project.bearerToken, projectIdlimit
retry_webhook_deliveryRetry a webhook delivery.bearerToken, deliveryId, webhookIdNone
test_webhookQueue a synthetic webhook delivery.bearerToken, webhookIdeventType
update_webhookUpdate a webhook endpoint.bearerToken, webhookIdevents, filters, isEnabled, url

Weekly reports

ToolDescriptionRequired argumentsOptional arguments
create_weekly_report_channelCreate a weekly report delivery channel.bearerToken, channel, config, projectId, scheduleisEnabled
delete_weekly_report_channelDelete a weekly report delivery channel.bearerToken, channelIdNone
list_weekly_report_channelsList weekly report delivery channels for a project.bearerToken, projectIdlimit
update_weekly_report_channelUpdate a weekly report delivery channel.bearerToken, channelIdconfig, isEnabled, schedule

Alerts

ToolDescriptionRequired argumentsOptional arguments
create_alertCreate an alert rule.bearerToken, channel, conditionType, projectIdconfig, isEnabled, serviceId, severityMin
delete_alertDelete an alert rule.alertId, bearerTokenNone
list_alertsList alert rules for a project.bearerToken, projectIdlimit
update_alertUpdate an alert rule.alertId, bearerTokenchannel, conditionType, config, isEnabled, serviceId, severityMin

Projects

ToolDescriptionRequired argumentsOptional arguments
create_projectCreate a new project.bearerToken, name, slugenvironmentDefault
delete_projectDelete a project.bearerToken, projectIdNone
list_projectsList projects in the organization.bearerTokenlimit
update_projectUpdate a project.bearerToken, projectIdenvironmentDefault, name, slug

Capture Policy

ToolDescriptionRequired argumentsOptional arguments
get_capture_policyGet the resolved capture policy for a project.bearerToken, projectIdNone
update_capture_policyUpdate the capture policy for a project.bearerToken, projectId, updateNone

Probes

ToolDescriptionRequired argumentsOptional arguments
activate_probeActivate a remote probe on a project.bearerToken, labelPattern, projectIdenvironment, service, triggerTtlSeconds, ttlSeconds
deactivate_probeDeactivate a probe activation.activationId, bearerToken, projectIdNone
list_active_probesList active probe activations for a project.bearerToken, projectIdNone

Billing

ToolDescriptionRequired argumentsOptional arguments
cancel_capacity_reductionCancel a scheduled capacity reduction.bearerTokenNone
get_billing_summaryGet the billing summary for the organization.bearerTokenNone
increase_capacityIncrease additional capacity units.bearerToken, targetAdditionalCapacityUnitsNone
schedule_capacity_reductionSchedule a capacity reduction at end of billing cycle.bearerToken, targetAdditionalCapacityUnitsNone

Members

ToolDescriptionRequired argumentsOptional arguments
cancel_member_inviteCancel a pending organization invite.bearerToken, inviteIdNone
invite_memberInvite a member to the organization.bearerToken, email, roleNone
list_member_invitesList pending organization invites.bearerTokenNone
list_membersList organization members.bearerTokenNone
remove_memberRemove a member from the organization.bearerToken, userIdNone
update_member_roleUpdate the role of an organization member.bearerToken, role, userIdNone

Services

ToolDescriptionRequired argumentsOptional arguments
list_servicesList services for a project.bearerToken, projectIdlimit

Parity rule

These entries are meant to describe the same behavior as the API and CLI equivalents, not a separate MCP-only implementation.