get_todos
Retrieve todos from JSONPlaceholder, optionally filtering by todo ID or user ID.
Instructions
Get todos from JSONPlaceholder. Can retrieve all todos, a specific todo by ID, or filter by user ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional todo ID to retrieve a specific todo | |
| userId | No | Optional user ID to retrieve todos for a specific user |