operational_dashboards
ActiveTool of gapup-mcp
Dashboards opérationnels — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Qonto (5 départements · 12 KPIs) — 4 dashboards live en 3 semaines · time-to-décision -55%. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"departments",
"kpiRequests",
"techStack"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"techStack": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60
},
"maxItems": 10,
"minItems": 0
},
"departments": {
"type": "array",
"items": {
"type": "string",
"maxLength": 60
},
"maxItems": 8,
"minItems": 1
},
"kpiRequests": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"department",
"currentTrackingMethod",
"frequency"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"frequency": {
"enum": [
"realtime",
"daily",
"weekly",
"monthly"
],
"type": "string"
},
"department": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"currentTrackingMethod": {
"enum": [
"manual",
"spreadsheet",
"partial-tool",
"none"
],
"type": "string"
}
}
},
"maxItems": 12,
"minItems": 3
},
"primaryDashboardTool": {
"enum": [
"metabase",
"tableau",
"powerbi",
"looker",
"grafana",
"notion",
"other",
"none"
],
"type": "string"
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries