get_comments
ActiveTool of mcp-jsonplaceholder
declared in 0.1.0
Fetch comments for a specific post by post ID (e.g., "1"). Returns comment ID, commenter name, email, and body text.
Parameters schema
{
"type": "object",
"examples": [
{
"post_id": 1
},
{
"post_id": 5
}
],
"required": [
"post_id"
],
"properties": {
"post_id": {
"type": "number",
"description": "Post ID whose comments to retrieve (1–100)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-jsonplaceholder
https://github.com/pipeworx-io/mcp-jsonplaceholder
2/7 registries