Skip to main content
Glama

revoke_nft_approval

Revoke NFT approval to cancel a marketplace or operator's access to your collection. Prevent unauthorized transfers by removing permissions across EVM networks.

Instructions

Revoke NFT approval for a marketplace or operator

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoNetwork name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet.bsc
operatorYesOperator address to revoke
privateKeyYesPrivate key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history.
collectionAddressYesNFT collection contract address
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It states the action ('revoke') but does not explain that this is a state-changing on-chain transaction, that it incurs gas fees, or that it removes the operator's permission to transfer the NFT collection. No side effects or security notes are mentioned beyond the schema's privateKey note.

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, concise sentence (8 words) that is front-loaded and directly to the point. There is no wasted language or unnecessary detail.

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?

This is a mutation tool with no annotations and no output schema. The description is minimal and fails to convey important context such as the fact that the operation broadcasts a transaction, consumes gas, or reverts changes to the operator's access. While the schema covers parameters, the description does not explain the broader operational context.

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 schema already documents all parameters. The tool description adds no additional meaning beyond what the schema provides, such as how the parameters interact or any constraints on their values.

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 'Revoke NFT approval for a marketplace or operator' uses a specific verb ('revoke') and clearly identifies the resource (NFT approval) and the target (marketplace or operator). This directly distinguishes it from sibling tools like 'approve_nft_for_marketplace' and 'check_nft_approval'.

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 the use case—revoking an existing approval—but does not explicitly state when to use it over alternatives, nor does it mention prerequisites such as checking the current approval status. It provides no exclusions or conditions.

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/nirholas/universal-crypto-mcp'

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