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
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The body content of the post | |
| title | Yes | The title of the post | |
| userId | Yes | The user ID who creates the post |