microcms_get_content
Retrieve specific content from microCMS by specifying the content type, ID, and optional parameters like fields or draft key for preview. Ideal for fetching detailed data from microCMS APIs.
Instructions
Get a specific content from microCMS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contentId | Yes | Content ID to retrieve | |
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 |