Delete Event Field
Tool to delete a custom event field. use when you need to remove a specific event field after confirming the project id and display id.
Delete Project
Tool to delete a project. use when you need to permanently remove a project after confirming the project id. requires appropriate permissions.
Delete Saved Search
Tool to delete a saved search. use when you need to permanently remove a saved filterset by its id after confirming the saved search identifier.
Get Saved Search
Tool to retrieve a saved search by id. use when you need to fetch details of a saved search after confirming its id.
Get Saved Search Usage Summary
Tool to get usage summary for a saved search. use after confirming the saved search id. example: \
List Collaborator Access Details for Projects
Tool to list summary details of the projects a collaborator has access to. use when reviewing a collaborator's access across an organization.
List Collaborators
Tool to list collaborators in an organization. use when you need to retrieve all collaborators for a specified organization. example: \
List Collaborators on Project
Tool to list collaborators on a project. use when you need to retrieve all users with access to a given project after confirming its id. example: \
List Configured Integrations for Project
Tool to list configured integrations for a project. use after confirming the project id to retrieve all integration summaries.
List Errors on Project
Tool to list all errors in a project. use when you need to retrieve errors with optional filtering by version and sorting.
List Event Fields for Project
Tool to list event fields for a project. use when you need to discover all available fields for filtering events in a specified project. example: \
List Events on Project
Tool to list events for a project. use when you need to retrieve all error occurrences (events) for a given project after confirming its id. example: \
List Organizations
Tool to list organizations for the authenticated user. use after validating the api token when you need to retrieve all organizations the current user has access to.
List Pivots for Project
Tool to list pivots for a project. use when you need to retrieve all pivot definitions available in a specified project.
List Projects
Tool to list projects in an organization. use when you need to retrieve all projects under a specified bugsnag organization after confirming the organization id.
List Release Groups
Tool to list release groups for a project. use when you need to retrieve all release groups of a specific bugsnag project after confirming the project id.
List Releases
Tool to list releases for a project. use when you need to retrieve all releases of a specific bugsnag project after confirming the project id.
List Saved Searches on Project
Tool to list saved searches for a project. use after confirming project id to retrieve all saved searches, optionally filtering by shared flag.
List Supported Integrations
Tool to list all supported integrations. use when discovering available integration services before configuring a project.
List Trends for Project Buckets
Tool to list trend buckets for a project. use when you need time-segmented event counts to analyze occurrence patterns.
Regenerate Project API Key
Tool to regenerate a project's api key. use after confirming the project id and when you need to rotate the notifier api key.
Show Collaborator Access Details for Project
Tool to show a collaborator's access details for a project. use after confirming organization, collaborator, and project ids have been obtained and you have access rights.
Show Collaborator on Organization
Tool to show a collaborator in an organization. use after confirming organization and collaborator ids; requires organization administrator access.
Show Collaborator on Project
Tool to show a collaborator in a project. use when you need detailed information about a specific collaborator after confirming both project and collaborator ids.
Update Collaborator Permissions
Tool to update a collaborator's project access permissions. use when you need to change which projects a collaborator can access or their roles within each project. supply only p…