Skip to main content
Glama
seungdori

tickscope-mcp

by seungdori

watch_symbol

Pre-warm a live WebSocket subscription for a symbol to buffer real-time data before your first query. Select channels like ticker, trades, orderbook, or ohlcv with timeframe.

Instructions

Pre-warm a live WebSocket subscription for a symbol (optional).

Most tools auto-watch on first use, so this is only needed to warm a buffer ahead of time. channels defaults to ["ticker","trades"]; valid channels are ticker, trades, orderbook, and ohlcv. For ohlcv, suffix the timeframe so the forming candle overlays your get_ohlcv queries on that timeframe — e.g. "ohlcv:1h" to enrich 1h candles (a bare "ohlcv" defaults to 1m and only overlays 1m queries). When the watch cap is exceeded, the least-recently-used symbol is released.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
channelsNo
exchangeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/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 auto-watch behavior, channel defaults, ohlcv timeframe suffix handling, and least-recently-used eviction when watch cap is exceeded. This is rich behavioral detail.

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?

Multi-sentence but every sentence earns its place. The structure moves from high-level purpose to specific channel behavior to eviction policy, with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description accounts for the tool's complexity: optional pre-warm, auto-watch context, channel validation, ohlcv timeframes, and LRU eviction. An output schema exists, so return values need not be explained.

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?

Schema description coverage is 0%, so the description must compensate. It explains channels in depth (defaults, valid values, ohlcv suffix semantics) and implies symbol. Exchange is not explained, but the main tricky parameter (channels) is thoroughly covered.

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 specific purpose: 'Pre-warm a live WebSocket subscription for a symbol'. It distinguishes itself from siblings by noting that most tools auto-watch on first use, so this is only needed occasionally.

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?

Explicitly states when to use ('only needed to warm a buffer ahead of time') and when not (most tools auto-watch). Does not name alternative tools, but the context is clear.

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