microcms_get_list_meta
Retrieve content metadata including status, creator, and timestamps from microCMS. Use when metadata fields are needed beyond regular content data.
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 |
|---|---|---|---|
| limit | No | Number of contents to retrieve (default: 10, max: 100) | |
| offset | No | Offset for pagination (default: 0) | |
| endpoint | Yes | Content type name (e.g., "blogs", "news") | |
| serviceId | No | Service ID (required in multi-service mode, optional in single-service mode) |