KosmoKrator

productivity

Bugsnag MCP, CLI, and Lua Integration for AI Agents

Bugsnag integration docs for AI agents: MCP gateway setup, Bugsnag CLI commands, Lua API reference, credentials, and function schemas.

Bugsnag for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
bugsnag.bugsnag_api_get Read read 0 Call any Bugsnag Data Access API GET endpoint with query parameters.
bugsnag.bugsnag_api_post Write write 0 Call any Bugsnag Data Access API POST endpoint with a JSON payload.
bugsnag.bugsnag_api_patch Write write 0 Call any Bugsnag Data Access API PATCH endpoint with a JSON payload.
bugsnag.bugsnag_api_delete Write write 0 Call any Bugsnag Data Access API DELETE endpoint with query parameters.
bugsnag.bugsnag_get_current_user Read read 0 Get the currently authenticated Bugsnag user.
bugsnag.bugsnag_list_organizations Read read 0 List Bugsnag organizations for the authenticated user.
bugsnag.bugsnag_list_organization_projects Read read 0 List projects for a Bugsnag organization.
bugsnag.bugsnag_list_projects Read read 0 List Bugsnag projects visible to the authenticated user.
bugsnag.bugsnag_get_project Read read 0 Get details for a Bugsnag project.
bugsnag.bugsnag_list_collaborators Read read 0 List collaborators for a Bugsnag organization.
bugsnag.bugsnag_get_collaborator Read read 0 Get one Bugsnag collaborator.
bugsnag.bugsnag_list_teams Read read 0 List Bugsnag teams for an organization.
bugsnag.bugsnag_get_team Read read 0 Get one Bugsnag team.
bugsnag.bugsnag_list_errors Read read 0 List errors for a Bugsnag project.
bugsnag.bugsnag_get_error Read read 0 Get details for a Bugsnag error.
bugsnag.bugsnag_update_error Write write 0 Update a Bugsnag error status or assignment.
bugsnag.bugsnag_delete_error Write write 0 Delete a Bugsnag error.
bugsnag.bugsnag_list_error_events Read read 0 List events for a specific Bugsnag error.
bugsnag.bugsnag_list_project_events Read read 0 List events for a Bugsnag project.
bugsnag.bugsnag_get_event Read read 0 Get details for a Bugsnag event.
bugsnag.bugsnag_get_project_trend Read read 0 Get time-series trend data for a Bugsnag project.
bugsnag.bugsnag_list_pivot_values Read read 0 List Bugsnag pivot values for an error.
bugsnag.bugsnag_list_project_releases Read read 0 List releases for a Bugsnag project.
bugsnag.bugsnag_get_project_release Read read 0 Get a Bugsnag project release.
bugsnag.bugsnag_create_organization_event_data_request Write write 0 Create an organization-wide event data request for privacy workflows.
bugsnag.bugsnag_get_organization_event_data_request Read read 0 Get organization event data request status.
bugsnag.bugsnag_create_project_event_data_request Write write 0 Create a project event data request for privacy workflows.
bugsnag.bugsnag_get_project_event_data_request Read read 0 Get project event data request status.
bugsnag.bugsnag_notify_error Write write 0 Report an error event to the Bugsnag Error Reporting API.
bugsnag.bugsnag_notify_build Write write 0 Notify Bugsnag of a build or release.
bugsnag.bugsnag_report_session Write write 0 Report a session to the Bugsnag Session Tracking API.