Check whether a gist is liked
check_gist_likeCheck whether your token's owner has liked a gist. The response clarifies if the gist is simply not liked or not visible to you.
Instructions
Report whether the token owner has liked the given gist. Also distinguishes "not liked" from "not visible to you".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gistId | Yes | ID of the gist — the "id" field returned by list_gists/search_gists, not its title |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| liked | No | ||
| gistId | Yes | ||
| visible | No |