Microsoft Azure · Capability

Microsoft Azure DevTestLabsClient — Schedules

Microsoft Azure DevTestLabsClient — Schedules. 7 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSchedules

What You Can Do

GET
Microsoftazurescheduleslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules
GET
Microsoftazureschedulesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}
PUT
Microsoftazureschedulescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}
DELETE
Microsoftazureschedulesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}
PATCH
Microsoftazureschedulesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}
POST
Microsoftazureschedulesexecute — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name Execute
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}/execute
POST
Microsoftazurescheduleslistapplicable — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name Listapplicable
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}/listapplicable

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name Execute

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules Name Listapplicable

Capability Spec

devtestlabsclient-schedules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DevTestLabsClient — Schedules
  description: 'Microsoft Azure DevTestLabsClient — Schedules. 7 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Schedules. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Schedules
  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: devtestlabsclient-schedules
    baseUri: https://management.azure.com
    description: Microsoft Azure DevTestLabsClient — Schedules business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules
      operations:
      - name: microsoftazurescheduleslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=status)'''
        - name: $filter
          in: query
          type: string
          description: 'The filter to apply to the operation. Example: ''$filter=contains(name,''myName'')'
        - name: $top
          in: query
          type: integer
          description: 'The maximum number of resources to return from the operation. Example: ''$top=10'''
        - name: $orderby
          in: query
          type: string
          description: 'The ordering expression for the results, using OData notation. Example: ''$orderby=name desc'''
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}
      operations:
      - name: microsoftazureschedulesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the schedule.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=status)'''
      - name: microsoftazureschedulescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the schedule.
          required: true
        - name: schedule
          in: body
          type: string
          description: A schedule.
          required: true
      - name: microsoftazureschedulesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the schedule.
          required: true
      - name: microsoftazureschedulesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the schedule.
          required: true
        - name: schedule
          in: body
          type: string
          description: A schedule.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}/execute
      operations:
      - name: microsoftazureschedulesexecute
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name Execute
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the schedule.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}/listApplicable
      operations:
      - name: microsoftazurescheduleslistapplicable
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name Listapplicable
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the schedule.
          required: true
  exposes:
  - type: rest
    namespace: devtestlabsclient-schedules-rest
    port: 8080
    description: REST adapter for Microsoft Azure DevTestLabsClient — Schedules. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurescheduleslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules
        call: devtestlabsclient-schedules.microsoftazurescheduleslist
        with:
          labName: rest.labName
          $expand: rest.$expand
          $filter: rest.$filter
          $top: rest.$top
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureschedulesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        call: devtestlabsclient-schedules.microsoftazureschedulesget
        with:
          labName: rest.labName
          name: rest.name
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureschedulescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        call: devtestlabsclient-schedules.microsoftazureschedulescreateorupdate
        with:
          labName: rest.labName
          name: rest.name
          schedule: rest.schedule
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureschedulesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        call: devtestlabsclient-schedules.microsoftazureschedulesdelete
        with:
          labName: rest.labName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureschedulesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name
        call: devtestlabsclient-schedules.microsoftazureschedulesupdate
        with:
          labName: rest.labName
          name: rest.name
          schedule: rest.schedule
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}/execute
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureschedulesexecute
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name Execute
        call: devtestlabsclient-schedules.microsoftazureschedulesexecute
        with:
          labName: rest.labName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/schedules/{name}/listapplicable
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurescheduleslistapplicable
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Schedules Name Listapplicable
        call: devtestlabsclient-schedules.microsoftazurescheduleslistapplicable
        with:
          labName: rest.labName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devtestlabsclient-schedules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DevTestLabsClient — Schedules. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab
        Labs Labname Schedules
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtestlabsclient-schedules.microsoftazurescheduleslist
      with:
        labName: tools.labName
        $expand: tools.$expand
        $filter: tools.$filter
        $top: tools.$top
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab
        Labs Labname Schedules Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtestlabsclient-schedules.microsoftazureschedulesget
      with:
        labName: tools.labName
        name: tools.name
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab
        Labs Labname Schedules Name
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devtestlabsclient-schedules.microsoftazureschedulescreateorupdate
      with:
        labName: tools.labName
        name: tools.name
        schedule: tools.schedule
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Schedules Name
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devtestlabsclient-schedules.microsoftazureschedulesdelete
      with:
        labName: tools.labName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Schedules Name
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devtestlabsclient-schedules.microsoftazureschedulesupdate
      with:
        labName: tools.labName
        name: tools.name
        schedule: tools.schedule
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Schedules Name Execute
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devtestlabsclient-schedules.microsoftazureschedulesexecute
      with:
        labName: tools.labName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Schedules Name Listapplicable
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devtestlabsclient-schedules.microsoftazurescheduleslistapplicable
      with:
        labName: tools.labName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.