You're viewing a demo portfolio

Join the waitlist
PRSM

get_comments

Active

Tool 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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-jsonplaceholder

https://github.com/pipeworx-io/mcp-jsonplaceholder

2/7 registries
View full server →
get_comments — mcp-jsonplaceholder — PRSM MCP