Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

wallet_get_movements

Retrieve wallet operation history with filters for movement ID, symbol, and pagination. Returns type, amount, symbol, status (pending, completed, failed), and date.

Instructions

History of Wallet operations. Optional movement_id for specific details, symbol filter, limit/offset for pagination. Returns type, amount, symbol, status, date. Status ENUM: pending, completed, failed. [PRIVATE]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
movement_idNoFilter by specific movement UUID. If provided, returns only that movement with full details.
symbolNoFilter by cryptocurrency or fiat symbol (e.g., BTC, EUR)
limitNoNumber of records to return (default: 10)
offsetNoOffset for pagination (default: 0)
jwtNoOptional session token for authentication. API keys are recommended for most use cases.
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It mentions that the tool returns a history (suggesting read-only) and lists return fields, but does not cover authentication needs (jwt parameter mentioned only in schema), rate limits, or side effects.

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?

Two concise sentences with no fluff. Purpose, optional filters, and return information are front-loaded. Every sentence adds value.

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?

Given no output schema, the description adequately explains return fields and status enum. However, it omits authentication requirements (jwt parameter is only in schema), error handling, and ordering. It is sufficient but not thorough for a complex tool.

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 coverage is 100% (baseline 3). The description adds value by explaining that movement_id returns 'full details', symbol is a filter, and limit/offset are for pagination. It also lists return fields (type, amount, symbol, status, date) and the status enum, which are not in schema.

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 'History of Wallet operations' and lists main filters and return fields. It distinguishes from sibling tools like earn_get_movements by being wallet-specific, but does not explicitly differentiate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. It only describes optional parameters (movement_id, symbol, limit/offset) without explaining appropriate use cases or exclusions.

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