microcms_get_list
Retrieve a list of contents from microCMS by specifying content type, filters, sorting, pagination, and field selections for streamlined content access.
Instructions
Get a list of contents from microCMS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | Depth of reference expansion (1-3) | |
draftKey | No | Draft key for preview | |
endpoint | Yes | Content type name (e.g., "blogs", "news") | |
fields | No | Comma-separated list of fields to retrieve | |
filters | No | Filter conditions | |
ids | No | Comma-separated list of content IDs | |
limit | No | Number of contents to retrieve (1-100) | |
offset | No | Offset for pagination | |
orders | No | Sort order (e.g., "-publishedAt" for descending) | |
q | No | Full-text search query |