Skip to main content
Glama

getNFTsForOwner

Retrieve all NFTs owned by a wallet address on a single network, with metadata and spam filtering options. Filter by contract, exclude spam, and paginate results.

Instructions

Get all NFTs owned by an address on a single network, with metadata and spam filtering options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoNetwork ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet"eth-mainnet
ownerYesAddress for NFT owner (can be in ENS format for Eth Mainnet).
contractAddressesNoArray of contract addresses to filter the responses with. Max limit 45.
withMetadataNoIf true, returns NFT metadata. Defaults to true.
orderByNoOrder for the results. Can be 'transferTime'.
excludeFiltersNoFilters to exclude. e.g. ["SPAM", "AIRDROPS"]
includeFiltersNoFilters to include. e.g. ["SPAM", "AIRDROPS"]
spamConfidenceLevelNoThe spam confidence level to filter at.
tokenUriTimeoutInMsNoTimeout in ms for metadata URI resolution. Set to 0 for cache-only.
pageKeyNoPagination key from a previous response.
pageSizeNoNumber of NFTs to return per page. Max 100.
Behavior3/5

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

No annotations provided; description indicates a read operation with metadata and spam filtering, but lacks details on pagination behavior, response format, or auth requirements. Adequate but not rich.

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?

Single sentence, front-loaded with key purpose, no wasted words. Efficient and clear.

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 moderate complexity (11 params, no output schema), description covers main purpose and filtering options but omits pagination behavior and response structure. Slightly incomplete but functional.

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 baseline is 3. Description adds a high-level summary of filtering options but does not explain parameters beyond what schema already provides. Score is appropriate.

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?

Description clearly states the action ('Get all NFTs owned by an address on a single network') with specific scope and filtering options, distinguishing it from siblings like fetchNftsOwnedByMultichainAddresses and getNFTsForCollection.

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?

Description implies usage for retrieving NFTs by owner on a single network but does not explicitly state when to use this tool versus alternatives (e.g., getNFTsForCollection) or provide exclusions.

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/alchemyplatform/alchemy-mcp-server'

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