Skip to main content
Glama

generate_gauge_chart

Visualize single indicators like CPU usage, progress, or performance scores using a gauge chart. Configure dimensions, themes, and output formats for dynamic, clear data representation.

Instructions

Generate a gauge chart to display single indicator's current status, such as, CPU usage rate, completion progress, or performance scores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesData for gauge chart, such as, [{ name: 'CPU Usage', value: 75 }]. Multiple gauges can be displayed.
heightNoSet the height of the chart, default is 600px.
maxNoMaximum value of the gauge, default is 100.
minNoMinimum value of the gauge, default is 0.
outputTypeNoThe output type of the diagram. Can be 'png', 'svg' or 'option'. Default is 'png', 'png' will return the rendered PNG image, 'svg' will return the rendered SVG string, and 'option' will return the valid ECharts option.png
themeNoSet the theme for the chart, optional, default is 'default'.default
titleNoSet the title of the chart.
widthNoSet the width of the chart, default is 800px.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but provides minimal behavioral information. It states what the tool generates but doesn't disclose important traits like whether this is a read-only operation, what happens with invalid data, performance characteristics, or what the output actually looks like. The description doesn't contradict any annotations since none exist, but it leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise - a single sentence that gets straight to the point with no wasted words. It's front-loaded with the core purpose and includes helpful examples. However, it could be slightly more structured by separating the purpose from usage context more clearly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain what the output looks like (image, data structure, etc.), doesn't mention the multiple output types indicated in the schema, and provides minimal guidance on how to effectively use this tool. The examples help but don't compensate for the significant contextual gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the baseline is 3. The description adds no parameter information beyond what's already in the schema - it mentions 'single indicator's current status' which aligns with the data parameter but provides no additional context about parameter interactions, constraints, or usage patterns that aren't already documented in the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Generate a gauge chart to display single indicator's current status' with specific examples (CPU usage, completion progress, performance scores). It distinguishes this as a gauge chart tool from other chart types in the sibling list, though it doesn't explicitly differentiate from all siblings beyond the chart type name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context ('to display single indicator's current status') and provides examples, but doesn't explicitly state when to choose this tool over alternatives like other chart types in the sibling list. No guidance on prerequisites, error conditions, or specific scenarios where gauge charts are preferred is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

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/hustcc/mcp-echarts'

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