Skip to main content
Glama

product-hunt-mcp

by jaipandya

get_topic

Retrieve detailed topic information from the Product Hunt MCP server using a topic ID or slug. Output includes topic name, description, follower count, posts, and more. Requires either ID or slug for successful query.

Instructions

Retrieve detailed information about a specific topic by ID or slug. Parameters: - id (str, optional): The topic's unique ID. - slug (str, optional): The topic's slug (e.g., "artificial-intelligence"). At least one of `id` or `slug` must be provided. Returns: - success (bool) - data (dict): If successful, contains topic 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 topic 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_topicArguments", "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