You're viewing a demo portfolio

Join the waitlist
PRSM

get_post

Active

Tool of mcp-jsonplaceholder

declared in 0.1.0

Fetch a single fake blog post by ID (e.g., "1"). Returns post ID, user ID, title, and body text.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 1
    },
    {
      "id": 42
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "Post ID to retrieve (1–100)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-jsonplaceholder

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

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