Skip to main content
Glama
valderan

vvk-charts-mcp

by valderan

create_line_chart

Render multi-series line charts from your data, outputting base64 images or saved files for easy integration.

Instructions

Создаёт линейный график с поддержкой множественных серий данных. Возвращает base64 изображение или путь к файлу.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesМассив серий данных
themeNoТема оформления (кастомизация)
titleNoЗаголовок графика
widthNoШирина изображения
formatNoФормат выводаbase64
heightNoВысота изображения
x_labelNoПодпись оси X
y_labelNoПодпись оси Y
filenameNoИмя файлаline_chart
line_modeNolines+markers
line_shapeNolinear
save_to_diskNoСохранять файл на диск в директорию из env OUTPUT_DIR. По умолчанию false (только preview для чата).
theme_presetNoНазвание базовой темы оформленияclean_light
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose the main behavioral outcome: the tool returns a base64 image or a file path. However, it does not mention disk-writing side effects, the default save_to_disk=false behavior, or the OUTPUT_DIR dependency; those are only stated in the schema.

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 a single compact sentence that states the core purpose and the return contract without filler. It is front-loaded and easy to parse, though slightly sparse for a tool with 13 parameters.

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

Completeness3/5

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

For a complex 13-parameter tool with nested objects and no output schema, the description is minimally sufficient: the schema fills in most parameter details, and the description states the return format. However, it lacks guidance on when to choose this chart type, how to request a file vs. a preview, and what the output structure looks like when returning a path.

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?

Schema description coverage is high (~85%), so the baseline is appropriate. The description adds the useful fact that multiple series are supported and that output can be base64 or a file path, but it does not need to detail individual parameters because the schema already documents them well.

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 names the operation ('Создаёт линейный график') and the resource, and adds the key capability of multiple data series. It does not explicitly distinguish itself from sibling chart tools, though the 'line chart' resource is fairly self-evident without opening the schema.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives like create_bar_chart, create_scatter_chart, or create_area_chart. The description does not mention common use cases or exclusions, leaving the choice entirely to the agent based on the tool name.

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

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/valderan/vvk-charts-mcp'

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