Atlassian · Capability

Atlassian Confluence Space API — Content Watches

Atlassian Confluence Space API — Content Watches. 1 operations. Lead operation: Atlassian Get Space Watchers. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianContent Watches

What You Can Do

GET
Atlassiangetwatchersforspace — Atlassian Get Space Watchers
/v1/wiki/rest/api/space/{spacekey}/watch

MCP Tools

atlassian-get-space-watchers

Atlassian Get Space Watchers

read-only idempotent

Capability Spec

confluence-space-content-watches.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Space API — Content Watches
  description: 'Atlassian Confluence Space API — Content Watches. 1 operations. Lead operation: Atlassian Get Space Watchers.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Content Watches
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: confluence-space-content-watches
    baseUri: ''
    description: Atlassian Confluence Space API — Content Watches business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-space-spaceKey-watch
      path: /wiki/rest/api/space/{spaceKey}/watch
      operations:
      - name: atlassiangetwatchersforspace
        method: GET
        description: Atlassian Get Space Watchers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to get watchers.
          required: true
        - name: start
          in: query
          type: string
          description: The start point of the collection to return.
        - name: limit
          in: query
          type: string
          description: The limit of the number of items to return, this may be restricted by fixed system limits.
  exposes:
  - type: rest
    namespace: confluence-space-content-watches-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Space API — Content Watches. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/space/{spacekey}/watch
      name: wiki-rest-api-space-spacekey-watch
      description: REST surface for wiki-rest-api-space-spaceKey-watch.
      operations:
      - method: GET
        name: atlassiangetwatchersforspace
        description: Atlassian Get Space Watchers
        call: confluence-space-content-watches.atlassiangetwatchersforspace
        with:
          spaceKey: rest.spaceKey
          start: rest.start
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-space-content-watches-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Space API — Content Watches. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-get-space-watchers
      description: Atlassian Get Space Watchers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-space-content-watches.atlassiangetwatchersforspace
      with:
        spaceKey: tools.spaceKey
        start: tools.start
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.