Atlassian · Capability

Atlassian rest/api/3/license/ — License Metrics

Atlassian rest/api/3/license/ — License Metrics. 2 operations. Lead operation: Atlassian Get Approximate License Count. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianLicense Metrics

What You Can Do

GET
Atlassiangetapproximatelicensecount — Atlassian Get Approximate License Count
/v1/api/3/license/approximatelicensecount
GET
Atlassiangetapproximateapplicationlicensecount — Atlassian Get Approximate Application License Count
/v1/api/3/license/approximatelicensecount/product/{applicationkey}

MCP Tools

atlassian-get-approximate-license-count

Atlassian Get Approximate License Count

read-only idempotent
atlassian-get-approximate-application-license

Atlassian Get Approximate Application License Count

read-only idempotent

Capability Spec

rest-api-3-license--license-metrics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/license/ — License Metrics
  description: 'Atlassian rest/api/3/license/ — License Metrics. 2 operations. Lead operation: Atlassian Get Approximate License
    Count. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - License Metrics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-api-3-license--license-metrics
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/license/ — License Metrics business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-license-approximateLicenseCount
      path: /rest/api/3/license/approximateLicenseCount
      operations:
      - name: atlassiangetapproximatelicensecount
        method: GET
        description: Atlassian Get Approximate License Count
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rest-api-3-license-approximateLicenseCount-product-applicationKey
      path: /rest/api/3/license/approximateLicenseCount/product/{applicationKey}
      operations:
      - name: atlassiangetapproximateapplicationlicensecount
        method: GET
        description: Atlassian Get Approximate Application License Count
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationKey
          in: path
          type: string
          description: The ID of the application, represents a specific version of Jira.
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-license--license-metrics-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/license/ — License Metrics. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/license/approximatelicensecount
      name: rest-api-3-license-approximatelicensecount
      description: REST surface for rest-api-3-license-approximateLicenseCount.
      operations:
      - method: GET
        name: atlassiangetapproximatelicensecount
        description: Atlassian Get Approximate License Count
        call: rest-api-3-license--license-metrics.atlassiangetapproximatelicensecount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/license/approximatelicensecount/product/{applicationkey}
      name: rest-api-3-license-approximatelicensecount-product-applicationkey
      description: REST surface for rest-api-3-license-approximateLicenseCount-product-applicationKey.
      operations:
      - method: GET
        name: atlassiangetapproximateapplicationlicensecount
        description: Atlassian Get Approximate Application License Count
        call: rest-api-3-license--license-metrics.atlassiangetapproximateapplicationlicensecount
        with:
          applicationKey: rest.applicationKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-license--license-metrics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/license/ — License Metrics. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-get-approximate-license-count
      description: Atlassian Get Approximate License Count
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-license--license-metrics.atlassiangetapproximatelicensecount
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-approximate-application-license
      description: Atlassian Get Approximate Application License Count
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-license--license-metrics.atlassiangetapproximateapplicationlicensecount
      with:
        applicationKey: tools.applicationKey
      outputParameters:
      - type: object
        mapping: $.