Skip to main content
Glama
seungdori

tickscope-mcp

by seungdori

find_support_resistance

Identify clustered support and resistance zones from swing pivots, returning the nearest levels below and above the current price with their distances.

Instructions

Find clustered support/resistance zones from swing pivots.

Groups pivot highs/lows that lie within tolerance_pct of each other into zones; each zone's touches is its strength. Returns the nearest support (below price) and resistance (above price) zones with their distance from the current price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolYes
exchangeNo
timeframeNo1h
max_levelsNo
tolerance_pctNo

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, the description carries the full burden. It explains the clustering process (grouping pivots within tolerance_pct), zone strength (touches), and output selection (nearest support/resistance). This provides meaningful behavioral insight, though it omits details like network dependencies or error handling.

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 three sentences, each serving a purpose: introducing the tool, detailing the grouping mechanism, and specifying the output. It is front-loaded with the main purpose and contains no fluff.

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 description covers the core algorithm and output, and the presence of an output schema reduces the need to describe return values. However, with six parameters and zero schema descriptions, the tool would benefit from more context on how exchange, limit, and max_levels influence results. The description is adequate for a simple tool but leaves gaps for complex configurations.

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 0%, so the description must compensate. It mentions tolerance_pct explicitly and implies the role of symbol/timeframe, but it does not explain limit, exchange, or max_levels. Since over half the parameters lack any explanation, the description adds limited value beyond the raw 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 the tool 'finds clustered support/resistance zones from swing pivots', using a specific verb and resource. It distinguishes itself from siblings like analyze_structure or detect_patterns by detailing the output: nearest support (below price) and resistance (above price) zones with distances.

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 implies usage for technical analysis to locate key price levels, but does not explicitly state when to use this tool versus alternatives. It mentions the algorithm and output but lacks any exclusion or comparison to sibling tools, so guidance is only implicit.

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