Skip to main content
Glama

История операций

user_post_operations_history
Read-onlyIdempotent

Retrieve wallet transaction history, including debits and credits, for a specified date range (max 7 days, within the past year).

Instructions

Возвращает список операций (списания/пополнение кошелька) за период. Ограничения: dateTimeFrom не далее года в прошлое, диапазон между from/to не более одной недели. Формат дат — ISO 8601 (например, "2026-05-01T00:00:00").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateTimeFromYesНачало периода (ISO 8601, например "2026-05-01T00:00:00"). Не далее года назад.
dateTimeToYesКонец периода (ISO 8601). Диапазон от dateTimeFrom — не более 7 дней.
Behavior3/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds constraints but does not reveal output structure, pagination, or ordering. Given the annotation coverage, the description adds some value but could provide more behavioral context.

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 concise with four short sentences, each conveying essential information without redundancy. It is well-structured and easy to parse.

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?

The tool lacks an output schema, and the description does not disclose the structure of the returned list (e.g., fields, pagination, sorting). While constraints are covered, the missing output details make it incomplete for an agent to fully understand the tool's behavior and process results.

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 description already includes constraints and format. The description reiterates this information, adding little new meaning beyond the schema itself.

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 this tool returns a list of wallet operations (debits/credits) for a period. This distinguishes it from sibling tools like user_get_user_balance which returns current balance, making its purpose specific and distinct.

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 explicitly specifies date constraints (dateTimeFrom not more than a year in the past, range not exceeding one week) and date format (ISO 8601), which guides the agent on valid parameter usage. However, it does not explicitly contrast with alternatives or state when not to use this tool.

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/elchin92/avito-mcp'

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