confluence_watcher_status
Check whether a user watches a Confluence page by content ID. Optionally provide account ID (defaults to authenticated user) to get a boolean watching status.
Instructions
Report whether a user watches a Confluence page (account_id defaults to the authenticated user). Returns YAML {watching: bool}. Mirrors omni-dev atlassian confluence watcher status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Atlassian `accountId` of the user. Defaults to the authenticated user. | |
| content_id | Yes | Confluence page (content) ID. |