Microsoft Azure · Capability

Microsoft Azure Azure EASM — Tasks

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

Run with Naftiko Microsoft AzureTasks

What You Can Do

GET
Microsoftazuretaskslist — Microsoft Azure Retrieve A List Of Tasks For The Provided Search Parameters
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks
GET
Microsoftazuretasksget — Microsoft Azure Retrieve A Task By Taskid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks/{taskid}
POST
Microsoftazuretaskscancel — Microsoft Azure Cancel A Task By Taskid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks/taskid-cancel
POST
Microsoftazuretasksdownload — Microsoft Azure Download Task Data For The Provided Taskid
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks/taskid-download

MCP Tools

microsoft-azure-retrieve-list-tasks

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

read-only idempotent
microsoft-azure-retrieve-task-taskid

Microsoft Azure Retrieve A Task By Taskid

read-only idempotent
microsoft-azure-cancel-task-taskid

Microsoft Azure Cancel A Task By Taskid

microsoft-azure-download-task-data

Microsoft Azure Download Task Data For The Provided Taskid

Capability Spec

azure-easm-tasks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure EASM — Tasks
  description: 'Microsoft Azure Azure EASM — Tasks. 4 operations. Lead operation: Microsoft Azure Retrieve A List Of Tasks
    For The Provided Search Parameters. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Tasks
  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-tasks
    baseUri: ''
    description: Microsoft Azure Azure EASM — Tasks business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/tasks
      operations:
      - name: microsoftazuretaskslist
        method: GET
        description: Microsoft Azure Retrieve A List Of Tasks For The Provided Search Parameters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/tasks/{taskId}
      operations:
      - name: microsoftazuretasksget
        method: GET
        description: Microsoft Azure Retrieve A Task By Taskid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/tasks/{taskId}:cancel
      operations:
      - name: microsoftazuretaskscancel
        method: POST
        description: Microsoft Azure Cancel A Task By Taskid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/workspaces/{workspaceName}/tasks/{taskId}:download
      operations:
      - name: microsoftazuretasksdownload
        method: POST
        description: Microsoft Azure Download Task Data For The Provided Taskid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-easm-tasks-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure EASM — Tasks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: GET
        name: microsoftazuretaskslist
        description: Microsoft Azure Retrieve A List Of Tasks For The Provided Search Parameters
        call: azure-easm-tasks.microsoftazuretaskslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks/{taskid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: GET
        name: microsoftazuretasksget
        description: Microsoft Azure Retrieve A Task By Taskid
        call: azure-easm-tasks.microsoftazuretasksget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks/taskid-cancel
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: POST
        name: microsoftazuretaskscancel
        description: Microsoft Azure Cancel A Task By Taskid
        call: azure-easm-tasks.microsoftazuretaskscancel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/workspaces/{workspacename}/tasks/taskid-download
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-workspaces-workspa
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-workspaces-workspa.
      operations:
      - method: POST
        name: microsoftazuretasksdownload
        description: Microsoft Azure Download Task Data For The Provided Taskid
        call: azure-easm-tasks.microsoftazuretasksdownload
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-easm-tasks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure EASM — Tasks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-retrieve-list-tasks
      description: Microsoft Azure Retrieve A List Of Tasks For The Provided Search Parameters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-easm-tasks.microsoftazuretaskslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieve-task-taskid
      description: Microsoft Azure Retrieve A Task By Taskid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-easm-tasks.microsoftazuretasksget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-cancel-task-taskid
      description: Microsoft Azure Cancel A Task By Taskid
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-easm-tasks.microsoftazuretaskscancel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-download-task-data
      description: Microsoft Azure Download Task Data For The Provided Taskid
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-easm-tasks.microsoftazuretasksdownload
      outputParameters:
      - type: object
        mapping: $.