mcp_config_dashboard_management.json•637 B
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Retrieves a list of dashboards for a given project",
"name": "get_dashboards"
},
{
"description": "Creates a dashboard",
"name": "create_dashboard"
},
{
"description": "Deletes a dashboard",
"name": "delete_dashboard"
},
{
"description": "Retrieves a dashboard",
"name": "get_dashboard"
},
{
"description": "Updates a dashboard",
"name": "update_dashboard"
}
]
}