Skip to main content
Glama

Devici MCP Server

MIT License
2

get_dashboard_data

Retrieve specific chart data from the Devici MCP Server dashboard by providing chart type, date range, and project ID. Supports pagination for efficient data handling.

Instructions

Get dashboard data for a specific chart type

Input Schema

NameRequiredDescriptionDefault
chart_typeYes
endNo
limitNo
pageNo
project_idNo
startNo

Input Schema (JSON Schema)

{ "properties": { "chart_type": { "title": "Chart Type", "type": "string" }, "end": { "default": null, "title": "End", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "page": { "default": 0, "title": "Page", "type": "integer" }, "project_id": { "default": null, "title": "Project Id", "type": "string" }, "start": { "default": null, "title": "Start", "type": "string" } }, "required": [ "chart_type" ], "title": "get_dashboard_dataArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/geoffwhittington/devici-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server