Skip to main content
Glama

MCP ASCII Charts

create_sparkline

Generate inline ASCII sparklines to visualize numeric data trends in terminal environments, offering customizable width, color, and optional titles for compact charting.

Instructions

Generate compact ASCII sparklines for inline charts

Input Schema

NameRequiredDescriptionDefault
colorNoANSI color name
dataYesArray of numeric values to plot
titleNoOptional sparkline title
widthNoSparkline width (10-100, default: 40)

Input Schema (JSON Schema)

{ "examples": { "compact": { "data": [ 1, 3, 2, 5, 4, 7, 6, 8 ], "title": "Quick Trend" }, "inline": { "data": [ 100, 102, 98, 105, 110, 108, 112 ], "width": 25 }, "metrics": { "color": "red", "data": [ 23, 25, 22, 28, 30, 27, 31, 29, 33 ], "title": "System Load", "width": 30 } }, "properties": { "color": { "description": "ANSI color name", "optional": true, "type": "string" }, "data": { "description": "Array of numeric values to plot", "items": { "type": "number" }, "type": "array" }, "title": { "description": "Optional sparkline title", "optional": true, "type": "string" }, "width": { "description": "Sparkline width (10-100, default: 40)", "maximum": 100, "minimum": 10, "optional": true, "type": "number" } }, "required": [ "data" ], "type": "object" }
Install Server

Other Tools from MCP ASCII Charts

Related Tools

    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/gianlucamazza/mcp-ascii-charts'

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