Skip to main content
Glama
GlynnCarson

tradingview-mcp

by GlynnCarson

consecutive_candles_scan

Read-only

Scan crypto markets for consecutive bullish or bearish candles by specifying exchange, timeframe, pattern type, candle count, and minimum growth. Quickly identify momentum trends.

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

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?

Annotations already declare readOnlyHint=true and destructiveHint=false, which the description does not contradict. However, it adds no additional behavioral context such as rate limits, data freshness, or what happens when no patterns are found. The description contributes minimal extra transparency beyond the annotations.

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 a compact docstring with a one-line summary followed by a clear parameter list. Every sentence provides necessary information, and the structure is front-loaded. No redundant or tangential content.

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?

Given no output schema, the description adequately explains the tool's purpose and parameters but omits details about the output format (e.g., list of coins with scores) and error conditions. For a scanning tool, these would enhance completeness. The description is adequate but has clear gaps.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates well by explaining each parameter, including pattern_type as 'bullish (growing candles) or bearish (shrinking candles)', candle_count as 'Number of consecutive candles to check (2-5)', and min_growth as 'Minimum growth percentage for each candle'. All six parameters are covered, adding clear meaning beyond the schema.

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 it scans for coins with consecutive growing/shrinking candles pattern, using specific verb 'scan for' and resource 'coins with consecutive...pattern'. It distinguishes from siblings like bollinger_scan or volume_breakout_scanner by specifying the unique pattern type.

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 implicitly suggests use when scanning for a specific candle pattern but offers no explicit guidance on when to use this tool vs alternatives (e.g., advanced_candle_pattern, volume_breakout_scanner). No prerequisites or exclusions are mentioned.

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/GlynnCarson/tradingview-mcp'

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