Microsoft Azure · Capability

Microsoft Azure DataLakeAnalyticsJobManagementClient — Recurrence

Microsoft Azure DataLakeAnalyticsJobManagementClient — Recurrence. 2 operations. Lead operation: Microsoft Azure Get Recurrences. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRecurrence

What You Can Do

GET
Microsoftazurerecurrencelist — Microsoft Azure Get Recurrences
/v1/recurrences
GET
Microsoftazurerecurrenceget — Microsoft Azure Get Recurrences Recurrenceidentity
/v1/recurrences/{recurrenceidentity}

MCP Tools

microsoft-azure-get-recurrences

Microsoft Azure Get Recurrences

read-only idempotent
microsoft-azure-get-recurrences-recurrenceidentity

Microsoft Azure Get Recurrences Recurrenceidentity

read-only idempotent

Capability Spec

datalakeanalyticsjobmanagementclient-recurrence.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataLakeAnalyticsJobManagementClient — Recurrence
  description: 'Microsoft Azure DataLakeAnalyticsJobManagementClient — Recurrence. 2 operations. Lead operation: Microsoft
    Azure Get Recurrences. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Recurrence
  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: datalakeanalyticsjobmanagementclient-recurrence
    baseUri: ''
    description: Microsoft Azure DataLakeAnalyticsJobManagementClient — Recurrence business capability. Self-contained, no
      shared references.
    resources:
    - name: recurrences
      path: /recurrences
      operations:
      - name: microsoftazurerecurrencelist
        method: GET
        description: Microsoft Azure Get Recurrences
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDateTime
          in: query
          type: string
          description: The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no
            more than 30 days apart.
        - name: endDateTime
          in: query
          type: string
          description: The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more
            than 30 days apart.
    - name: recurrences-recurrenceIdentity
      path: /recurrences/{recurrenceIdentity}
      operations:
      - name: microsoftazurerecurrenceget
        method: GET
        description: Microsoft Azure Get Recurrences Recurrenceidentity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: recurrenceIdentity
          in: path
          type: string
          description: Recurrence ID.
          required: true
        - name: startDateTime
          in: query
          type: string
          description: The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime
            can be no more than 30 days apart.
        - name: endDateTime
          in: query
          type: string
          description: The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can
            be no more than 30 days apart.
  exposes:
  - type: rest
    namespace: datalakeanalyticsjobmanagementclient-recurrence-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataLakeAnalyticsJobManagementClient — Recurrence. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/recurrences
      name: recurrences
      description: REST surface for recurrences.
      operations:
      - method: GET
        name: microsoftazurerecurrencelist
        description: Microsoft Azure Get Recurrences
        call: datalakeanalyticsjobmanagementclient-recurrence.microsoftazurerecurrencelist
        with:
          startDateTime: rest.startDateTime
          endDateTime: rest.endDateTime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/recurrences/{recurrenceidentity}
      name: recurrences-recurrenceidentity
      description: REST surface for recurrences-recurrenceIdentity.
      operations:
      - method: GET
        name: microsoftazurerecurrenceget
        description: Microsoft Azure Get Recurrences Recurrenceidentity
        call: datalakeanalyticsjobmanagementclient-recurrence.microsoftazurerecurrenceget
        with:
          recurrenceIdentity: rest.recurrenceIdentity
          startDateTime: rest.startDateTime
          endDateTime: rest.endDateTime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datalakeanalyticsjobmanagementclient-recurrence-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataLakeAnalyticsJobManagementClient — Recurrence. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-recurrences
      description: Microsoft Azure Get Recurrences
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datalakeanalyticsjobmanagementclient-recurrence.microsoftazurerecurrencelist
      with:
        startDateTime: tools.startDateTime
        endDateTime: tools.endDateTime
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-recurrences-recurrenceidentity
      description: Microsoft Azure Get Recurrences Recurrenceidentity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datalakeanalyticsjobmanagementclient-recurrence.microsoftazurerecurrenceget
      with:
        recurrenceIdentity: tools.recurrenceIdentity
        startDateTime: tools.startDateTime
        endDateTime: tools.endDateTime
      outputParameters:
      - type: object
        mapping: $.