Skip to main content
Glama
seungdori

tickscope-mcp

by seungdori

deep_analyze

Get a thorough, evidence-backed read on any symbol: multi-timeframe trend, momentum, and statistical context, plus a synthesized verdict with confidence and caveats.

Instructions

Thorough, evidence-backed read of one symbol across multiple timeframes.

Returns, in a single call:

  • per-timeframe trend (HH/HL structure, BOS/CHoCH) and momentum,

  • statistical & market-state context (price percentile, ADX/efficiency trend state, ATR volatility state) so each value is interpretable,

  • the historical forward-return distribution of the current divergence signal on this symbol/timeframe — a strictly causal event study,

  • a synthesized verdict: bias, confidence, multi-timeframe agreement and explicit caveats.

Prefer this over the lighter compute_indicators / analyze_structure / detect_divergence when the user wants a thorough judgement, asks whether a setup is worth taking, or says "analyze X deeply". It is heavier (reads several timeframes + runs an event study), so use the single-shot tools for quick one-value questions.

timeframes defaults to a 1d/4h/1h ladder (highest -> execution). Read-only public market data; not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
horizonNo
exchangeNo
oscillatorNorsi:14
timeframesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the tool is read-only, is not financial advice, is heavier (reads multiple timeframes and runs an event study), and describes a 'strictly causal event study' to indicate methodological rigor. It lacks explicit mention of rate limits or error behavior, but for a read-only market-data tool, this is adequate and adds meaningful context beyond the raw schema.

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 well-structured: it opens with a clear purpose statement, uses a list to enumerate return contents, and follows with concise usage guidance and a default-behavior note. It is slightly verbose but every sentence adds useful information, and key details are front-loaded.

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?

Given the tool's complexity, the description covers its purpose, return contents, usage context, performance characteristics, and safety (read-only, not financial advice). The presence of an output schema means return values are already documented elsewhere. The main gap is parameter explanations, which are scored separately, so overall completeness is high for a heavy analysis tool.

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 0%, so the description must compensate for parameter meaning. It only explains the timeframes parameter default (1d/4h/1h ladder) and leaves horizon, exchange, and oscillator unexplained. An agent would not know what 'horizon' or 'oscillator' represent in this context, significantly hampering correct parameter usage.

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 the tool performs a thorough, evidence-backed read of one symbol across multiple timeframes, listing specific outputs such as per-timeframe trend, momentum, statistical context, forward-return distribution, and a synthesized verdict. It distinguishes itself from sibling tools by naming lighter alternatives (compute_indicators, analyze_structure, detect_divergence) and positioning itself as the heavy, comprehensive option.

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?

The description explicitly states when to use this tool ('when the user wants a thorough judgement', 'asks whether a setup is worth taking', 'analyze X deeply') and when not to ('quick one-value questions', recommends single-shot tools). It also names the lighter alternatives directly, providing unambiguous guidance for tool selection.

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/seungdori/tickscope-mcp'

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