Microsoft Azure · Capability

Microsoft Azure Azure IoT Central — scheduledJobs

Microsoft Azure Azure IoT Central — scheduledJobs. 6 operations. Lead operation: Microsoft Azure Get The List Of Scheduled Job Definitions In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurescheduledJobs

What You Can Do

GET
Microsoftazurescheduledjobslist — Microsoft Azure Get The List Of Scheduled Job Definitions In An Application
/v1/scheduledjobs
GET
Microsoftazurescheduledjobsget — Microsoft Azure Get A Scheduled Job By Id
/v1/scheduledjobs/{scheduledjobid}
PUT
Microsoftazurescheduledjobscreate — Microsoft Azure Create Or Update A Scheduled Job
/v1/scheduledjobs/{scheduledjobid}
PATCH
Microsoftazurescheduledjobsupdate — Microsoft Azure Update A Scheduled Job Via Patch
/v1/scheduledjobs/{scheduledjobid}
DELETE
Microsoftazurescheduledjobsremove — Microsoft Azure Delete A Scheduled Job
/v1/scheduledjobs/{scheduledjobid}
GET
Microsoftazurescheduledjobslistjobs — Microsoft Azure Get The List Of Jobs For A Scheduled Job Definition
/v1/scheduledjobs/{scheduledjobid}/jobs

MCP Tools

microsoft-azure-get-list-scheduled

Microsoft Azure Get The List Of Scheduled Job Definitions In An Application

read-only idempotent
microsoft-azure-get-scheduled-job

Microsoft Azure Get A Scheduled Job By Id

read-only idempotent
microsoft-azure-create-update-scheduled

Microsoft Azure Create Or Update A Scheduled Job

idempotent
microsoft-azure-update-scheduled-job

Microsoft Azure Update A Scheduled Job Via Patch

idempotent
microsoft-azure-delete-scheduled-job

Microsoft Azure Delete A Scheduled Job

idempotent
microsoft-azure-get-list-jobs

Microsoft Azure Get The List Of Jobs For A Scheduled Job Definition

read-only idempotent

Capability Spec

azure-iot-central-scheduledjobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure IoT Central — scheduledJobs
  description: 'Microsoft Azure Azure IoT Central — scheduledJobs. 6 operations. Lead operation: Microsoft Azure Get The List
    Of Scheduled Job Definitions In An Application. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - scheduledJobs
  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: azure-iot-central-scheduledjobs
    baseUri: ''
    description: Microsoft Azure Azure IoT Central — scheduledJobs business capability. Self-contained, no shared references.
    resources:
    - name: scheduledJobs
      path: /scheduledJobs
      operations:
      - name: microsoftazurescheduledjobslist
        method: GET
        description: Microsoft Azure Get The List Of Scheduled Job Definitions In An Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scheduledJobs-scheduledJobId
      path: /scheduledJobs/{scheduledJobId}
      operations:
      - name: microsoftazurescheduledjobsget
        method: GET
        description: Microsoft Azure Get A Scheduled Job By Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurescheduledjobscreate
        method: PUT
        description: Microsoft Azure Create Or Update A Scheduled Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Scheduled job definition.
          required: true
      - name: microsoftazurescheduledjobsupdate
        method: PATCH
        description: Microsoft Azure Update A Scheduled Job Via Patch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Scheduled job patch.
          required: true
      - name: microsoftazurescheduledjobsremove
        method: DELETE
        description: Microsoft Azure Delete A Scheduled Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scheduledJobs-scheduledJobId-jobs
      path: /scheduledJobs/{scheduledJobId}/jobs
      operations:
      - name: microsoftazurescheduledjobslistjobs
        method: GET
        description: Microsoft Azure Get The List Of Jobs For A Scheduled Job Definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-iot-central-scheduledjobs-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure IoT Central — scheduledJobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/scheduledjobs
      name: scheduledjobs
      description: REST surface for scheduledJobs.
      operations:
      - method: GET
        name: microsoftazurescheduledjobslist
        description: Microsoft Azure Get The List Of Scheduled Job Definitions In An Application
        call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scheduledjobs/{scheduledjobid}
      name: scheduledjobs-scheduledjobid
      description: REST surface for scheduledJobs-scheduledJobId.
      operations:
      - method: GET
        name: microsoftazurescheduledjobsget
        description: Microsoft Azure Get A Scheduled Job By Id
        call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurescheduledjobscreate
        description: Microsoft Azure Create Or Update A Scheduled Job
        call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurescheduledjobsupdate
        description: Microsoft Azure Update A Scheduled Job Via Patch
        call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurescheduledjobsremove
        description: Microsoft Azure Delete A Scheduled Job
        call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobsremove
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scheduledjobs/{scheduledjobid}/jobs
      name: scheduledjobs-scheduledjobid-jobs
      description: REST surface for scheduledJobs-scheduledJobId-jobs.
      operations:
      - method: GET
        name: microsoftazurescheduledjobslistjobs
        description: Microsoft Azure Get The List Of Jobs For A Scheduled Job Definition
        call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobslistjobs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-iot-central-scheduledjobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure IoT Central — scheduledJobs. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-scheduled
      description: Microsoft Azure Get The List Of Scheduled Job Definitions In An Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scheduled-job
      description: Microsoft Azure Get A Scheduled Job By Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-scheduled
      description: Microsoft Azure Create Or Update A Scheduled Job
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-scheduled-job
      description: Microsoft Azure Update A Scheduled Job Via Patch
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-scheduled-job
      description: Microsoft Azure Delete A Scheduled Job
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobsremove
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-list-jobs
      description: Microsoft Azure Get The List Of Jobs For A Scheduled Job Definition
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-scheduledjobs.microsoftazurescheduledjobslistjobs
      outputParameters:
      - type: object
        mapping: $.