get_post
ActiveTool 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)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-jsonplaceholder
https://github.com/pipeworx-io/mcp-jsonplaceholder
2/7 registries