get_backstage_overview
Retrieve comprehensive information about the Backstage framework including core features, benefits, and architecture to understand its capabilities and implementation approach.
Instructions
Get comprehensive overview of Backstage framework including core features, benefits, and architecture
Input Schema
Name | Required | Description | Default |
---|---|---|---|
section | No | Specific section to retrieve (optional) |
Input Schema (JSON Schema)
{
"properties": {
"section": {
"description": "Specific section to retrieve (optional)",
"enum": [
"whatIsBackstage",
"coreFeatures",
"benefits",
"architecture"
],
"type": "string"
}
},
"type": "object"
}