Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

loan_get_movements

Retrieve loan movement history with full details including type, loan/guarantee objects, and LTV tracking. Filter by order ID to track specific loan lifecycle events.

Instructions

Get loan movement history with full details. Returns movements with type (approve, repay, liquidate, interest), nested loan/guarantee objects with fiat values, and LTV tracking. Optional order_id filter. Use to track loan lifecycle events. [PRIVATE]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idNoFilter by loan order UUID
limitNoNumber of records to return (default: 10)
offsetNoNumber of records to skip for pagination (default: 0)
jwtNoOptional session token for authentication. API keys are recommended for most use cases.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It describes the return content (types, nested objects, LTV tracking) and notes optional order_id filter. No mention of side effects or destructive actions, which is acceptable for a read operation. The [PRIVATE] tag hints at access restrictions but is not detailed.

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?

Three sentences covering purpose, return details, and usage hint. Front-loaded with the key action and objects. No fluff, though the [PRIVATE] marker could be clarified.

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?

With no output schema, the description adequately summarizes return fields and LTV tracking. Pagination is covered by parameters. It gives enough context for an agent to understand the tool's scope and use it for tracking loan lifecycle events.

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 each parameter already has descriptive names and schema descriptions (e.g., 'Filter by loan order UUID'). The description adds minimal extra meaning beyond referencing order_id filtering. Baseline 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?

Clearly states 'Get loan movement history' and enumerates return types (approve, repay, liquidate, interest). It distinguishes from sibling tools like loan_get_orders by focusing on movement history, but does not explicitly contrast with similar movement tools (e.g., wallet_get_movements).

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?

Includes 'Use to track loan lifecycle events' as usage guidance, but lacks explicit when-not-to-use or alternative tool references. The context is clear but no exclusions are given.

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