Skip to main content
Glama
Omnidim

@omnidim-ai/mcp-server

by Omnidim

getResellerCreditLogs

Read-only

Fetch paginated reseller credit logs, including transfers and reverts. Filter by date range to review credit activity in reverse-chronological order.

Instructions

Paginated history of all credit transfers and reverts for the reseller account. Returns reverse-chronological order by default. Date filters are inclusive.

(Tags: Reseller)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination.
date_toNoFilter logs up to and including this date in `YYYY-MM-DD` format (e.g. `2026-03-31`).
date_fromNoFilter logs from this date in `YYYY-MM-DD` format (e.g. `2026-01-01`).
page_sizeNoNumber of records per page (max 100).
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description adds useful behavioral context: pagination, reverse-chronological ordering, and inclusive date filters. These details go beyond the structured annotations, providing a clear picture of what to expect.

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?

The description is two sentences, front-loaded with the core purpose, and packed with specific details (paginated, reverse-chronological, inclusive dates) without any redundant fluff. Every sentence earns its place.

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

Completeness5/5

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

Given the low complexity, complete input schema, and readOnlyHint annotation, the description fully covers the tool's behavior and return value. It explains pagination, ordering, and date filtering, which is sufficient for a historical log retrieval tool. No output schema exists, but the description describes what is returned.

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%, so the baseline is 3. The description adds meaning by clarifying that date filters are inclusive, which is not fully explicit in the schema (e.g., date_from says 'from this date' but not 'inclusive'). This extra semantic clarification justifies a score above baseline.

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 states the tool returns a paginated history of credit transfers and reverts for the reseller account, with specific behavioral details like reverse-chronological order and inclusive date filters. This distinguishes it from sibling tools like transferCreditsToChild or listCallLogs.

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 implies usage: when you need credit transfer history. It clearly scopes to reseller account credit logs but does not explicitly mention alternatives or exclusions. Context is clear though no direct comparison with sibling tools is provided.

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/Omnidim/omnidim-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server