Skip to main content
Glama

Stampchain MCP Server

Official

get_collection

Retrieve detailed stamp collection data by ID using Stampchain MCP Server, with options to include stamps, paginate, and limit results.

Instructions

Retrieve detailed information about a specific stamp collection by its ID

Input Schema

NameRequiredDescriptionDefault
collection_idYesThe ID of the collection to retrieve
include_stampsNoWhether to include stamps in the collection
stamps_limitNoNumber of stamps per page
stamps_pageNoPage number for stamps if included

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "The ID of the collection to retrieve", "type": "string" }, "include_stamps": { "default": false, "description": "Whether to include stamps in the collection", "type": "boolean" }, "stamps_limit": { "default": 20, "description": "Number of stamps per page", "maximum": 100, "minimum": 1, "type": "number" }, "stamps_page": { "default": 1, "description": "Page number for stamps if included", "minimum": 1, "type": "number" } }, "required": [ "collection_id" ], "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