get_project
Retrieve detailed information about a specific Glitchtip project using its unique slug identifier for error monitoring and project management.
Instructions
Get details of a specific Glitchtip project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_slug | Yes | The slug of the project to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"project_slug": {
"description": "The slug of the project to retrieve",
"type": "string"
}
},
"required": [
"project_slug"
],
"type": "object"
}