Skip to main content
Glama

PI API MCP Server

export-chart

Export charts from the PI API MCP Server in JSON or CSV formats for analysis or sharing. Specify the chart ID and desired format to retrieve data.

Instructions

Export a chart in various formats

Input Schema

NameRequiredDescriptionDefault
formatYesExport format
idYesChart ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Export format", "enum": [ "json", "csv" ], "type": "string" }, "id": { "description": "Chart ID", "type": "number" } }, "required": [ "id", "format" ], "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/mingzilla/pi-api-mcp-server'

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