Skip to main content
Glama

render_live_chart

Monitor live data by rendering auto-updating line charts that poll tools at regular intervals for real-time visualization.

Instructions

Render a real-time auto-updating line chart that polls a tool at a regular interval. Use when the user wants to MONITOR a live data source. Set pollTool to 'poll_http' with pollArgs containing a preset or URL to poll external APIs (including other MCP servers' data). The chart auto-refreshes - no user action needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesChart title
pollToolYesName of the MCP tool to call on each poll (e.g. 'get_system_metrics')
pollArgsNoArguments to pass to the polled tool
valuesYesOne or more numeric values to track per poll
intervalNoPoll interval in seconds. Default: 2
maxPointsNoRolling window size. Default: 30
yLabelNoY-axis label
yMinNoY-axis minimum
yMaxNoY-axis maximum (e.g. 100 for percentages)
colorsNoCustom color palette as hex codes (e.g. ['#FF6384', '#36A2EB']). Uses default palette if omitted.
themeNoTheme preset: boardroom, corporate, sales-floor, golden-treasury, clinical, startup, ops-control, tokyo-midnight, zen-garden, consultant, black-tron, black-elegance, black-matrix, forest-amber, forest-earth, sky-light, sky-ocean, sky-twilight, gray-hf, gray-copilot
paletteNoOverride palette only (mix-and-match)
typographyNoOverride typography: professional, luxury, cyberpunk, editorial, mono, bold, system, techno
effectsNoOverride effects: none, subtle, shimmer, neon, energetic

Latest Blog Posts

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/KyuRish/mcp-dashboards'

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