Skip to main content
Glama

render_figure_html

Render a Plotly figure specification as a standalone HTML document string for embedding or saving as a viewable artifact.

Instructions

Render a Plotly figure spec to a standalone HTML document string.

The returned HTML can be saved as a .html file or embedded directly. Use this when a consumer wants a portable, viewable artifact rather than the raw figure JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
figureYesA Plotly figure spec (object with optional 'data' and 'layout'), the same shape create_figure accepts.
inline_plotlyjsNoIf True, inline the full plotly.js (~3MB) for a fully self-contained file. Defaults to False, which loads plotly.js from a CDN (much smaller output, needs internet to render).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses output format (HTML string), portability (save/embed), and the inline_plotlyjs option's tradeoff. Lack of mention of edge cases or constraints prevents a 5.

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

Conciseness5/5

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

Three sentences: purpose, output usage, usage guidance. No redundant information. Every sentence contributes meaning.

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

Completeness5/5

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

Given the tool's simplicity (2 params, output schema exists), the description covers purpose, usage, parameters, and behavior comprehensively. It is adequate for correct agent selection and invocation.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. Description adds value by relating figure param to create_figure's shape and explaining the inline_plotlyjs tradeoff (file size vs dependency). This exceeds mere schema repetition.

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

Purpose5/5

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

The description clearly states the verb 'Render' and the resource 'Plotly figure spec to HTML string'. It distinguishes from 'raw figure JSON' and implies contrast with siblings like create_figure and quick_plot.

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

Usage Guidelines4/5

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

Explicitly says 'Use this when a consumer wants a portable, viewable artifact rather than the raw figure JSON.' Provides clear context but doesn't explicitly list when not to use.

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

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/ericmjl/mcp-plotting-server'

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