Skip to main content
Glama
saldraykee22

Rasattrading MCP

by saldraykee22

get_full_analysis

Retrieve a complete price action summary in one call: market structure, liquidity, order blocks/FVGs, VWAP, and session levels.

Instructions

Tek çağrıda tüm PA özeti: yapı + likidite + order block/FVG + VWAP + session seviyeleri. Context şişmesin diye vwap noktaları sınırlıdır. meta.algo_version ve data.algo_version tüm bileşen sürümlerini taşır; data.versions her bileşeni ayrı verir. Likidite skorunun equal_levels açıklamasındaki zones toplamıdır; aktif (mitigasyonsuz) sayı varsayılan zones listesiyle birebir örtüşür.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesSpot USDT çifti, örn. BTCUSDT
lookbackNo
timeframeYes1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,1M
request_idNo
idempotency_keyNo
include_mitigatedNo
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. It discloses useful behavioral traits: VWAP points are limited to avoid context bloat, version fields are explained (meta/data.algo_version vs data.versions), and the liquidity score semantics are specified (sum of zones in equal_levels, active count matches default zones list). This goes beyond the structured 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 a compact paragraph of three sentences, front-loaded with the main purpose and followed by important caveats and data semantics. Every sentence adds value, though it is dense and could be slightly better organized for readability.

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 tool aggregates multiple analysis types with no output schema, so the description must supply return-structure context. It touches on version fields and liquidity zones but does not describe the output structure for structure, order block/FVG, VWAP, or session levels. This is a notable gap for a complex aggregate 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 coverage is only 33% (symbol and timeframe described). The description does not compensate for the remaining four parameters (lookback, request_id, idempotency_key, include_mitigated). It only indirectly hints at include_mitigated via 'mitigasyonsuz' but provides no parameter-level detail.

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's function: a single-call aggregate of all price action analysis including structure, liquidity, order block/FVG, VWAP, and session levels. This distinguishes it from sibling tools that focus on individual components like get_market_structure, get_liquidity_zones, or get_order_blocks.

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 phrase 'Tek çağrıda' (in a single call) implies this tool is for when you want a comprehensive summary without invoking multiple separate analysis tools, providing clear contextual guidance. It does not explicitly name alternatives or exclusions, but the aggregate-vs-component distinction is evident from sibling tool names.

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/saldraykee22/rasattrading-mcp'

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