Skip to main content
Glama
valderan

vvk-charts-mcp

by valderan

create_combined_dashboard

Combine multiple charts into a single dashboard image. Arrange line, bar, pie, scatter, and area panels in a grid to present related data together.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colsNo
rowsNo
themeNoТема оформления
titleNoОбщий заголовок дашборда
widthNo
formatNobase64
heightNo
panelsYesМассив панелей дашборда
filenameNocombined_dashboard
save_to_diskNoСохранять файл на диск в директорию из env OUTPUT_DIR
shared_xaxesNo
theme_presetNoНазвание базовой темы оформленияclean_light
vertical_spacingNo
horizontal_spacingNo
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are present, so the description carries the full behavioral burden. It only states that an image is created and does not disclose side effects like save_to_disk writing to OUTPUT_DIR, output format behavior, return value, or prerequisites for panels. This is a meaningful gap for a tool that can persist files.

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 front-loaded sentence with no filler or repetition. However, given the tool has 14 parameters and nested objects, the extreme brevity borders on under-specification, though the structure itself is clean.

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?

The description is insufficient for a complex tool with no output schema, no annotations, and a deeply nested panels array. Critical context is missing: how panels must be arranged, what output formats are possible, whether a file is saved, and what the return value is.

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?

Schema description coverage is low (~36%), and the description adds no parameter-level meaning. It does not explain the required panels structure, row/col coordinates, format options, theme_preset values, or spacing parameters, so it fails to compensate for the schema gaps.

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?

Description uses a specific action ('Создаёт комбинированный дашборд') and resource ('из нескольких графиков и диаграмм на одном изображении'), clearly distinguishing it from sibling single-chart tools. It tells the agent exactly what the tool produces.

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 use when multiple charts/diagrams need to be combined, but it does not explicitly state when to choose this over single-chart siblings or mention alternatives. There is no exclusion like 'for a single chart use create_line_chart instead', so guidance is only implicit.

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