get-backend-metadata
Retrieve comprehensive backend metadata to analyze database structure, authentication systems, and storage configurations for development and integration purposes.
Instructions
Index all backend metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | No | API key for authentication (optional if provided via --api_key) |
Input Schema (JSON Schema)
{
"properties": {
"apiKey": {
"description": "API key for authentication (optional if provided via --api_key)",
"type": "string"
}
},
"type": "object"
}