Skip to main content
Glama

Maatsii Get Chart

maatsii_get_chart
Read-only

Get ONE fresh Maatsii chart by id (c1..c200) or ticker (NQ_100T, BTCUSD, PLTR). Returns the chart JPEG INLINE (type=image) plus a JSON metadata block with the render-ready api.maatsii.com url (unique cachebuster), symbol, timeframe and group. Vision the image; the printed chart title is ground truth for symbol+timeframe; prices are read off the RIGHT AXIS (maatsii_reading_guide).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cbNoOptional cachebuster [A-Za-z0-9._-]{1,64}; a fresh one is generated if omitted or invalid
image_modeNo"both" (default) = JPEG inline + url in text; "inline" = same; "url_only" = no image bytes, url only
id_or_tickerYesCanonical id c1..c200, or a ticker like NQ_100T / BTCUSD / PLTR
include_imagesNoDefault true. false is equivalent to image_mode url_only.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
chartsYes
omittedYes
degradedYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already carry readOnlyHint=true, destructiveHint=false, and idempotentHint=false. The description adds meaningful behavior beyond that: returns a JPEG inline plus a JSON metadata block, the api.maatsii.com url has a unique cachebuster (fresh per call, consistent with idempotentHint=false), and it warns that the printed chart title is ground truth. This is rich, non-obvious behavioral disclosure with no contradiction.

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 dense sentences, each earning its place: purpose/selector, return format, and interpretation guidance. The core purpose is front-loaded, and the reading instructions are appended without redundancy. No filler or restating of what the schema already says.

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?

The tool is moderate in complexity and has an output schema, so return-value details need not be repeated. What an agent needs to invoke it correctly — required selector, return shape, and how to interpret the chart — is all present. Minor gaps (error behavior for an invalid id, meaning of 'group') are non-critical for correct 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 description coverage is 100%, so the schema already documents all four parameters thoroughly. The description adds concrete ticker examples (NQ_100T, BTCUSD, PLTR), clarifies the uniqueness of the cachebuster, and affirms the inline JPEG default behavior, which enriches the parameter understanding beyond the schema alone.

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 opens with a specific verb-resource pair: 'Get ONE fresh Maatsii chart by id (c1..c200) or ticker', naming exact selectors and concrete examples. It clearly distinguishes itself from the other get_* siblings by emphasizing it returns chart imagery for a single chart, not a map, concept, group, or setup.

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 context for use is explicit: you need a fresh chart image for a known id or ticker, and the description tells the agent exactly what to do with the result (vision the image, trust the printed title, read prices off the right axis). It also routes the price-reading subtask to the maatsii_reading_guide sibling. It lacks explicit 'when-not-to-use' exclusions against sibling chart tools, but the context is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: data fetching (get_chart, get_group), setup management (list, get, match), and reference guides (framework, chart_map, fan_guide, reading_guide, get_concept). Although several guides overlap in explaining concepts, their scopes are well-differentiated by descriptions and use cases.

Naming Consistency4/5

All tools share the consistent `maatsii_` prefix and use lowercase snake_case, but the pattern mixes verb-first names (get_chart, list_setups, match_setup) with noun-style names (analysis_framework, chart_map, fan_guide). Minor inconsistency, yet still readable and predictable.

Tool Count5/5

10 tools is squarely within the ideal range for a specialized analysis server. Each tool covers a distinct need without redundancy, and the count feels balanced for both data access and educational support.

Completeness5/5

The tool surface fully supports the workflow: fetching individual charts and groups, accessing all setups, matching candidates against visual data, and providing necessary methodology guides. No obvious missing operations or dead ends within the intended read/analysis scope.

Resources