Skip to main content
Glama

get_technical_analysis

Get confluence direction/confidence, trend, MACD, volume, chart patterns, and market-structure signals (BOS/CHOCH/liquidity-sweep/order-flow/volume-profile/institutional-footprint) for one ticker, computed from real OHLC price data -- the same engine that powers XFINLAB's chart-analysis and ai-analysis pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage for text labels, e.g. 'en', 'zh-HK'.en
periodNoHistory window, e.g. '6mo', '1y'.6mo
tickerYesTicker to analyze, e.g. 'TSLA', '0700.HK'.
api_keyNoXFINLAB Intelligence API key (X-API-Key). Omit if supplied via HTTP header instead.
intervalNoCandle interval, e.g. '1d'.1d

TDQS

A3.6/5.0
Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses that computation uses real OHLC price data and that it's the same engine powering XFINLAB pages, adding useful provenance. However, it does not mention rate limits, error cases, side effects, or output structure, making behavioral transparency partial.

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 one dense sentence that communicates core purpose and output categories without filler. It could be more structurally readable as a list, but it is efficient, front-loaded, and every word adds value.

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?

The description lists what signals are returned and the data source, which is useful. However, with no output schema and no annotations, the agent is left without information about response structure, how confidence is represented, or possible error conditions, so the context is only partially complete.

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?

All five parameters are described in the schema (100% coverage), so the baseline is 3. The description itself adds no parameter-level detail beyond the schema's examples and defaults, which is acceptable given the schema's completeness.

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 uses a specific verb ('Get') and resource ('technical analysis'), enumerating concrete signal types (trend, MACD, volume, chart patterns, BOS/CHOCH, order-flow, volume-profile) and the data source (real OHLC). This makes the tool's purpose unambiguous and clearly distinct from siblings like get_sentiment or get_market_events.

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 technical analysis of a single ticker, but it provides no explicit when-to-use guidance or comparison with alternatives. Sibling tools are clearly different, so an agent can infer this is for chart-based analysis, but no exclusions or routing hints are stated.

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.1/5.0
Disambiguation4/5

Tools are mostly distinct: one handles global macro snapshots, one provides AI news clusters, one gives raw headlines, one computes sentiment, and one computes technical analysis. Some overlap exists between the news-related tools and the sentiment embedded in the market map, but descriptions clarify the different scopes.

Naming Consistency5/5

All five tools follow a consistent get_<descriptive_noun> naming pattern, making the tool surface predictable and easy to navigate. There are no mixed conventions or vague verbs.

Tool Count5/5

Five tools is a well-scoped size for a financial intelligence server, with each tool covering a meaningful capability without redundancy or bloat. The count feels appropriate for the apparent domain.

Completeness4/5

The set covers key market intelligence needs: macro data, news headlines, structured event clusters, sentiment analysis, and technical analysis. Minor gaps exist, such as no direct price history tool, but the core workflows are well covered and no major dead ends are apparent.