Microsoft Azure · Capability

Microsoft Azure Azure Video Analyzer Resource Provider — Subscriptions

Microsoft Azure Azure Video Analyzer Resource Provider — Subscriptions. 11 operations. Lead operation: Microsoft Azure List All Existing Access Policy Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazureaccesspolicieslist — Microsoft Azure List All Existing Access Policy Resources
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/accesspolicies
GET
Microsoftazureaccesspoliciesget — Microsoft Azure Retrieves An Existing Access Policy Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/accesspolicies/{accesspolicyname}
PUT
Microsoftazureaccesspoliciescreateorupdate — Microsoft Azure Creates A New Access Policy Resource Or Updates An Existing One
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/accesspolicies/{accesspolicyname}
DELETE
Microsoftazureaccesspoliciesdelete — Microsoft Azure Deletes An Existing Access Policy Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/accesspolicies/{accesspolicyname}
PATCH
Microsoftazureaccesspoliciesupdate — Microsoft Azure Updates Individual Properties Of An Existing Access Policy Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/accesspolicies/{accesspolicyname}
GET
Microsoftazurevideoslist — Microsoft Azure Retrieves All Existing Video Resources
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos
GET
Microsoftazurevideosget — Microsoft Azure Retrieves An Existing Video Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos/{videoname}
PUT
Microsoftazurevideoscreateorupdate — Microsoft Azure Creates A New Video Resource Or Updates An Existing One
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos/{videoname}
DELETE
Microsoftazurevideosdelete — Microsoft Azure Deletes An Existing Video Resource And Its Underlying Data
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos/{videoname}
PATCH
Microsoftazurevideosupdate — Microsoft Azure Updates Individual Properties Of An Existing Video Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos/{videoname}
POST
Microsoftazurevideoslistcontenttoken — Microsoft Azure Generates A Streaming Token Which Can Be Used For Accessing Content From Video Content Urls
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos/{videoname}/listcontenttoken

MCP Tools

microsoft-azure-list-all-existing

Microsoft Azure List All Existing Access Policy Resources

read-only idempotent
microsoft-azure-retrieves-existing-access

Microsoft Azure Retrieves An Existing Access Policy Resource

read-only idempotent
microsoft-azure-creates-new-access

Microsoft Azure Creates A New Access Policy Resource Or Updates An Existing One

idempotent
microsoft-azure-deletes-existing-access

Microsoft Azure Deletes An Existing Access Policy Resource

idempotent
microsoft-azure-updates-individual-properties

Microsoft Azure Updates Individual Properties Of An Existing Access Policy Resource

idempotent
microsoft-azure-retrieves-all-existing

Microsoft Azure Retrieves All Existing Video Resources

read-only idempotent
microsoft-azure-retrieves-existing-video

Microsoft Azure Retrieves An Existing Video Resource

read-only idempotent
microsoft-azure-creates-new-video

Microsoft Azure Creates A New Video Resource Or Updates An Existing One

idempotent
microsoft-azure-deletes-existing-video

Microsoft Azure Deletes An Existing Video Resource And Its Underlying Data

idempotent
microsoft-azure-updates-individual-properties-2

Microsoft Azure Updates Individual Properties Of An Existing Video Resource

idempotent
microsoft-azure-generates-streaming-token

Microsoft Azure Generates A Streaming Token Which Can Be Used For Accessing Content From Video Content Urls

Capability Spec

azure-video-analyzer-resource-provider-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Video Analyzer Resource Provider — Subscriptions
  description: 'Microsoft Azure Azure Video Analyzer Resource Provider — Subscriptions. 11 operations. Lead operation: Microsoft
    Azure List All Existing Access Policy Resources. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Subscriptions
  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-video-analyzer-resource-provider-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Video Analyzer Resource Provider — Subscriptions business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName}/accessPolicies
      operations:
      - name: microsoftazureaccesspolicieslist
        method: GET
        description: Microsoft Azure List All Existing Access Policy Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: Specifies a non-negative integer n that limits the number of items returned from a collection. The
            service returns the number of available items up to but not g
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName}/accessPolicies/{accessPolicyName}
      operations:
      - name: microsoftazureaccesspoliciesget
        method: GET
        description: Microsoft Azure Retrieves An Existing Access Policy Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessPolicyName
          in: path
          type: string
          description: The Access Policy name.
          required: true
      - name: microsoftazureaccesspoliciescreateorupdate
        method: PUT
        description: Microsoft Azure Creates A New Access Policy Resource Or Updates An Existing One
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessPolicyName
          in: path
          type: string
          description: The Access Policy name.
          required: true
        - name: parameters
          in: body
          type: string
          description: The request parameters
          required: true
      - name: microsoftazureaccesspoliciesdelete
        method: DELETE
        description: Microsoft Azure Deletes An Existing Access Policy Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessPolicyName
          in: path
          type: string
          description: The Access Policy name.
          required: true
      - name: microsoftazureaccesspoliciesupdate
        method: PATCH
        description: Microsoft Azure Updates Individual Properties Of An Existing Access Policy Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessPolicyName
          in: path
          type: string
          description: The Access Policy name.
          required: true
        - name: parameters
          in: body
          type: string
          description: The request parameters
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName}/videos
      operations:
      - name: microsoftazurevideoslist
        method: GET
        description: Microsoft Azure Retrieves All Existing Video Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: Specifies a non-negative integer n that limits the number of items returned from a collection. The
            service returns the number of available items up to but not g
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName}/videos/{videoName}
      operations:
      - name: microsoftazurevideosget
        method: GET
        description: Microsoft Azure Retrieves An Existing Video Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: videoName
          in: path
          type: string
          description: The Video name.
          required: true
      - name: microsoftazurevideoscreateorupdate
        method: PUT
        description: Microsoft Azure Creates A New Video Resource Or Updates An Existing One
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: videoName
          in: path
          type: string
          description: The Video name.
          required: true
        - name: parameters
          in: body
          type: string
          description: The request parameters
          required: true
      - name: microsoftazurevideosdelete
        method: DELETE
        description: Microsoft Azure Deletes An Existing Video Resource And Its Underlying Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: videoName
          in: path
          type: string
          description: The Video name.
          required: true
      - name: microsoftazurevideosupdate
        method: PATCH
        description: Microsoft Azure Updates Individual Properties Of An Existing Video Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: videoName
          in: path
          type: string
          description: The Video name.
          required: true
        - name: parameters
          in: body
          type: string
          description: The request parameters
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName}/videos/{videoName}/listContentToken
      operations:
      - name: microsoftazurevideoslistcontenttoken
        method: POST
        description: Microsoft Azure Generates A Streaming Token Which Can Be Used For Accessing Content From Video Content
          Urls
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: videoName
          in: path
          type: string
          description: The Video name.
          required: true
  exposes:
  - type: rest
    namespace: azure-video-analyzer-resource-provider-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Video Analyzer Resource Provider — Subscriptions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/accesspolicies
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccesspolicieslist
        description: Microsoft Azure List All Existing Access Policy Resources
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspolicieslist
        with:
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/accesspolicies/{accesspolicyname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccesspoliciesget
        description: Microsoft Azure Retrieves An Existing Access Policy Resource
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciesget
        with:
          accessPolicyName: rest.accessPolicyName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaccesspoliciescreateorupdate
        description: Microsoft Azure Creates A New Access Policy Resource Or Updates An Existing One
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciescreateorupdate
        with:
          accessPolicyName: rest.accessPolicyName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaccesspoliciesdelete
        description: Microsoft Azure Deletes An Existing Access Policy Resource
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciesdelete
        with:
          accessPolicyName: rest.accessPolicyName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureaccesspoliciesupdate
        description: Microsoft Azure Updates Individual Properties Of An Existing Access Policy Resource
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciesupdate
        with:
          accessPolicyName: rest.accessPolicyName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevideoslist
        description: Microsoft Azure Retrieves All Existing Video Resources
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideoslist
        with:
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos/{videoname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevideosget
        description: Microsoft Azure Retrieves An Existing Video Resource
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideosget
        with:
          videoName: rest.videoName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurevideoscreateorupdate
        description: Microsoft Azure Creates A New Video Resource Or Updates An Existing One
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideoscreateorupdate
        with:
          videoName: rest.videoName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevideosdelete
        description: Microsoft Azure Deletes An Existing Video Resource And Its Underlying Data
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideosdelete
        with:
          videoName: rest.videoName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurevideosupdate
        description: Microsoft Azure Updates Individual Properties Of An Existing Video Resource
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideosupdate
        with:
          videoName: rest.videoName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-media/videoanalyzers/{accountname}/videos/{videoname}/listcontenttoken
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevideoslistcontenttoken
        description: Microsoft Azure Generates A Streaming Token Which Can Be Used For Accessing Content From Video Content
          Urls
        call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideoslistcontenttoken
        with:
          videoName: rest.videoName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-video-analyzer-resource-provider-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Video Analyzer Resource Provider — Subscriptions. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-all-existing
      description: Microsoft Azure List All Existing Access Policy Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspolicieslist
      with:
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieves-existing-access
      description: Microsoft Azure Retrieves An Existing Access Policy Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciesget
      with:
        accessPolicyName: tools.accessPolicyName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-access
      description: Microsoft Azure Creates A New Access Policy Resource Or Updates An Existing One
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciescreateorupdate
      with:
        accessPolicyName: tools.accessPolicyName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-existing-access
      description: Microsoft Azure Deletes An Existing Access Policy Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciesdelete
      with:
        accessPolicyName: tools.accessPolicyName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-individual-properties
      description: Microsoft Azure Updates Individual Properties Of An Existing Access Policy Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazureaccesspoliciesupdate
      with:
        accessPolicyName: tools.accessPolicyName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieves-all-existing
      description: Microsoft Azure Retrieves All Existing Video Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideoslist
      with:
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieves-existing-video
      description: Microsoft Azure Retrieves An Existing Video Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideosget
      with:
        videoName: tools.videoName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-new-video
      description: Microsoft Azure Creates A New Video Resource Or Updates An Existing One
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideoscreateorupdate
      with:
        videoName: tools.videoName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-existing-video
      description: Microsoft Azure Deletes An Existing Video Resource And Its Underlying Data
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideosdelete
      with:
        videoName: tools.videoName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-individual-properties-2
      description: Microsoft Azure Updates Individual Properties Of An Existing Video Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideosupdate
      with:
        videoName: tools.videoName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-generates-streaming-token
      description: Microsoft Azure Generates A Streaming Token Which Can Be Used For Accessing Content From Video Content
        Urls
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-video-analyzer-resource-provider-subscriptions.microsoftazurevideoslistcontenttoken
      with:
        videoName: tools.videoName
      outputParameters:
      - type: object
        mapping: $.