get_single_comment
Retrieve a specific comment from a Contentful entry by providing the entry ID, comment ID, space, and environment. Choose between plain text or rich text format for the comment body.
Instructions
Retrieve a specific comment by its ID for an entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes | The unique identifier of the entry | |
| commentId | Yes | The unique identifier of the comment to retrieve | |
| bodyFormat | No | Format for the comment body content | plain-text |
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |