get_producthunt_post
Get details of a specific Product Hunt post by ID.
Schema and Policy
{
"name": "get_producthunt_post",
"description": "Get details of a specific Product Hunt post by ID.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Product Hunt post ID"
}
},
"required": [
"id"
]
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}