Microsoft Azure · Capability

Microsoft Azure LUIS Authoring Client — Package

Microsoft Azure LUIS Authoring Client — Package. 2 operations. Lead operation: Microsoft Azure Package Gets Published Luis Application Package In Binary Stream Gzip Format. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePackage

What You Can Do

GET
Microsoftazureappspackagepublishedapplicationasgzip — Microsoft Azure Package Gets Published Luis Application Package In Binary Stream Gzip Format
/v1/package/{appid}/slot/{slotname}/gzip
GET
Microsoftazureappspackagetrainedapplicationasgzip — Microsoft Azure Package Gets Trained Luis Application Package In Binary Stream Gzip Format
/v1/package/{appid}/versions/{versionid}/gzip

MCP Tools

microsoft-azure-package-gets-published

Microsoft Azure Package Gets Published Luis Application Package In Binary Stream Gzip Format

read-only idempotent
microsoft-azure-package-gets-trained

Microsoft Azure Package Gets Trained Luis Application Package In Binary Stream Gzip Format

read-only idempotent

Capability Spec

luis-authoring-client-package.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure LUIS Authoring Client — Package
  description: 'Microsoft Azure LUIS Authoring Client — Package. 2 operations. Lead operation: Microsoft Azure Package  Gets
    Published Luis Application Package In Binary Stream Gzip Format. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - Package
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: luis-authoring-client-package
    baseUri: ''
    description: Microsoft Azure LUIS Authoring Client — Package business capability. Self-contained, no shared references.
    resources:
    - name: package-appId-slot-slotName-gzip
      path: /package/{appId}/slot/{slotName}/gzip
      operations:
      - name: microsoftazureappspackagepublishedapplicationasgzip
        method: GET
        description: Microsoft Azure Package  Gets Published Luis Application Package In Binary Stream Gzip Format
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: package-appId-versions-versionId-gzip
      path: /package/{appId}/versions/{versionId}/gzip
      operations:
      - name: microsoftazureappspackagetrainedapplicationasgzip
        method: GET
        description: Microsoft Azure Package  Gets Trained Luis Application Package In Binary Stream Gzip Format
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: luis-authoring-client-package-rest
    port: 8080
    description: REST adapter for Microsoft Azure LUIS Authoring Client — Package. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/package/{appid}/slot/{slotname}/gzip
      name: package-appid-slot-slotname-gzip
      description: REST surface for package-appId-slot-slotName-gzip.
      operations:
      - method: GET
        name: microsoftazureappspackagepublishedapplicationasgzip
        description: Microsoft Azure Package  Gets Published Luis Application Package In Binary Stream Gzip Format
        call: luis-authoring-client-package.microsoftazureappspackagepublishedapplicationasgzip
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/package/{appid}/versions/{versionid}/gzip
      name: package-appid-versions-versionid-gzip
      description: REST surface for package-appId-versions-versionId-gzip.
      operations:
      - method: GET
        name: microsoftazureappspackagetrainedapplicationasgzip
        description: Microsoft Azure Package  Gets Trained Luis Application Package In Binary Stream Gzip Format
        call: luis-authoring-client-package.microsoftazureappspackagetrainedapplicationasgzip
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: luis-authoring-client-package-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure LUIS Authoring Client — Package. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-package-gets-published
      description: Microsoft Azure Package  Gets Published Luis Application Package In Binary Stream Gzip Format
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: luis-authoring-client-package.microsoftazureappspackagepublishedapplicationasgzip
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-package-gets-trained
      description: Microsoft Azure Package  Gets Trained Luis Application Package In Binary Stream Gzip Format
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: luis-authoring-client-package.microsoftazureappspackagetrainedapplicationasgzip
      outputParameters:
      - type: object
        mapping: $.