Skip to main content
Glama

product-hunt-mcp

by jaipandya

get_comment

Retrieve detailed information about a specific comment by its unique ID, including content, creation date, user, and post associations. Returns structured data and error handling if the comment is not found.

Instructions

Retrieve detailed information about a specific comment by ID. Parameters: - id (str, required): The comment's unique ID. Returns: - success (bool) - data (dict): If successful, contains comment details: - id, content, created_at, user, post, etc. - error (dict, optional) - rate_limits (dict) Notes: - Returns an error if the comment is not found.

Input Schema

NameRequiredDescriptionDefault
idNo

Input Schema (JSON Schema)

{ "properties": { "id": { "default": null, "title": "Id", "type": "string" } }, "title": "get_commentArguments", "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