get_posts
Retrieve posts from Erick Wendel's contributions with filtering by ID, title, language, or portal, and pagination controls.
Instructions
Get a list of posts with optional filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter posts by ID | |
| title | No | Filter posts by title | |
| language | No | Filter posts by language | |
| portal | No | Filter posts by portal | |
| skip | No | Number of posts to skip | |
| limit | No | Maximum number of posts to return |