Atlassian · Capability

Atlassian The Confluence Cloud REST API — Label Info

Atlassian The Confluence Cloud REST API — Label Info. 1 operations. Lead operation: Atlassian Get Label Information. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianLabel Info

What You Can Do

GET
Atlassiangetalllabelcontent — Atlassian Get Label Information
/v1/wiki/rest/api/label

MCP Tools

atlassian-get-label-information

Atlassian Get Label Information

read-only idempotent

Capability Spec

confluence-label-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian The Confluence Cloud REST API — Label Info
  description: 'Atlassian The Confluence Cloud REST API — Label Info. 1 operations. Lead operation: Atlassian Get Label Information.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Label Info
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: confluence-label-info
    baseUri: ''
    description: Atlassian The Confluence Cloud REST API — Label Info business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-label
      path: /wiki/rest/api/label
      operations:
      - name: atlassiangetalllabelcontent
        method: GET
        description: Atlassian Get Label Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Name of the label to query.
          required: true
        - name: type
          in: query
          type: string
          description: The type of contents that are to be returned.
        - name: start
          in: query
          type: integer
          description: The starting offset for the results.
        - name: limit
          in: query
          type: integer
          description: The number of results to be returned.
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-label-info-rest
    port: 8080
    description: REST adapter for Atlassian The Confluence Cloud REST API — Label Info. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/label
      name: wiki-rest-api-label
      description: REST surface for wiki-rest-api-label.
      operations:
      - method: GET
        name: atlassiangetalllabelcontent
        description: Atlassian Get Label Information
        call: confluence-label-info.atlassiangetalllabelcontent
        with:
          name: rest.name
          type: rest.type
          start: rest.start
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-label-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian The Confluence Cloud REST API — Label Info. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-get-label-information
      description: Atlassian Get Label Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-label-info.atlassiangetalllabelcontent
      with:
        name: tools.name
        type: tools.type
        start: tools.start
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.