BugSnag: Get Current Project
bugsnag_get_current_projectRetrieve the default BugSnag project to simplify subsequent tool calls without requiring a project ID.
Instructions
Retrieve the 'current' project on which tools should operate by default. This allows BugSnag tools to be called with no projectId parameter.
Toolset: Projects
Parameters: None
Use Cases: 1. Understand if a current project has been set
Hints: 1. If a project is returned, it can be assumed that the user expects interactions with BugSnag tools to refer to this project 2. If this tool returns no current project then other BugSnag tools will require an explicit project ID parameter 3. Call the List Projects tool to see all projects that the user has access to. Get the project ID from this list either by asking the user for the project name or slug 4. You might find a BugSnag API key in the user's code where they configure the BugSnag SDK that can be matched to a project 'apiKey' field from the project list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||