Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

BinanceVipLoanRenew

Renew an existing VIP loan on Binance for 30 or 60 days. Provide the order ID and select the new loan term to extend your borrowing.

Instructions

Allow VIP users to renew an existing VIP loan for a specified term, either 30 or 60 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderIdYesThe order ID for the loan request
loanTermYesLoan term in days, either 30 or 60
recvWindowNoOptional: Time window for request validity
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 burden of behavioral disclosure. It only states the action and term options, but fails to disclose the effects of renewal (e.g., replacing the old loan, extending the term), reversibility, required permissions, or any side effects. This is insufficient for a mutation tool.

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 a single sentence, front-loaded with the action and key constraints. It is concise with no redundant words, effectively communicating the core purpose.

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?

For a mutation tool with no annotations and no output schema, the description is too sparse. It does not mention prerequisites (e.g., having an ongoing VIP loan), success/failure behavior, or return values, leaving significant contextual gaps for the agent.

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%, so the baseline is 3. The description reinforces the loanTerm enum (30/60) and that orderId refers to an existing loan, adding marginal context beyond the schema but not significantly compensating for any gaps. It does not clarify recvWindow beyond the schema description.

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 action ('renew'), the resource ('existing VIP loan'), and the scope ('specified term, either 30 or 60 days'). This distinguishes it from sibling tools like BinanceVipLoanBorrow and BinanceVipLoanRepay, making the purpose unambiguous.

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 for existing VIP loans with a term of 30 or 60 days, providing clear context for the intended scenario. However, it does not explicitly exclude alternatives or state prerequisites such as having an ongoing loan order, so it falls short of full explicit guidance.

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