Atlassian · Capability

Atlassian Confluence Content API — Parameter

Atlassian Confluence Content API — Parameter. 1 operations. Lead operation: Atlassian Remove Label From Content Using Query Parameter. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianParameter

What You Can Do

DELETE
Removelabelfromcontentusingqueryparameter — Atlassian Remove Label From Content Using Query Parameter
/v1/wiki/rest/api/content/{id}/label

MCP Tools

atlassian-remove-label-content-using

Atlassian Remove Label From Content Using Query Parameter

idempotent

Capability Spec

confluence-content-parameter.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Content API — Parameter
  description: 'Atlassian Confluence Content API — Parameter. 1 operations. Lead operation: Atlassian Remove Label From Content
    Using Query Parameter. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Parameter
  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-parameter
    baseUri: ''
    description: Atlassian Confluence Content API — Parameter business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-content-id-label
      path: /wiki/rest/api/content/{id}/label
      operations:
      - name: removelabelfromcontentusingqueryparameter
        method: DELETE
        description: Atlassian Remove Label From Content Using Query Parameter
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content that the label will be removed from.
          required: true
        - name: name
          in: query
          type: string
          description: The name of the label to be removed.
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-content-parameter-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Content API — Parameter. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/content/{id}/label
      name: wiki-rest-api-content-id-label
      description: REST surface for wiki-rest-api-content-id-label.
      operations:
      - method: DELETE
        name: removelabelfromcontentusingqueryparameter
        description: Atlassian Remove Label From Content Using Query Parameter
        call: confluence-content-parameter.removelabelfromcontentusingqueryparameter
        with:
          id: rest.id
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-parameter-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Content API — Parameter. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-remove-label-content-using
      description: Atlassian Remove Label From Content Using Query Parameter
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: confluence-content-parameter.removelabelfromcontentusingqueryparameter
      with:
        id: tools.id
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.