Skip to main content
Glama

nft-analytics-mcp

get_average_price_by_collection

Calculate and retrieve average selling prices for NFT collections. Returns a markdown table or error message, with adjustable row limits for query results.

Instructions

Retrieve average selling price for NFT collections. Args: limit (int, optional): Maximum number of rows to fetch from the query. Defaults to 1000. Returns: str: Markdown table of average prices by collection, or error message if the query fails.

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 1000, "title": "Limit", "type": "integer" } }, "title": "get_average_price_by_collectionArguments", "type": "object" }

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/kukapay/nft-analytics-mcp'

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