bugsnag · Capability
Bugsnag Data Access API — Comments
Bugsnag Data Access API — Comments. 5 operations. Lead operation: List error comments. Self-contained Naftiko capability covering one Bugsnag business surface.
What You Can Do
GET
Listerrorcomments
— List error comments
/v1/projects/{project-id}/errors/{error-id}/comments
POST
Createerrorcomment
— Create a comment on an error
/v1/projects/{project-id}/errors/{error-id}/comments
GET
Getcomment
— Get a comment
/v1/projects/{project-id}/errors/{error-id}/comments/{comment-id}
PATCH
Updatecomment
— Update a comment
/v1/projects/{project-id}/errors/{error-id}/comments/{comment-id}
DELETE
Deletecomment
— Delete a comment
/v1/projects/{project-id}/errors/{error-id}/comments/{comment-id}
MCP Tools
list-error-comments
List error comments
read-only
idempotent
create-comment-error
Create a comment on an error
get-comment
Get a comment
read-only
idempotent
update-comment
Update a comment
idempotent
delete-comment
Delete a comment
idempotent