Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getUserPayment

Read-only

Retrieve your configured P2P payment methods and obtain their IDs to use when posting or updating ads.

Instructions

Get your payment methods configured in P2P. The returned id field is used as paymentIds when posting or updating ads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds behavioral context beyond annotations by specifying how the returned `id` is consumed by ad creation/update operations, which helps the agent plan downstream calls.

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 compact sentences, with the core purpose stated first and the integration detail second. No filler or redundancy; every sentence contributes to correct invocation and downstream usage.

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?

For a zero-parameter, read-only retrieval tool, the description is complete. It names the resource, identifies the P2P context, and explains how the returned value is used in related ad operations, which is sufficient for an agent to call it correctly.

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?

The tool has zero parameters, so the schema requires no parameter documentation. The description does not need to explain parameters; the baseline of 4 is appropriate since there is nothing for the description to compensate for.

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's function: retrieving the user's P2P payment methods. It also differentiates itself from the large sibling set by connecting the resource specifically to P2P ads, making its domain distinct from general account or wallet 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?

The description provides clear context by explaining that the returned `id` becomes `paymentIds` when posting or updating ads. It does not explicitly name alternatives or exclusion criteria, but the intended usage scenario is evident and actionable.

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