drive_replies_get
Retrieve a specific reply to a comment in Google Drive by providing file, comment, and reply IDs. Use this to fetch reply details or include deleted replies.
Instructions
Get a single reply to a comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include (e.g. "id,content,action") | |
| fileId | Yes | The file the comment belongs to | |
| replyId | Yes | The reply to retrieve | |
| commentId | Yes | The parent comment | |
| includeDeleted | No | Whether to return the reply if it has been deleted (it will have no content) |