Atlassian · Capability

Atlassian The Confluence Cloud REST API — Content Properties

Atlassian The Confluence Cloud REST API — Content Properties. 6 operations. Lead operation: Atlassian Get Content Properties. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianContent Properties

What You Can Do

GET
Atlassiangetcontentproperties — Atlassian Get Content Properties
/v1/wiki/rest/api/content/{id}/property
POST
Atlassiancreatecontentproperty — Atlassian Create Content Property
/v1/wiki/rest/api/content/{id}/property
GET
Atlassiangetcontentproperty — Atlassian Get Content Property
/v1/wiki/rest/api/content/{id}/property/{key}
PUT
Atlassianupdatecontentproperty — Atlassian Update Content Property
/v1/wiki/rest/api/content/{id}/property/{key}
POST
Atlassiancreatecontentpropertyforkey — Atlassian Create Content Property For Key
/v1/wiki/rest/api/content/{id}/property/{key}
DELETE
Atlassiandeletecontentproperty — Atlassian Delete Content Property
/v1/wiki/rest/api/content/{id}/property/{key}

MCP Tools

atlassian-get-content-properties

Atlassian Get Content Properties

read-only idempotent
atlassian-create-content-property

Atlassian Create Content Property

atlassian-get-content-property

Atlassian Get Content Property

read-only idempotent
atlassian-update-content-property

Atlassian Update Content Property

idempotent
atlassian-create-content-property-key

Atlassian Create Content Property For Key

atlassian-delete-content-property

Atlassian Delete Content Property

idempotent

Capability Spec

confluence-content-properties-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian The Confluence Cloud REST API — Content Properties
  description: 'Atlassian The Confluence Cloud REST API — Content Properties. 6 operations. Lead operation: Atlassian Get
    Content Properties. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Content Properties
  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-properties-2
    baseUri: ''
    description: Atlassian The Confluence Cloud REST API — Content Properties business capability. Self-contained, no shared
      references.
    resources:
    - name: wiki-rest-api-content-id-property
      path: /wiki/rest/api/content/{id}/property
      operations:
      - name: atlassiangetcontentproperties
        method: GET
        description: Atlassian Get Content Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content to be queried for its properties.
          required: true
        - name: key
          in: query
          type: array
          description: The key of the content property.
        - name: expand
          in: query
          type: array
          description: A multi-value parameter indicating which properties of the content to
        - name: start
          in: query
          type: integer
          description: The starting index of the returned properties.
        - name: limit
          in: query
          type: integer
          description: The maximum number of properties to return per page.
      - name: atlassiancreatecontentproperty
        method: POST
        description: Atlassian Create Content Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content to add the property to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: wiki-rest-api-content-id-property-key
      path: /wiki/rest/api/content/{id}/property/{key}
      operations:
      - name: atlassiangetcontentproperty
        method: GET
        description: Atlassian Get Content Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content to be queried for the property.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the content property.
          required: true
        - name: expand
          in: query
          type: array
          description: A multi-value parameter indicating which properties of the content to
        - name: status
          in: query
          type: array
          description: Filter the results to a set of content based on their status. If set to `any`,
      - name: atlassianupdatecontentproperty
        method: PUT
        description: Atlassian Update Content Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content that the property belongs to.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the property.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: atlassiancreatecontentpropertyforkey
        method: POST
        description: Atlassian Create Content Property For Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content to add the property to.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the content property. Required.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: atlassiandeletecontentproperty
        method: DELETE
        description: Atlassian Delete Content Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content that the property belongs to.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the property.
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-content-properties-2-rest
    port: 8080
    description: REST adapter for Atlassian The Confluence Cloud REST API — Content Properties. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/content/{id}/property
      name: wiki-rest-api-content-id-property
      description: REST surface for wiki-rest-api-content-id-property.
      operations:
      - method: GET
        name: atlassiangetcontentproperties
        description: Atlassian Get Content Properties
        call: confluence-content-properties-2.atlassiangetcontentproperties
        with:
          id: rest.id
          key: rest.key
          expand: rest.expand
          start: rest.start
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassiancreatecontentproperty
        description: Atlassian Create Content Property
        call: confluence-content-properties-2.atlassiancreatecontentproperty
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/wiki/rest/api/content/{id}/property/{key}
      name: wiki-rest-api-content-id-property-key
      description: REST surface for wiki-rest-api-content-id-property-key.
      operations:
      - method: GET
        name: atlassiangetcontentproperty
        description: Atlassian Get Content Property
        call: confluence-content-properties-2.atlassiangetcontentproperty
        with:
          id: rest.id
          key: rest.key
          expand: rest.expand
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdatecontentproperty
        description: Atlassian Update Content Property
        call: confluence-content-properties-2.atlassianupdatecontentproperty
        with:
          id: rest.id
          key: rest.key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassiancreatecontentpropertyforkey
        description: Atlassian Create Content Property For Key
        call: confluence-content-properties-2.atlassiancreatecontentpropertyforkey
        with:
          id: rest.id
          key: rest.key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: atlassiandeletecontentproperty
        description: Atlassian Delete Content Property
        call: confluence-content-properties-2.atlassiandeletecontentproperty
        with:
          id: rest.id
          key: rest.key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-properties-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian The Confluence Cloud REST API — Content Properties. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: atlassian-get-content-properties
      description: Atlassian Get Content Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-content-properties-2.atlassiangetcontentproperties
      with:
        id: tools.id
        key: tools.key
        expand: tools.expand
        start: tools.start
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-create-content-property
      description: Atlassian Create Content Property
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: confluence-content-properties-2.atlassiancreatecontentproperty
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-content-property
      description: Atlassian Get Content Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-content-properties-2.atlassiangetcontentproperty
      with:
        id: tools.id
        key: tools.key
        expand: tools.expand
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-content-property
      description: Atlassian Update Content Property
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: confluence-content-properties-2.atlassianupdatecontentproperty
      with:
        id: tools.id
        key: tools.key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-create-content-property-key
      description: Atlassian Create Content Property For Key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: confluence-content-properties-2.atlassiancreatecontentpropertyforkey
      with:
        id: tools.id
        key: tools.key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-content-property
      description: Atlassian Delete Content Property
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: confluence-content-properties-2.atlassiandeletecontentproperty
      with:
        id: tools.id
        key: tools.key
      outputParameters:
      - type: object
        mapping: $.