Atlassian · Capability

Atlassian Confluence Content API — Checks

Atlassian Confluence Content API — Checks. 1 operations. Lead operation: Atlassian Check Content Permissions. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianChecks

What You Can Do

POST
Checkcontentpermissions — Atlassian Check Content Permissions
/v1/wiki/rest/api/content/{id}/permission/check

MCP Tools

atlassian-check-content-permissions

Atlassian Check Content Permissions

read-only

Capability Spec

confluence-content-checks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Content API — Checks
  description: 'Atlassian Confluence Content API — Checks. 1 operations. Lead operation: Atlassian Check Content Permissions.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Checks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: confluence-content-checks
    baseUri: ''
    description: Atlassian Confluence Content API — Checks business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-content-id-permission-check
      path: /wiki/rest/api/content/{id}/permission/check
      operations:
      - name: checkcontentpermissions
        method: POST
        description: Atlassian Check Content Permissions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content to check permissions against.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-content-checks-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Content API — Checks. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/content/{id}/permission/check
      name: wiki-rest-api-content-id-permission-check
      description: REST surface for wiki-rest-api-content-id-permission-check.
      operations:
      - method: POST
        name: checkcontentpermissions
        description: Atlassian Check Content Permissions
        call: confluence-content-checks.checkcontentpermissions
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-checks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Content API — Checks. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-check-content-permissions
      description: Atlassian Check Content Permissions
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: confluence-content-checks.checkcontentpermissions
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.