Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

BinanceQueryApplicationStatus

Check the status of your Binance loan applications as a VIP user, with details on loan coin, amount, term, collateral, and application status.

Instructions

Allows VIP users to check the status of their loan applications. It returns a list of loan requests with details such as loan coin, amount, term, collateral details, and current application status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault: 10, Max: 100
currentNoCurrently querying page. Start from 1, default 1, max 1000
recvWindowNoOptional time window for request validity
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the read-only nature ('check the status') and the return fields, which is helpful. However, it does not mention pagination behavior, rate limits, or that it might be restricted to VIP users beyond the phrase 'Allows VIP users'. It adds moderate context but lacks depth.

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 concise sentences. The first sentence states the primary purpose, the second lists the returned details. Every word earns its place, and there is no redundant information.

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

Completeness4/5

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

For a simple read-only query tool with no output schema, the description adequately conveys what the tool does and what it returns. It mentions VIP-only access and typical response fields. Pagination can be inferred from schema parameters. It is slightly lacking in that it does not differentiate from similar VIP loan tools, but overall it is reasonably complete.

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 description coverage is 100% for all three parameters (limit, current, recvWindow), so the baseline is 3. The description adds no additional parameter semantics beyond what the schema already provides, which is acceptable given the high schema coverage.

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?

The description clearly states the tool checks VIP loan application status and returns a list of loan requests with specific details (loan coin, amount, term, collateral, status). It is specific about the resource (loan applications) and the action (check status), though it does not explicitly contrast with sibling tools like BinanceGetVIPLoanOngoingOrders.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention exclusions, prerequisites (e.g., VIP status), or scenarios where another tool would be more appropriate. The only hint is the verb 'check', implying a read-only query, but no explicit use-case guidance is given.

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/C0inFlips/binance-mcp-chainvector'

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