confluence_watcher_status
Determine whether a user watches a Confluence page, using the authenticated user by default, and get a YAML boolean result.
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. |