List, retrieve, and save connected-account charts
Request and response shapes
Input shape
{ limit?: number } | { chartId: string } | { idempotencyKey: string; name: string; chart fields... }Output shape
{ charts: ChartSummary[] } | { chart: SavedChart } | { chart: SavedChart; created: boolean }Examples
Request example
{
"limit": 20
}Response example
{
"charts": []
}Common validation errors
- A browser session cookie is not an MCP credential.
- save_chart requires an idempotency key of at least 16 characters.
Related questions
- list my charts
- open saved chart
- save chart from MCP