OwlMetry
MCP

Issues

List, investigate, and manage error issues via MCP tools.

Error issues are automatically detected from error events and grouped by fingerprint. Use these tools to investigate issues, update their status, merge duplicates, and add investigation notes.

list-issues

List issues for a project, ordered by most recently seen. Filter by status, app, or dev/prod mode.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
statusstringNonew, in_progress, resolved, silenced, or regressed
app_idUUIDNoFilter to a specific app
is_devbooleanNoFilter by dev/prod (true = dev only)
cursorstringNoPagination cursor
limitnumberNoMax results (default 50)

get-issue

Get details of a specific issue, including occurrences (sessions affected), comments, and fingerprints.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
issue_idUUIDYesThe issue ID

resolve-issue

Mark an issue as resolved. Optionally specify the app version where the fix was applied. If the error reappears in a newer version, the issue will automatically be marked as regressed.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
issue_idUUIDYesThe issue ID
versionstringNoApp version where the fix was applied

silence-issue

Silence an issue to stop notifications. Occurrences are still tracked.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
issue_idUUIDYesThe issue ID

reopen-issue

Reopen a resolved or silenced issue, setting status back to new.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
issue_idUUIDYesThe issue ID

claim-issue

Claim an issue by setting its status to in_progress. Use this when you start investigating or working on a fix.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
issue_idUUIDYesThe issue ID

merge-issues

Merge a source issue into a target issue. All occurrences, fingerprints, and comments are moved to the target. The source is deleted. Future events matching any merged fingerprint route to the surviving issue.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
target_issue_idUUIDYesThe target issue ID (survives the merge)
source_issue_idUUIDYesThe source issue ID (will be deleted)

list-issue-comments

List comments on an issue in chronological order. Comments provide investigation context from users and agents.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
issue_idUUIDYesThe issue ID

add-issue-comment

Add a comment to an issue. Use this to document investigations, root causes, fixes, or context for future reference. Markdown is supported.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
issue_idUUIDYesThe issue ID
bodystringYesThe comment text

Ready to get started?

Connect your agent via MCP or CLI and start tracking.