Skip to main content
Glama
lightkeeper90

ultimate-tradingview-agent

consecutive_candles_scan

Scan cryptocurrency markets for coins with a run of consecutive bullish or bearish candles. Specify exchange, timeframe, pattern length, and growth percentage to filter results.

Instructions

Scan for coins with consecutive growing/shrinking candles pattern.

Args: exchange: Exchange name (BINANCE, KUCOIN, etc.) timeframe: Time interval (5m, 15m, 1h, 4h) pattern_type: "bullish" (growing candles) or "bearish" (shrinking candles) candle_count: Number of consecutive candles to check (2-5) min_growth: Minimum growth percentage for each candle limit: Maximum number of results to return

Returns: List of coins with consecutive candle patterns

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
exchangeNoKUCOIN
timeframeNo15m
min_growthNo
candle_countNo
pattern_typeNobullish
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It implies a read-only scan but does not explicitly state this, nor does it mention data source, freshness, pagination, rate limits, or error behaviors. The description is a simple docstring with args/returns, leaving significant behavioral context undisclosed.

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 concise and well-structured with an opening purpose sentence followed by formatted Arguments and Returns sections. Every parameter has a one-line explanation with no redundant text, making it efficient and easy to parse.

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?

Despite having no output schema, the description states that the return is a 'List of coins' and explains all input parameters. It does not elaborate on the structure of each coin in the list (e.g., growth percentages, symbols), which would improve completeness, but overall it covers the essential aspects for a scanning tool with six parameters.

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 fully compensates by providing clear meanings for all six parameters: exchange, timeframe, pattern_type, candle_count, min_growth, and limit. It even specifies valid values (e.g., 'bullish'/'bearish', 2-5) beyond the schema's default-only definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb+resource: 'Scan for coins with consecutive growing/shrinking candles pattern.' This clearly distinguishes it from general scanners, though it does not explicitly name alternatives like 'advanced_candle_pattern' or other sibling tools. The pattern_type parameter clarifies bullish/bearish, making the purpose concrete.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or specific scenarios (e.g., 'use this when you need to identify consecutive candle streaks'). The description only states what it does, not when to choose it.

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