Get a specific comment
esa_get_commentRetrieve a specific comment by its ID from esa.io. Optionally include stargazers in the response.
Instructions
Retrieves a specific comment by comment ID, with optional stargazers included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Specify 'stargazers' to include stargazers in the response | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| commentId | Yes | The comment ID to retrieve |