Atlassian · Capability

Atlassian Confluence Space API — Content States

Atlassian Confluence Space API — Content States. 3 operations. Lead operation: Atlassian Get Space Suggested Content States. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianContent States

What You Can Do

GET
Atlassiangetspacecontentstates — Atlassian Get Space Suggested Content States
/v1/wiki/rest/api/space/{spacekey}/state
GET
Atlassiangetcontentswithstate — Atlassian Get Content in Space With Given Content State
/v1/wiki/rest/api/space/{spacekey}/state/content
GET
Atlassiangetcontentstatesettings — Atlassian Get Content State Settings for Space
/v1/wiki/rest/api/space/{spacekey}/state/settings

MCP Tools

atlassian-get-space-suggested-content

Atlassian Get Space Suggested Content States

read-only idempotent
atlassian-get-content-space-given

Atlassian Get Content in Space With Given Content State

read-only idempotent
atlassian-get-content-state-settings

Atlassian Get Content State Settings for Space

read-only idempotent

Capability Spec

confluence-space-content-states.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Space API — Content States
  description: 'Atlassian Confluence Space API — Content States. 3 operations. Lead operation: Atlassian Get Space Suggested
    Content States. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Content States
  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-states
    baseUri: ''
    description: Atlassian Confluence Space API — Content States business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-space-spaceKey-state
      path: /wiki/rest/api/space/{spaceKey}/state
      operations:
      - name: atlassiangetspacecontentstates
        method: GET
        description: Atlassian Get Space Suggested Content States
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to be queried for its content state settings.
          required: true
    - name: wiki-rest-api-space-spaceKey-state-content
      path: /wiki/rest/api/space/{spaceKey}/state/content
      operations:
      - name: atlassiangetcontentswithstate
        method: GET
        description: Atlassian Get Content in Space With Given Content State
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to be queried for its content state settings.
          required: true
        - name: state-id
          in: query
          type: integer
          description: The id of the content state to filter content by
          required: true
        - name: expand
          in: query
          type: array
          description: A multi-value parameter indicating which properties of the content to expand.
        - name: limit
          in: query
          type: integer
          description: Maximum number of results to return
        - name: start
          in: query
          type: integer
          description: Number of result to start returning. (0 indexed)
    - name: wiki-rest-api-space-spaceKey-state-settings
      path: /wiki/rest/api/space/{spaceKey}/state/settings
      operations:
      - name: atlassiangetcontentstatesettings
        method: GET
        description: Atlassian Get Content State Settings for Space
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to be queried for its content state settings.
          required: true
  exposes:
  - type: rest
    namespace: confluence-space-content-states-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Space API — Content States. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/space/{spacekey}/state
      name: wiki-rest-api-space-spacekey-state
      description: REST surface for wiki-rest-api-space-spaceKey-state.
      operations:
      - method: GET
        name: atlassiangetspacecontentstates
        description: Atlassian Get Space Suggested Content States
        call: confluence-space-content-states.atlassiangetspacecontentstates
        with:
          spaceKey: rest.spaceKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/wiki/rest/api/space/{spacekey}/state/content
      name: wiki-rest-api-space-spacekey-state-content
      description: REST surface for wiki-rest-api-space-spaceKey-state-content.
      operations:
      - method: GET
        name: atlassiangetcontentswithstate
        description: Atlassian Get Content in Space With Given Content State
        call: confluence-space-content-states.atlassiangetcontentswithstate
        with:
          spaceKey: rest.spaceKey
          state-id: rest.state-id
          expand: rest.expand
          limit: rest.limit
          start: rest.start
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/wiki/rest/api/space/{spacekey}/state/settings
      name: wiki-rest-api-space-spacekey-state-settings
      description: REST surface for wiki-rest-api-space-spaceKey-state-settings.
      operations:
      - method: GET
        name: atlassiangetcontentstatesettings
        description: Atlassian Get Content State Settings for Space
        call: confluence-space-content-states.atlassiangetcontentstatesettings
        with:
          spaceKey: rest.spaceKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-space-content-states-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Space API — Content States. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-get-space-suggested-content
      description: Atlassian Get Space Suggested Content States
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-space-content-states.atlassiangetspacecontentstates
      with:
        spaceKey: tools.spaceKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-content-space-given
      description: Atlassian Get Content in Space With Given Content State
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-space-content-states.atlassiangetcontentswithstate
      with:
        spaceKey: tools.spaceKey
        state-id: tools.state-id
        expand: tools.expand
        limit: tools.limit
        start: tools.start
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-content-state-settings
      description: Atlassian Get Content State Settings for Space
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-space-content-states.atlassiangetcontentstatesettings
      with:
        spaceKey: tools.spaceKey
      outputParameters:
      - type: object
        mapping: $.