Skip to main content
Glama

user_pay_paysystems_get

Retrieve the payment systems configured for a user; supports limit and offset pagination, and user_id for admin on-behalf-of access.

Instructions

GET /user/pay/paysystems Платежные системы Тег: Платежи Спека: user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoМакс. кол-во записей
offsetNoСмещение (пропуск записей)
user_idNoadmin acts on behalf of this user

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden, yet it says nothing about read semantics, pagination behavior, or the meaning of user_id. Only the bare method and path are given, and the Russian metadata conveys no behavioral detail an agent can act on.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The string is short but largely wasted: it is dominated by an internal route, a category tag, and spec metadata that no agent can use to decide or invoke the tool. It is under-specified rather than concise.

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?

With no output schema, no annotations, and a description consisting of route metadata, an agent lacks the purpose, selection context, and response behavior needed to call this confidently alongside the many user_pay/user_service siblings.

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%, so the description is not required to restate limit, offset, or user_id; the schema already gives usage and default values. The description adds no parameter meaning beyond the schema, which matches the baseline 3 under full coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is essentially a raw route plus Russian category metadata ("Платежные системы", "Тег: Платежи", "Спека: user"). It restates the operation as an HTTP verb and path rather than stating in plain language what the tool does or returns, so an agent gets no real explanation beyond the method and URL.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use, when-not-to-use, or alternative guidance. Siblings such as user_pay_get and user_autopayment_get sit nearby but are never referenced, leaving the agent to guess which payment endpoint applies.

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