Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

loan_get_orders

Read-onlyIdempotent

Retrieve all loan orders with full details such as LTV, APR, interest, and fiat values to monitor loan health, track payments, and calculate costs. Filter by a specific order ID when needed.

Instructions

Get all loan orders with full details including LTV, APR, interest, and fiat values. Use this to monitor loan health (LTV), track payments, and calculate costs. Optional order_id filter for specific loan. [PRIVATE]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jwtNoOptional session token for authentication. API keys are recommended for most use cases.
limitNoNumber of records to return (default: 10)
offsetNoNumber of records to skip for pagination (default: 0)
order_idNoFilter by specific order UUID to get a single loan.
Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already establish read-only, non-destructive, idempotent behavior. The description adds meaningful context by disclosing what data is returned (LTV, APR, interest, fiat values), the private access flag, and the optional single-order filter. It does not mention pagination details, but the safety profile is already covered by annotations.

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 compact sentences with no filler. The core action and resource are stated first, followed by concrete use cases and the optional filter, so the description is easy to scan and every sentence earns its place.

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 read-only list tool with rich annotations and fully documented optional parameters, the description covers what the tool returns and why it should be used. Minor gaps like pagination result shape are inferable from the schema and don't significantly hinder an agent from selecting and invoking the tool.

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 description coverage is 100%, and each parameter already has clear documentation. The description only restates the order_id filter and does not add new semantic detail beyond the schema, so the baseline score 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 clearly identifies the resource ('loan orders') and the action ('Get all'), and adds useful distinguishing content (LTV, APR, interest, fiat values). This differentiates it well from sibling tools like loan_get_movements, loan_get_simulation, and loan_get_config.

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 gives helpful context for when to use the tool: monitoring loan health, tracking payments, and calculating costs. However, it does not explicitly contrast this with sibling tools or state when to prefer e.g. loan_get_movements or loan_get_simulation, so guidance remains implied rather than explicit.

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

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