{
"type": "object",
"required": [
"metabaseUrl"
],
"properties": {
"metabaseUrl": {
"type": "string",
"description": "URL of the Metabase instance (e.g. https://your-metabase-instance.com)"
},
"metabaseApiKey": {
"type": "string",
"description": "API Key for authenticating with Metabase (alternative to email/password)"
},
"metabasePassword": {
"type": "string",
"description": "Password for authenticating with Metabase (required if not using API key)"
},
"metabaseUserEmail": {
"type": "string",
"description": "Email address for authenticating with Metabase (required if not using API key)"
}
}
}