Skip to main content
Glama
haoxinm

pdf-chart-parser

by haoxinm

extract_usage_chart

Extract structured energy-usage chart data from utility-bill PDFs, returning time-series, markdown text, and annotated images.

Instructions

Extract energy-usage chart data from a utility-bill PDF.

Returns the full page text as Markdown, structured chart data as JSON, and optionally an annotated PNG of the chart region.

Provide exactly one of pdf_path, pdf_base64, or pdf_url.

The result includes a 'series' list. When the chart contains multiple utility types (e.g. electricity and gas on the same chart), each type is returned as a separate Series entry with its own 'id' ('s0', 's1', …) and 'color'. The caller is responsible for determining which series corresponds to which utility — use the bar colors, the series order, and the page Markdown context to make that determination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pdf_pathNo
pdf_base64No
pdf_urlNo
pageNo
chart_typeNoauto
value_unitNoauto
return_annotated_imageNo
render_dpiNo
Behavior4/5

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

Since no annotations are provided, the description must disclose behavioral traits. It explains the output structure (Markdown, JSON, optional image) and highlights a key non-determinism: the caller must determine which series corresponds to which utility. It does not mention error handling or authentication, but the core behavior is well-described.

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?

The description is concise and well-structured: first sentence states purpose, second lists outputs, third gives input constraint, then addresses output ambiguity. Every sentence adds value without redundancy. It is appropriately sized for the tool's complexity.

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

Completeness4/5

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

Given the tool has 8 parameters, no schema descriptions, no annotations, and no output schema, the description covers the essential aspects: input requirements, output structure, and an important ambiguity resolution. It falls short only by not describing all parameters (page, chart_type, value_unit, render_dpi) and not specifying error cases. Still, it provides substantial context for an AI agent.

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

Parameters2/5

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

The input schema has 8 parameters with 0% description coverage. The description adds meaning for a few parameters: the mutual exclusivity of pdf_path, pdf_base64, and pdf_url, and the optionality of return_annotated_image. However, it does not explain page, chart_type, value_unit, or render_dpi, leaving the agent to infer their purposes from the schema enums and defaults.

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 tool's purpose: 'Extract energy-usage chart data from a utility-bill PDF.' It specifies the input (PDF) and outputs (Markdown, JSON, optional annotated PNG), leaving no ambiguity about what the tool does.

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?

The description provides explicit guidance on input: 'Provide exactly one of pdf_path, pdf_base64, or pdf_url.' It also explains how to interpret the output series when multiple utilities are present. However, it does not mention when to avoid using this tool or any prerequisites, which would be helpful.

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/haoxinm/pdf-chart-parser'

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