Skip to main content
Glama

Stampchain MCP Server

Official

search_collections

Filter and sort stamp collections by name, description, creator, or creation date using customizable criteria within the Stampchain MCP Server.

Instructions

Search for stamp collections with various filtering criteria

Input Schema

NameRequiredDescriptionDefault
creatorNoFilter by creator address
pageNoPage number
page_sizeNoItems per page
queryNoSearch query for collection name or description
sort_byNoSort fieldcreated_at
sort_orderNoSort orderDESC

Input Schema (JSON Schema)

{ "properties": { "creator": { "description": "Filter by creator address", "type": "string" }, "page": { "default": 1, "description": "Page number", "minimum": 1, "type": "number" }, "page_size": { "default": 20, "description": "Items per page", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query for collection name or description", "type": "string" }, "sort_by": { "default": "created_at", "description": "Sort field", "enum": [ "created_at", "stamp_count", "name" ], "type": "string" }, "sort_order": { "default": "DESC", "description": "Sort order", "enum": [ "ASC", "DESC" ], "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from Stampchain 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/stampchain-io/stampchain-mcp'

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