search_by_author
Retrieve all Looba snippet posts by a specific author using their username. Paginate results with page number and limit.
Instructions
List all Looba snippet posts by a specific author (username).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The author's username | |
| page | No | Page number (default: 1) | |
| limit | No | Results per page, max 30 (default: 12) |