Get Posts
get_postsFetch all fake blog posts for testing and prototyping. Returns post ID, user ID, title, and body text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of posts to return (default 10, max 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of posts returned | |
| posts | Yes | Array of blog posts |