Skip to main content
Glama

product-hunt-mcp

by jaipandya

get_collection

Retrieve detailed information about a specific collection using its ID or slug. Access key details like name, description, follower count, and posts. Requires either ID or slug to proceed.

Instructions

Retrieve detailed information about a specific collection by ID or slug. Parameters: - id (str, optional): The collection's unique ID. - slug (str, optional): The collection's slug (e.g., "best-productivity-apps"). At least one of `id` or `slug` must be provided. Returns: - success (bool) - data (dict): If successful, contains collection details: - id, name, description, follower_count, posts, etc. - error (dict, optional) - rate_limits (dict) Notes: - Returns an error if neither `id` nor `slug` is provided, or if the collection is not found.

Input Schema

NameRequiredDescriptionDefault
idNo
slugNo

Input Schema (JSON Schema)

{ "properties": { "id": { "default": null, "title": "Id", "type": "string" }, "slug": { "default": null, "title": "Slug", "type": "string" } }, "title": "get_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/jaipandya/producthunt-mcp-server'

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