Skip to main content
Glama

Maatsii Match Setup (hint)

maatsii_match_setup
Read-only

OPTIONAL hint — do not lead a TA with it. THE CLIENT matches setups by visioning the fetched chart JPEGs and verifying candidates via maatsii_get_setup; this tool only cross-checks vision_features (boolean flags, plus raw_vision_text scanned for natural TA language with negations respected) against the 64-setup active library and may return best null (correct on empty/thin input — never invents a setup). Results carry a QUALITATIVE fit label + playbook text; ignore the catalog direction label (trade side = highest fetched TF EQ slope). Pass timeframes — the chart intervals you actually read; TICK setups (T-series) and the tick-native Fan #34 are only eligible when a 100T/1000T tick chart is in scope. Pass groups_read — the group aliases you fetched this turn; cross-asset setup #78 is only eligible when a vol group (VIX/MOVE) was fetched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeframesNoIntervals of the charts the features were read from, e.g. ["100T","15M","1H"]. Required for TICK setup eligibility.
groups_readNoGroup aliases the client fetched this turn (e.g. ["NQ","VIX"]); used only to allow the vol-gated setup #78.
max_resultsNoOptional; the default of 4 is a hint-quality default, NOT a cap — any positive integer is accepted (bounded only by the active library size).
vision_featuresYesBoolean structure flags (fan_support_test, pullback_to_fan, tick_absorption, ...), dominant_bias, raw_vision_text, optional conditions[] — see the vision_features concept

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/destructive annotations, the description discloses important runtime behavior: it may return best null on empty or thin input, never invents a setup, returns qualitative fit labels plus playbook text, and the catalog direction label should be ignored. This is meaningful behavioral context.

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 dense but mostly earns its length: it front-loads the optional-hint warning, then gives eligibility rules and output caveats. However, it is a single wall of text; structured bullets or shorter sentence groups would make the guidance easier to scan and apply.

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?

With no output schema and a nested vision_features object, the description compensates well by covering null results, output labels/playbook, the direction-label caveat, and gate rules. The main omission is the exact return container shape (single best match vs list), especially because max_results suggests multiple candidates may be returned.

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 coverage is 100%, so the baseline is 3. The description adds value by linking timeframes to actual read intervals and TICK/Fan eligibility, tying groups_read to fetched groups and the vol-gated setup #78, and explaining that vision_features includes raw_vision_text with natural language and negation handling. Max_results relies on the schema, which already describes it well.

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 names a specific action and resource: cross-checking vision_features against the 64-setup active library. It also explicitly contrasts itself with the client-driven matching and with maatsii_get_setup, so an agent can distinguish it from siblings without extra digging.

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

Usage Guidelines5/5

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

It opens by marking itself as an optional hint and telling the agent not to lead with it, which is direct usage guidance. It also states when extra parameters are required (timeframes for TICK eligibility, groups_read for setup #78) and names the verification sibling maatsii_get_setup.

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