Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

BinanceGetNFTTransactionHistory

Retrieve NFT transaction history including purchase orders, sale orders, royalty income, primary market orders, and mint fees, with network, token IDs, contract addresses, amounts, and currencies.

Instructions

Retrieves NFT transaction history, including purchase orders, sale orders, royalty income, primary market orders, and mint fees. It returns details about the NFT network, token IDs, contract addresses, transaction times, trade amounts, and the currencies used in the transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, default is 1
limitNoNumber of records to return, default 50, max 50
endTimeNoEnd time in milliseconds
orderTypeYesOrder type: 0 for purchase order, 1 for sell order, 2 for royalty income, 3 for primary market order, 4 for mint fee
startTimeNoStart time in milliseconds
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 states 'retrieves' which implies a read-only operation, but it does not mention pagination behavior, time range handling, rate limits, required permissions, or any side effects. The description is thin on behavioral context beyond the basic action.

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 consists of two concise sentences that are front-loaded with the primary action and then detail the return contents. Every sentence contributes useful information with no redundancy or wasted words.

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?

Given no output schema, the description includes valuable return attributes (NFT network, token IDs, contract addresses, times, amounts, currencies). However, it omits behavioral context like pagination defaults or time range filtering, which are only in the schema. For a moderately complex tool, it is sufficiently complete but could mention date filtering or pagination behavior.

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 lists the types of orders (matching the orderType parameter) and return attributes, but it doesn't add detail beyond what the schema already provides for parameters. It reinforces the meaning of orderType but doesn't compensate for any missing schema information.

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 retrieves NFT transaction history and enumerates specific transaction types (purchase, sale, royalty, primary market, mint fees). It differentiates from sibling NFT tools like deposit/withdraw history by focusing on trade-related history. The verb 'retrieves' is specific and unambiguous.

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

Usage Guidelines3/5

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

The description implies usage by listing the transaction types covered, but it does not explicitly state when to use this tool versus alternatives such as BinanceGetNFTDepositHistory or BinanceGetNFTWithdrawHistory. No exclusions or alternative references are provided, so usage guidance is implicit rather than explicit.

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