Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

broker_get_asset_chart

Read-onlyIdempotent

Get historical price candles for any trading pair with dates and quote prices. Select a timeframe to view Broker wallet price history.

Instructions

Gets Wallet price history (candles/chart) with date and price in the quote symbol. These prices reflect the Wallet/Broker service, not Pro Trading. Requires pair (e.g., BTC-USD) and timeframe. Returns data points with ISO 8601 date/time and price in the quote symbol from the pair. [PUBLIC]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYesTrading pair in BASE-QUOTE format (e.g., BTC-USD, ETH-EUR)
timeframeYesChart timeframe: 1h (1 hour), 1d (1 day), 1w (1 week), 1M (1 month), 1y (1 year). Returns data points for the selected period.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv4.1.4

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive, so the safety profile is covered. The description adds meaningful behavior context: the data source (Wallet/Broker vs Pro), the output shape (ISO 8601 date/time and quote-symbol price), and the public access marker.

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?

Three concise sentences with no filler. The core purpose, data source caveat, required inputs, and return shape are all included without unnecessary detail.

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?

Even though there is no output schema, the description explains the return format: data points with ISO 8601 date/time and quote-symbol price. For a simple two-parameter read-only tool, this covers what an agent needs. It could go slightly deeper on exact candle fields, but the description is not incomplete enough to penalize heavily.

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 both pair and timeframe are fully documented with formats, examples, and enum values. The description reinforces that the price is in the quote symbol, but adds little beyond what the schema already provides. Baseline 3 is appropriate.

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 states a specific verb and resource: it gets Wallet price history/candles for a pair and timeframe. It also explicitly distinguishes itself from Pro Trading, which separates it from sibling tools like pro_get_candles and broker_get_asset_price.

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 gives clear context: use this for Wallet/Broker-service price history, not Pro Trading data. It also states the required inputs (pair and timeframe). It does not name an explicit alternative tool, but the exclusion is clear enough for an agent to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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