Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

loan_get_orders

Retrieve loan orders with full details to monitor loan health, track payments, and calculate costs. Supports filtering by order ID for specific loans.

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
order_idNoFilter by specific order UUID to get a single loan.
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.
Behavior3/5

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

No annotations provided, so description must cover behavior. It mentions return fields and optional filter, but does not disclose pagination details, response format, or any rate limits, which are important for a read operation.

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 sentences: first states purpose and key fields, second adds use cases and filter option. Front-loaded and efficient with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, and description omits return structure, pagination behavior, and error conditions. For a parameterized listing tool with 4 params, more detail is needed to ensure complete understanding.

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 covers all parameters (100%), so baseline is 3. Description adds context for order_id ('optional filter') but adds no extra meaning for limit/offset beyond what schema provides.

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 the tool retrieves all loan orders with specific fields like LTV and APR. It distinguishes from siblings by naming unique fields, but does not explicitly contrast with similar loan tools.

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?

Explicitly says to use for monitoring loan health, tracking payments, and calculating costs. However, it does not provide when-not-to-use or alternative tool names.

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