Skip to main content
Glama
SpenserCai

echart-mcp-view

by SpenserCai

Open Tree chart app

echart_mcp_view_open_tree
Read-only

Opens a tree chart for hierarchical parent-child data. Supply title, subtitle, and data as rows or tree nodes; encoding maps id, parent, name, and value fields.

Instructions

Open a focused tree MCP App for hierarchical parent-child data. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoTree nodes or parent-child rows.
titleNoChart title.
advancedNoRenderer and safe option patch.
encodingNoHierarchy row mapping.
subtitleNoChart subtitle.
interactionNoBasic interactions.
presentationNoHierarchy presentation.
Behavior3/5

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

Annotations provide readOnlyHint=true and openWorldHint=false, indicating a non-destructive, focused operation. The description adds minimal behavioral context beyond confirming the app is opened. It does not elaborate on permissions, side effects, or what 'open' entails, so the description adds limited value beyond annotations.

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, efficient sentence that front-loads the purpose and lists key aspects. It is concise with no wasted words, though a slightly more structured breakdown could improve scannability.

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?

Given the tool has 7 parameters, nested objects, no output schema, and many sibling tools, the description provides basic context for data and encoding but lacks explanation of the app's output, behavior differences from similar hierarchical tools (e.g., treemap), and any prerequisites. The schema fully documents parameters, but the description does not fully compensate for the missing output schema.

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?

The input schema has 100% description coverage, with every property described. The overall description adds a brief summary of data and encoding structure, which complements the schema without repeating details. Baseline 3 is appropriate since the schema already provides rich parameter semantics.

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 'Open a focused tree MCP App for hierarchical parent-child data.' It uses specific verb (Open) and resource (tree MCP App), and the sibling tools include many other chart types, so this description successfully distinguishes the tool's purpose for hierarchical data.

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 for hierarchical parent-child data but does not explicitly state when to use this tool versus alternatives (e.g., echart_mcp_view_open_treemap). No when-not or exclusion criteria are provided, leaving guidance implicit.

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/SpenserCai/echart-mcp-view'

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