Microsoft Azure · Capability

Microsoft Azure Azure AgFoodPlatform Data Plane Service — OAuthProviders

Microsoft Azure Azure AgFoodPlatform Data Plane Service — OAuthProviders. 6 operations. Lead operation: Microsoft Azure Get Oauth Providers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOAuthProviders

What You Can Do

GET
Microsoftazureoauthproviderslist — Microsoft Azure Get Oauth Providers
/v1/oauth/providers
GET
Microsoftazureoauthprovidersgetcascadedeletejobdetails — Microsoft Azure Get Oauth Providers Cascade Delete Jobid
/v1/oauth/providers/cascade-delete/{jobid}
PUT
Microsoftazureoauthproviderscreatecascadedeletejob — Microsoft Azure Put Oauth Providers Cascade Delete Jobid
/v1/oauth/providers/cascade-delete/{jobid}
GET
Microsoftazureoauthprovidersget — Microsoft Azure Get Oauth Providers Oauthproviderid
/v1/oauth/providers/{oauthproviderid}
PATCH
Microsoftazureoauthproviderscreateorupdate — Microsoft Azure Patch Oauth Providers Oauthproviderid
/v1/oauth/providers/{oauthproviderid}
DELETE
Microsoftazureoauthprovidersdelete — Microsoft Azure Delete Oauth Providers Oauthproviderid
/v1/oauth/providers/{oauthproviderid}

MCP Tools

microsoft-azure-get-oauth-providers

Microsoft Azure Get Oauth Providers

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

Microsoft Azure Get Oauth Providers Cascade Delete Jobid

read-only idempotent
microsoft-azure-put-oauth-providers

Microsoft Azure Put Oauth Providers Cascade Delete Jobid

idempotent
microsoft-azure-get-oauth-providers-3

Microsoft Azure Get Oauth Providers Oauthproviderid

read-only idempotent
microsoft-azure-patch-oauth-providers

Microsoft Azure Patch Oauth Providers Oauthproviderid

idempotent
microsoft-azure-delete-oauth-providers

Microsoft Azure Delete Oauth Providers Oauthproviderid

idempotent

Capability Spec

azure-agfoodplatform-data-plane-service-oauthproviders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure AgFoodPlatform Data Plane Service — OAuthProviders
  description: 'Microsoft Azure Azure AgFoodPlatform Data Plane Service — OAuthProviders. 6 operations. Lead operation: Microsoft
    Azure Get Oauth Providers. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - OAuthProviders
  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-agfoodplatform-data-plane-service-oauthproviders
    baseUri: ''
    description: Microsoft Azure Azure AgFoodPlatform Data Plane Service — OAuthProviders business capability. Self-contained,
      no shared references.
    resources:
    - name: oauth-providers
      path: /oauth/providers
      operations:
      - name: microsoftazureoauthproviderslist
        method: GET
        description: Microsoft Azure Get Oauth Providers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: array
          description: Ids of the resource.
        - name: names
          in: query
          type: array
          description: Names of the resource.
        - name: propertyFilters
          in: query
          type: array
          description: "Filters on key-value pairs within the Properties object.\r"
        - name: statuses
          in: query
          type: array
          description: Statuses of the resource.
        - name: minCreatedDateTime
          in: query
          type: string
          description: Minimum creation date of resource (inclusive).
        - name: maxCreatedDateTime
          in: query
          type: string
          description: Maximum creation date of resource (inclusive).
        - name: minLastModifiedDateTime
          in: query
          type: string
          description: Minimum last modified date of resource (inclusive).
        - name: maxLastModifiedDateTime
          in: query
          type: string
          description: Maximum last modified date of resource (inclusive).
        - name: maxPageSize
          in: query
          type: integer
          description: "Maximum number of items needed (inclusive).\r"
        - name: skipToken
          in: query
          type: string
          description: Skip token for getting next set of results.
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: oauth-providers-cascade-delete-jobId
      path: /oauth/providers/cascade-delete/{jobId}
      operations:
      - name: microsoftazureoauthprovidersgetcascadedeletejobdetails
        method: GET
        description: Microsoft Azure Get Oauth Providers Cascade Delete Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Id of the job.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazureoauthproviderscreatecascadedeletejob
        method: PUT
        description: Microsoft Azure Put Oauth Providers Cascade Delete Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Job Id supplied by end user.
          required: true
        - name: oauthProviderId
          in: query
          type: string
          description: Id of the application data.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
    - name: oauth-providers-oauthProviderId
      path: /oauth/providers/{oauthProviderId}
      operations:
      - name: microsoftazureoauthprovidersget
        method: GET
        description: Microsoft Azure Get Oauth Providers Oauthproviderid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: oauthProviderId
          in: path
          type: string
          description: ID of the oauthProvider resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
      - name: microsoftazureoauthproviderscreateorupdate
        method: PATCH
        description: Microsoft Azure Patch Oauth Providers Oauthproviderid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: oauthProviderId
          in: path
          type: string
          description: ID of oauthProvider resource.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
        - name: oauthProvider
          in: body
          type: string
          description: OauthProvider resource payload to create or update.
          required: true
      - name: microsoftazureoauthprovidersdelete
        method: DELETE
        description: Microsoft Azure Delete Oauth Providers Oauthproviderid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: oauthProviderId
          in: path
          type: string
          description: ID of oauthProvider.
          required: true
        - name: api-version
          in: query
          type: string
          description: The requested API version
          required: true
  exposes:
  - type: rest
    namespace: azure-agfoodplatform-data-plane-service-oauthproviders-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — OAuthProviders. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/oauth/providers
      name: oauth-providers
      description: REST surface for oauth-providers.
      operations:
      - method: GET
        name: microsoftazureoauthproviderslist
        description: Microsoft Azure Get Oauth Providers
        call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthproviderslist
        with:
          ids: rest.ids
          names: rest.names
          propertyFilters: rest.propertyFilters
          statuses: rest.statuses
          minCreatedDateTime: rest.minCreatedDateTime
          maxCreatedDateTime: rest.maxCreatedDateTime
          minLastModifiedDateTime: rest.minLastModifiedDateTime
          maxLastModifiedDateTime: rest.maxLastModifiedDateTime
          maxPageSize: rest.maxPageSize
          skipToken: rest.skipToken
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/oauth/providers/cascade-delete/{jobid}
      name: oauth-providers-cascade-delete-jobid
      description: REST surface for oauth-providers-cascade-delete-jobId.
      operations:
      - method: GET
        name: microsoftazureoauthprovidersgetcascadedeletejobdetails
        description: Microsoft Azure Get Oauth Providers Cascade Delete Jobid
        call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthprovidersgetcascadedeletejobdetails
        with:
          jobId: rest.jobId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureoauthproviderscreatecascadedeletejob
        description: Microsoft Azure Put Oauth Providers Cascade Delete Jobid
        call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthproviderscreatecascadedeletejob
        with:
          jobId: rest.jobId
          oauthProviderId: rest.oauthProviderId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/oauth/providers/{oauthproviderid}
      name: oauth-providers-oauthproviderid
      description: REST surface for oauth-providers-oauthProviderId.
      operations:
      - method: GET
        name: microsoftazureoauthprovidersget
        description: Microsoft Azure Get Oauth Providers Oauthproviderid
        call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthprovidersget
        with:
          oauthProviderId: rest.oauthProviderId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureoauthproviderscreateorupdate
        description: Microsoft Azure Patch Oauth Providers Oauthproviderid
        call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthproviderscreateorupdate
        with:
          oauthProviderId: rest.oauthProviderId
          api-version: rest.api-version
          oauthProvider: rest.oauthProvider
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureoauthprovidersdelete
        description: Microsoft Azure Delete Oauth Providers Oauthproviderid
        call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthprovidersdelete
        with:
          oauthProviderId: rest.oauthProviderId
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-agfoodplatform-data-plane-service-oauthproviders-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure AgFoodPlatform Data Plane Service — OAuthProviders. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-oauth-providers
      description: Microsoft Azure Get Oauth Providers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthproviderslist
      with:
        ids: tools.ids
        names: tools.names
        propertyFilters: tools.propertyFilters
        statuses: tools.statuses
        minCreatedDateTime: tools.minCreatedDateTime
        maxCreatedDateTime: tools.maxCreatedDateTime
        minLastModifiedDateTime: tools.minLastModifiedDateTime
        maxLastModifiedDateTime: tools.maxLastModifiedDateTime
        maxPageSize: tools.maxPageSize
        skipToken: tools.skipToken
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-oauth-providers-2
      description: Microsoft Azure Get Oauth Providers Cascade Delete Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthprovidersgetcascadedeletejobdetails
      with:
        jobId: tools.jobId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-oauth-providers
      description: Microsoft Azure Put Oauth Providers Cascade Delete Jobid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthproviderscreatecascadedeletejob
      with:
        jobId: tools.jobId
        oauthProviderId: tools.oauthProviderId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-oauth-providers-3
      description: Microsoft Azure Get Oauth Providers Oauthproviderid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthprovidersget
      with:
        oauthProviderId: tools.oauthProviderId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-oauth-providers
      description: Microsoft Azure Patch Oauth Providers Oauthproviderid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthproviderscreateorupdate
      with:
        oauthProviderId: tools.oauthProviderId
        api-version: tools.api-version
        oauthProvider: tools.oauthProvider
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-oauth-providers
      description: Microsoft Azure Delete Oauth Providers Oauthproviderid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-agfoodplatform-data-plane-service-oauthproviders.microsoftazureoauthprovidersdelete
      with:
        oauthProviderId: tools.oauthProviderId
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.