Skip to main content
Glama
lightkeeper90

ultimate-tradingview-agent

egx_fibonacci_retracement

Identify key support and resistance levels for EGX stocks via Fibonacci retracement. Analyze price position, trend direction, and key zones like the golden pocket to inform trading decisions.

Instructions

Fibonacci retracement analysis for EGX stocks — identifies key support/resistance levels at standard Fibonacci ratios (23.6%, 38.2%, 50%, 61.8%, 78.6%).

Calculates retracement and extension levels from the period swing high/low, detects trend direction, and shows where the current price sits relative to key Fibonacci zones (golden pocket, 50% retracement, etc.).

Args: symbol: EGX stock symbol (e.g., "COMI", "TMGH", "FWRY") lookback: Period for swing high/low detection — "1M", "3M", "6M", "52W", "ALL" (default 52W) timeframe: Analysis timeframe for current indicators — 5m, 15m, 1h, 4h, 1D, 1W, 1M (default 1D)

Returns: Fibonacci retracement & extension levels, price position analysis, key zones, and context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
lookbackNo52W
timeframeNo1D
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It clearly explains what the tool calculates (retracement/extension levels, trend direction, price position) and what it returns. It does not mention limitations or data source, but for a read-only analysis tool, the core behavior is well covered.

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?

The description is well-structured with a clear opening sentence, a detailed Args section, and a Returns summary. Every sentence provides useful information with no fluff or redundancy. The front-loaded purpose makes it easy to understand quickly.

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 moderate complexity (3 parameters, no output schema), the description is largely complete. It explains the analysis approach, parameters, and return values in broad terms. While the return format is not deeply specified, the description gives enough context for an agent to understand what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description's Args section is essential. It provides meaningful explanations for all three parameters, including example values (e.g., 'COMI'), valid enumeration for lookback and timeframe, and defaults. This fully compensates for the schema's lack of 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 uses a specific verb ('analysis') and identifies the resource ('EGX stocks') with clear scope: identifying support/resistance at standard Fibonacci ratios. It also lists the specific ratios and zones, making it distinct from sibling tools like egx_sector_scan or bollinger_scan.

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 usage is implied: it performs Fibonacci retracement analysis, but there is no explicit guidance on when to use this tool versus alternatives like egx_stock_screener or multi_timeframe_analysis. No exclusions or alternative tools are mentioned, so it only implicitly conveys its purpose.

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/lightkeeper90/ultimate-tradingview-agent'

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