Get article reactions
get_reactionsRetrieve reaction totals and your own reactions on an article to determine if you've liked, clapped, or bookmarked before modifying reactions.
Instructions
Read the reaction totals on one article, plus which reactions the authenticated account has left on it.
Use it before add_reaction or remove_reaction so you know the current state — it is how you tell 'not yet liked' from 'already liked'. Covers one article at a time.
Reads only; no reaction is added or removed. Requires an API key. Returns counts per type (like, clap, bookmark) alongside the caller's own reactions. Zero counts are a real answer, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | UUID of the article, from the `id` field returned by article tools. |