Microsoft Azure · Capability

Microsoft Azure Azure EASM — Assets

Microsoft Azure Azure EASM — Assets. 5 operations. Lead operation: Microsoft Azure Retrieve A List Of Assets For The Provided Search Parameters. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAssets

What You Can Do

GET
Microsoftazureassetslist — Microsoft Azure Retrieve A List Of Assets For The Provided Search Parameters
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets
PATCH
Microsoftazureassetsupdate — Microsoft Azure Update Labels On Assets Matching The Provided Filter
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets
GET
Microsoftazureassetsget — Microsoft Azure Retrieve An Asset By Assetid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets/{assetid}
GET
Microsoftazureassetslinks — Microsoft Azure Retrieve Linked Asset Details For The Provided Assetid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets/{assetid}/links
POST
Microsoftazureassetsexport — Microsoft Azure Perform A Background Datasheet Export Of Assets Matching The Provided Filter The Response Contains The Information Of The Running Export Task
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets-export

MCP Tools

microsoft-azure-retrieve-list-assets

Microsoft Azure Retrieve A List Of Assets For The Provided Search Parameters

read-only idempotent
microsoft-azure-update-labels-assets

Microsoft Azure Update Labels On Assets Matching The Provided Filter

idempotent
microsoft-azure-retrieve-asset-assetid

Microsoft Azure Retrieve An Asset By Assetid

read-only idempotent
microsoft-azure-retrieve-linked-asset

Microsoft Azure Retrieve Linked Asset Details For The Provided Assetid

read-only idempotent
microsoft-azure-perform-background-datasheet

Microsoft Azure Perform A Background Datasheet Export Of Assets Matching The Provided Filter The Response Contains The Information Of The Running Export Task

Capability Spec

azure-easm-assets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure EASM — Assets
  description: 'Microsoft Azure Azure EASM — Assets. 5 operations. Lead operation: Microsoft Azure Retrieve A List Of Assets
    For The Provided Search Parameters. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Assets
  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-easm-assets
    baseUri: ''
    description: Microsoft Azure Azure EASM — Assets business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/assets
      operations:
      - name: microsoftazureassetslist
        method: GET
        description: Microsoft Azure Retrieve A List Of Assets For The Provided Search Parameters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mark
          in: query
          type: string
      - name: microsoftazureassetsupdate
        method: PATCH
        description: Microsoft Azure Update Labels On Assets Matching The Provided Filter
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/assets/{assetId}
      operations:
      - name: microsoftazureassetsget
        method: GET
        description: Microsoft Azure Retrieve An Asset By Assetid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/assets/{assetId}/links
      operations:
      - name: microsoftazureassetslinks
        method: GET
        description: Microsoft Azure Retrieve Linked Asset Details For The Provided Assetid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/assets:export
      operations:
      - name: microsoftazureassetsexport
        method: POST
        description: Microsoft Azure Perform A Background Datasheet Export Of Assets Matching The Provided Filter  The Response
          Contains The Information Of The Running Export Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-easm-assets-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure EASM — Assets. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: GET
        name: microsoftazureassetslist
        description: Microsoft Azure Retrieve A List Of Assets For The Provided Search Parameters
        call: azure-easm-assets.microsoftazureassetslist
        with:
          mark: rest.mark
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureassetsupdate
        description: Microsoft Azure Update Labels On Assets Matching The Provided Filter
        call: azure-easm-assets.microsoftazureassetsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets/{assetid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: GET
        name: microsoftazureassetsget
        description: Microsoft Azure Retrieve An Asset By Assetid
        call: azure-easm-assets.microsoftazureassetsget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets/{assetid}/links
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: GET
        name: microsoftazureassetslinks
        description: Microsoft Azure Retrieve Linked Asset Details For The Provided Assetid
        call: azure-easm-assets.microsoftazureassetslinks
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/assets-export
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: POST
        name: microsoftazureassetsexport
        description: Microsoft Azure Perform A Background Datasheet Export Of Assets Matching The Provided Filter  The Response
          Contains The Information Of The Running Export Task
        call: azure-easm-assets.microsoftazureassetsexport
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-easm-assets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure EASM — Assets. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-retrieve-list-assets
      description: Microsoft Azure Retrieve A List Of Assets For The Provided Search Parameters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-easm-assets.microsoftazureassetslist
      with:
        mark: tools.mark
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-labels-assets
      description: Microsoft Azure Update Labels On Assets Matching The Provided Filter
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-easm-assets.microsoftazureassetsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieve-asset-assetid
      description: Microsoft Azure Retrieve An Asset By Assetid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-easm-assets.microsoftazureassetsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieve-linked-asset
      description: Microsoft Azure Retrieve Linked Asset Details For The Provided Assetid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-easm-assets.microsoftazureassetslinks
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-perform-background-datasheet
      description: Microsoft Azure Perform A Background Datasheet Export Of Assets Matching The Provided Filter  The Response
        Contains The Information Of The Running Export Task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-easm-assets.microsoftazureassetsexport
      outputParameters:
      - type: object
        mapping: $.