Get article reactions
get_reactionsRetrieve reaction totals and the authenticated user's reactions for a single article to determine current state before modifying reactions. Requires an API key; returns counts per type, including zero values.
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. |