get_suite
Retrieve detailed information about a specific BugBug test suite using its unique identifier to access configuration, test cases, and metadata.
Instructions
Get details of a specific BugBug test suite
Input Schema
Name | Required | Description | Default |
---|---|---|---|
suiteId | Yes | Suite UUID |
Input Schema (JSON Schema)
{
"properties": {
"suiteId": {
"description": "Suite UUID",
"type": "string"
}
},
"required": [
"suiteId"
],
"type": "object"
}