Microsoft Azure · Capability

Microsoft Azure StorSimpleManagementClient — Jobs

Microsoft Azure StorSimpleManagementClient — Jobs. 3 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Jobs. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureJobs

What You Can Do

GET
Microsoftazurejobslistbydevice — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Jobs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/jobs
GET
Microsoftazurejobsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Jobs Jobname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/jobs/{jobname}
GET
Microsoftazurejobslistbymanager — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Jobs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/jobs

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Jobs

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename Jobs Jobname

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Jobs

read-only idempotent

Capability Spec

storsimplemanagementclient-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure StorSimpleManagementClient — Jobs
  description: 'Microsoft Azure StorSimpleManagementClient — Jobs. 3 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple Managers Managername Devices Devicename
    Jobs. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Jobs
  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: storsimplemanagementclient-jobs
    baseUri: https://management.azure.com
    description: Microsoft Azure StorSimpleManagementClient — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/jobs
      operations:
      - name: microsoftazurejobslistbydevice
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: $filter
          in: query
          type: string
          description: OData Filter options
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/devices/{deviceName}/jobs/{jobName}
      operations:
      - name: microsoftazurejobsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Jobs Jobname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceName
          in: path
          type: string
          description: The device name.
          required: true
        - name: jobName
          in: path
          type: string
          description: The job name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorSimple/managers/{managerName}/jobs
      operations:
      - name: microsoftazurejobslistbymanager
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: OData Filter options
  exposes:
  - type: rest
    namespace: storsimplemanagementclient-jobs-rest
    port: 8080
    description: REST adapter for Microsoft Azure StorSimpleManagementClient — Jobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/jobs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurejobslistbydevice
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Jobs
        call: storsimplemanagementclient-jobs.microsoftazurejobslistbydevice
        with:
          deviceName: rest.deviceName
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/devices/{devicename}/jobs/{jobname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurejobsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Devices Devicename Jobs Jobname
        call: storsimplemanagementclient-jobs.microsoftazurejobsget
        with:
          deviceName: rest.deviceName
          jobName: rest.jobName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-storsimple/managers/{managername}/jobs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurejobslistbymanager
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Storsimple Managers Managername Jobs
        call: storsimplemanagementclient-jobs.microsoftazurejobslistbymanager
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: storsimplemanagementclient-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure StorSimpleManagementClient — Jobs. 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 Storsimple
        Managers Managername Devices Devicename Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storsimplemanagementclient-jobs.microsoftazurejobslistbydevice
      with:
        deviceName: tools.deviceName
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple
        Managers Managername Devices Devicename Jobs Jobname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storsimplemanagementclient-jobs.microsoftazurejobsget
      with:
        deviceName: tools.deviceName
        jobName: tools.jobName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Storsimple
        Managers Managername Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storsimplemanagementclient-jobs.microsoftazurejobslistbymanager
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.