list_posts
Retrieve a list of UI snippet posts from Looba. Filter by search term, tag, or snippet type, and sort by recent, popular, or views. Get titles, authors, tags, and URLs.
Instructions
List Looba snippet posts with optional search, tag filter, and sorting. Returns titles, authors, tags, and URLs. Use get_post for full code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search term to filter posts by title, description, author, or tags | |
| tag | No | Filter by exact tag name | |
| snippet_type | No | Filter by snippet type (default: all) | |
| sort | No | Sort order (default: popular) | |
| page | No | Page number (default: 1) | |
| limit | No | Results per page, max 30 (default: 12) |