microcms_get_list_meta
Fetch a list of contents with metadata (status, createdBy, updatedBy, reservationTime, closedAt, customStatus) from microCMS Management API. Use this tool only when the user requests metadata information.
Instructions
Get a list of contents with metadata from microCMS Management API. IMPORTANT: Use this tool ONLY when the user message contains "メタ" (meta) or "メタ情報" (metadata). This API returns metadata information such as status, createdBy, updatedBy, reservationTime, closedAt, and customStatus that are not available in the regular content API. For regular content retrieval, use microcms_get_list instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | No | Service ID (required in multi-service mode, optional in single-service mode) | |
| endpoint | Yes | Content type name (e.g., "blogs", "news") | |
| limit | No | Number of contents to retrieve (default: 10, max: 100) | |
| offset | No | Offset for pagination (default: 0) |