Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

pro_get_ticker

Retrieve ticker information (OHLCV, best bid/ask, 24h price change) for all markets or a specific trading pair.

Instructions

Get ticker information (OHLCV, current best bid and ask, percentage versus price 24 hours ago) for all markets or by requested market symbol. The data refers to the last 24 hours from the date indicated. Optional pair filter for a specific market. Returns ticker data with open, close, bid, ask, high, low, volumes, and percentage change. [PUBLIC]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairNoFilter by trading pair (e.g., BTC-EUR). If not provided, returns all markets.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states '[PUBLIC]' indicating accessibility, and clarifies that 'data refers to the last 24 hours from the date indicated.' However, it does not disclose whether the tool is read-only, rate limits, or any other behavioral traits beyond the scope.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, consisting of a few sentences. The first sentence clearly states the action and outputs, and the last sentence lists the returned fields. No unnecessary information, though it could be more structured with bullet points.

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?

For a tool with one optional parameter and no output schema, the description covers the return data (OHLCV, bid/ask, percentage change, volumes) and time scope. It is fairly complete for an agent to understand the tool's behavior, though the exact response format (e.g., array vs object) is not mentioned.

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?

Schema coverage is 100% and the schema description already explains the 'pair' parameter. The description adds the context of 'optional pair filter' but does not add significant new meaning beyond the schema. A baseline score of 3 is appropriate.

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 clearly states 'Get ticker information (OHLCV, current best bid and ask, percentage versus price 24 hours ago) for all markets or by requested market symbol.' It specifies the verb and resource. However, it does not explicitly distinguish from similar sibling tools like pro_get_candles or pro_get_order_book, leaving some ambiguity.

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 mentions 'Optional pair filter for a specific market' implying when to provide the pair parameter, but it provides no guidance on when to use this tool versus alternatives (e.g., for historical data, use pro_get_candles). The usage context is implied but not explicit.

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/bit2me-devs/bit2me-mcp'

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