Microsoft Azure · Capability

Microsoft Azure Defender EASM — Tasks

Microsoft Azure Defender EASM — Tasks. 3 operations. Lead operation: Microsoft Azure Get Tasks. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTasks

What You Can Do

GET
Microsoftazuretaskslisttask — Microsoft Azure Get Tasks
/v1/tasks
GET
Microsoftazuretasksgettask — Microsoft Azure Get Tasks Taskid
/v1/tasks/{taskid}
POST
Microsoftazuretaskscanceltask — Microsoft Azure Post Tasks Taskid:cancel
/v1/tasks/taskid-cancel

MCP Tools

microsoft-azure-get-tasks

Microsoft Azure Get Tasks

read-only idempotent
microsoft-azure-get-tasks-taskid

Microsoft Azure Get Tasks Taskid

read-only idempotent
microsoft-azure-post-tasks-taskid-cancel

Microsoft Azure Post Tasks Taskid:cancel

Capability Spec

defender-easm-tasks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Defender EASM — Tasks
  description: 'Microsoft Azure Defender EASM — Tasks. 3 operations. Lead operation: Microsoft Azure Get Tasks. 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: defender-easm-tasks
    baseUri: ''
    description: Microsoft Azure Defender EASM — Tasks business capability. Self-contained, no shared references.
    resources:
    - name: tasks
      path: /tasks
      operations:
      - name: microsoftazuretaskslisttask
        method: GET
        description: Microsoft Azure Get Tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tasks-taskId
      path: /tasks/{taskId}
      operations:
      - name: microsoftazuretasksgettask
        method: GET
        description: Microsoft Azure Get Tasks Taskid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: taskId
          in: path
          type: string
          description: The unique identifier of the task.
          required: true
    - name: tasks-taskId}:cancel
      path: /tasks/{taskId}:cancel
      operations:
      - name: microsoftazuretaskscanceltask
        method: POST
        description: Microsoft Azure Post Tasks Taskid:cancel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: taskId
          in: path
          type: string
          description: The unique identifier of the task.
          required: true
  exposes:
  - type: rest
    namespace: defender-easm-tasks-rest
    port: 8080
    description: REST adapter for Microsoft Azure Defender EASM — Tasks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tasks
      name: tasks
      description: REST surface for tasks.
      operations:
      - method: GET
        name: microsoftazuretaskslisttask
        description: Microsoft Azure Get Tasks
        call: defender-easm-tasks.microsoftazuretaskslisttask
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tasks/{taskid}
      name: tasks-taskid
      description: REST surface for tasks-taskId.
      operations:
      - method: GET
        name: microsoftazuretasksgettask
        description: Microsoft Azure Get Tasks Taskid
        call: defender-easm-tasks.microsoftazuretasksgettask
        with:
          taskId: rest.taskId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tasks/taskid-cancel
      name: tasks-taskid-cancel
      description: REST surface for tasks-taskId}:cancel.
      operations:
      - method: POST
        name: microsoftazuretaskscanceltask
        description: Microsoft Azure Post Tasks Taskid:cancel
        call: defender-easm-tasks.microsoftazuretaskscanceltask
        with:
          taskId: rest.taskId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: defender-easm-tasks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Defender EASM — Tasks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-get-tasks
      description: Microsoft Azure Get Tasks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: defender-easm-tasks.microsoftazuretaskslisttask
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tasks-taskid
      description: Microsoft Azure Get Tasks Taskid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: defender-easm-tasks.microsoftazuretasksgettask
      with:
        taskId: tools.taskId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-tasks-taskid-cancel
      description: Microsoft Azure Post Tasks Taskid:cancel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: defender-easm-tasks.microsoftazuretaskscanceltask
      with:
        taskId: tools.taskId
      outputParameters:
      - type: object
        mapping: $.