Skip to content

Planned MCP Tools

List recent errors with optional filtering.

ParameterTypeRequiredDescription
limitintegerNoMaximum errors to return (default: 10)
statusstringNoFilter by status: open, resolved, ignored
sincestringNoISO 8601 timestamp for time range start
searchstringNoSearch in exception class and message
sort_bystringNoSort order: last_seen, first_seen, occurrences

Get full details about a specific error, including stack trace and occurrences.

ParameterTypeRequiredDescription
error_idintegerYesError ID

Get hourly error occurrence counts for trending analysis.

ParameterTypeRequiredDescription
error_idintegerYesError ID

List traces with filtering options.

ParameterTypeRequiredDescription
limitintegerNoMaximum traces to return (default: 10)
typestringNoFilter by root span type: web, job, command
sincestringNoISO 8601 timestamp
min_duration_msintegerNoMinimum duration filter
searchstringNoSearch in span names
sort_bystringNoSort order: duration, recent

Get full span tree for a trace with N+1 query detection.

ParameterTypeRequiredDescription
trace_idstringYesTrace ID (hex)

Find traces slower than a threshold.

ParameterTypeRequiredDescription
threshold_msintegerNoDuration threshold (default: 500)
limitintegerNoMaximum traces to return (default: 10)

Performance summary per route.

ParameterTypeRequiredDescription
limitintegerNoMaximum routes to return (default: 10)
sort_bystringNoSort by: p95, p99, requests, errors
sincestringNoISO 8601 timestamp
searchstringNoSearch in route paths

List recent deployments.

ParameterTypeRequiredDescription
limitintegerNoMaximum deploys to return (default: 10)

Compare metrics before and after a deploy.

ParameterTypeRequiredDescription
deploy_idintegerYesDeploy ID

Overview of system health and recent activity.

No parameters required.

Detect N+1 query patterns in a specific trace.

ParameterTypeRequiredDescription
trace_idstringYesTrace ID (hex)

resolve_error / ignore_error / reopen_error

Section titled “resolve_error / ignore_error / reopen_error”

Change error status.

ParameterTypeRequiredDescription
error_idintegerYesError ID