Skip to main content
Glama
chatre7

jsonplaceholder-mcp

by chatre7

create_post

Create a new post on JSONPlaceholder by providing a user ID, title, and body. Simulates post creation for testing and prototyping without saving data.

Instructions

Create a new post on JSONPlaceholder. Note: This won't actually be saved to the server, but will simulate the creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe body content of the post
titleYesThe title of the post
userIdYesThe user ID who creates the post
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses the key behavioral trait: the post won't be saved but is simulated. This is critical context beyond what annotations provide (none exist). However, it does not mention the return format or other side effects, so it is not a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with no wasted words. The purpose is front-loaded, and the simulation note adds essential behavioral context without bloating the description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 3-parameter tool with no output schema, the description covers the purpose and the key caveat but omits the expected return value and any authentication or rate-limit considerations. The tool is understandable but not fully specified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all three parameters. The description adds no additional semantic meaning or examples, making the baseline score of 3 appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create a new post on JSONPlaceholder' with a specific verb and resource, distinguishing it from sibling tools like update_post and delete_post. The simulation note adds context without confusing the primary purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for creating posts but does not explicitly state when to use this tool versus alternatives or provide exclusions. The simulation note hints at a testing use case, but there is no direct guidance on when to invoke it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chatre7/jsonplaceholder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server