Microsoft Azure · Capability

Microsoft Azure EducationManagementClient — StudentLabs

Microsoft Azure EducationManagementClient — StudentLabs. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Education Studentlabs. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureStudentLabs

What You Can Do

GET
Microsoftazurestudentlabslistall — Microsoft Azure Get Providers Microsoft Education Studentlabs
/v1/providers/microsoft-education/studentlabs
GET
Microsoftazurestudentlabsget — Microsoft Azure Get Providers Microsoft Education Studentlabs Studentlabname
/v1/providers/microsoft-education/studentlabs/{studentlabname}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Education Studentlabs

read-only idempotent
microsoft-azure-get-providers-microsoft-2

Microsoft Azure Get Providers Microsoft Education Studentlabs Studentlabname

read-only idempotent

Capability Spec

educationmanagementclient-studentlabs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EducationManagementClient — StudentLabs
  description: 'Microsoft Azure EducationManagementClient — StudentLabs. 2 operations. Lead operation: Microsoft Azure Get
    Providers Microsoft Education Studentlabs. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - StudentLabs
  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: educationmanagementclient-studentlabs
    baseUri: https://management.azure.com
    description: Microsoft Azure EducationManagementClient — StudentLabs business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Education-studentLabs
      path: /providers/Microsoft.Education/studentLabs
      operations:
      - name: microsoftazurestudentlabslistall
        method: GET
        description: Microsoft Azure Get Providers Microsoft Education Studentlabs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Education-studentLabs-studentLabName
      path: /providers/Microsoft.Education/studentLabs/{studentLabName}
      operations:
      - name: microsoftazurestudentlabsget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Education Studentlabs Studentlabname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: educationmanagementclient-studentlabs-rest
    port: 8080
    description: REST adapter for Microsoft Azure EducationManagementClient — StudentLabs. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-education/studentlabs
      name: providers-microsoft-education-studentlabs
      description: REST surface for providers-Microsoft.Education-studentLabs.
      operations:
      - method: GET
        name: microsoftazurestudentlabslistall
        description: Microsoft Azure Get Providers Microsoft Education Studentlabs
        call: educationmanagementclient-studentlabs.microsoftazurestudentlabslistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-education/studentlabs/{studentlabname}
      name: providers-microsoft-education-studentlabs-studentlabname
      description: REST surface for providers-Microsoft.Education-studentLabs-studentLabName.
      operations:
      - method: GET
        name: microsoftazurestudentlabsget
        description: Microsoft Azure Get Providers Microsoft Education Studentlabs Studentlabname
        call: educationmanagementclient-studentlabs.microsoftazurestudentlabsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: educationmanagementclient-studentlabs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EducationManagementClient — StudentLabs. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Education Studentlabs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: educationmanagementclient-studentlabs.microsoftazurestudentlabslistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Education Studentlabs Studentlabname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: educationmanagementclient-studentlabs.microsoftazurestudentlabsget
      outputParameters:
      - type: object
        mapping: $.