Skip to main content
Glama

Uranium MCP Server

by xkelxmc

list_assets

Retrieve NFT assets from collections with filtering options including collection ID, search text, pagination, and sorting parameters.

Instructions

List assets with optional filtering by collection, search, and pagination

Input Schema

NameRequiredDescriptionDefault
contractIdNoFilter assets by collection ID
orderNoSort order (default: asc)asc
pageNoPage number (default: 1)
pageSizeNoNumber of assets per page (default: 20, max: 100)
quickFilterNoSearch text to filter assets by title
sortByNoSort field (default: createdAt)createdAt

Input Schema (JSON Schema)

{ "properties": { "contractId": { "description": "Filter assets by collection ID", "type": "string" }, "order": { "default": "asc", "description": "Sort order (default: asc)", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "default": 1, "description": "Page number (default: 1)", "minimum": 1, "type": "number" }, "pageSize": { "default": 20, "description": "Number of assets per page (default: 20, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "quickFilter": { "description": "Search text to filter assets by title", "type": "string" }, "sortBy": { "default": "createdAt", "description": "Sort field (default: createdAt)", "type": "string" } }, "required": [], "type": "object" }

Other Tools from Uranium MCP Server

Related Tools

    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/xkelxmc/uranium-mcp'

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