Skip to main content
Glama
SiftingIO

siftingio-mcp

Official

Subscribe to live stream

ws_subscribe

Subscribe to symbols on a live WebSocket channel for market data including crypto, forex, stocks, DEX trades, and DEX TVL. Buffers incoming ticks for retrieval.

Instructions

Open (if needed) the live WebSocket and subscribe to symbols on a channel. Incoming ticks are buffered; read them with ws_poll. Returns current connection status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productYesChannel: cex (crypto), dex (DEX trades), fx (forex), us (US stocks), tvl (DEX pool TVL).
symbolsYesSymbols to (un)subscribe, e.g. ['BTCUSD','ETHUSD'].
Behavior4/5

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

The description adds behavioral context beyond annotations: it explains that the WebSocket opens if needed, ticks are buffered, and the tool returns connection status. Annotations only provide readOnlyHint=false and openWorldHint=true, so the description adds value.

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 two sentences, concise and front-loaded with the main action. Every sentence provides necessary information without redundancy.

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?

The description covers the return value ('Returns current connection status') and mentions buffering and the companion tool. It could mention prerequisites like authentication, but overall it is complete for the tool's complexity.

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

Parameters3/5

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

The schema already has 100% description coverage for both parameters (product enum and symbols array). The description does not add new information about the parameters, adhering to the baseline for high coverage.

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 action: 'Open (if needed) the live WebSocket and subscribe to symbols on a channel.' It specifies the resource and verb, and distinguishes from sibling tools like ws_poll, ws_unsubscribe, and ws_disconnect.

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?

The description indicates when to use the tool ('subscribe to symbols') and mentions the companion tool ws_poll for reading buffered ticks. It does not explicitly exclude scenarios, but the sibling list provides context for alternatives.

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/SiftingIO/siftingio-mcp'

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