get_posts
ActiveTool of mcp-jsonplaceholder
declared in 0.1.0
Fetch all fake blog posts for testing and prototyping. Returns post ID, user ID, title, and body text.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10
},
{
"limit": 25
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of posts to return (default 10, max 100)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-jsonplaceholder
https://github.com/pipeworx-io/mcp-jsonplaceholder
2/7 registries