Skip to main content
Glama
MoralisWeb3

Moralis MCP Server

Official
by MoralisWeb3

evm_getwalletnftcollections

Retrieve all NFT collections owned by a wallet address, including on-chain and off-chain metadata, floor prices, and token counts for blockchain analysis.

Instructions

Fetch all NFT Collections held by a specified wallet address. Each Collection returned includes on-chain metadata as well as off-chain metadata, floor prices and more where available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoThe chain to queryeth
addressYesThe wallet address of the owner of NFTs in the collections
include_pricesNoShould NFT last sale prices be included in the result?
limitNoThe desired page size of the result.
exclude_spamNoShould spam NFTs be excluded from the result?
cursorNoThe cursor returned in the previous response (used for getting the next page).
token_countsNoShould token counts per collection be included in the response?
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 behavioral disclosure. It mentions that results include metadata, floor prices, and more, but fails to describe critical behaviors: pagination (implied by 'cursor' parameter but not explained), rate limits, authentication requirements, error handling, or response format. For a read operation with 7 parameters, this leaves significant gaps.

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, well-structured sentence that efficiently conveys the core purpose and key result attributes. It's front-loaded with the main action and resource, and every phrase ('on-chain metadata as well as off-chain metadata, floor prices and more') adds useful context without redundancy.

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

Completeness3/5

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

Given the tool's complexity (7 parameters, no annotations, no output schema), the description is minimally adequate. It covers the basic purpose and result types but lacks critical context: no output format details, no pagination explanation, no error or limit behaviors. It meets the bare minimum for a read operation but doesn't fully compensate for the missing structured data.

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 fully documents all 7 parameters. The description adds marginal value by implying the scope ('all NFT Collections') and hinting at result content ('on-chain metadata, off-chain metadata, floor prices'), but doesn't provide additional syntax, format details, or usage examples beyond what the schema already specifies.

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's purpose with a specific verb ('Fetch') and resource ('all NFT Collections held by a specified wallet address'), distinguishing it from siblings like 'evm_getwalletnfts' (which fetches individual NFTs) and 'evm_getnftcollectionstats' (which fetches stats for specific collections). It precisely defines the scope as collections rather than individual tokens.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'evm_getwalletnfts' (for individual NFTs) or 'evm_getnftcollectionstats' (for collection statistics), nor does it specify prerequisites or exclusions. Usage is implied only by the purpose statement.

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/MoralisWeb3/moralis-mcp-server'

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