confluence_watcher_status
Determine if the authenticated user or a specified account is watching a Confluence page by supplying its content ID. Returns true or false.
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. |