jsonplaceholder.createPost
Create a new post by providing a title, body, and user ID. This tool solves the problem of adding new entries to the placeholder data source.
Instructions
Create a new post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Post body | |
| title | No | Post title | |
| userId | No | User ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Response from the tool |