Microsoft Azure · Capability

Microsoft Azure Defender EASM — Reports

Microsoft Azure Defender EASM — Reports. 3 operations. Lead operation: Microsoft Azure Post Reports Assets:getbillable. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReports

What You Can Do

POST
Microsoftazurereportsgetbillable — Microsoft Azure Post Reports Assets:getbillable
/v1/reports/assets-getbillable
POST
Microsoftazurereportsgetsnapshot — Microsoft Azure Post Reports Assets:getsnapshot
/v1/reports/assets-getsnapshot
POST
Microsoftazurereportsgetsummary — Microsoft Azure Post Reports Assets:getsummary
/v1/reports/assets-getsummary

MCP Tools

microsoft-azure-post-reports-assets-getbillable

Microsoft Azure Post Reports Assets:getbillable

microsoft-azure-post-reports-assets-getsnapshot

Microsoft Azure Post Reports Assets:getsnapshot

microsoft-azure-post-reports-assets-getsummary

Microsoft Azure Post Reports Assets:getsummary

Capability Spec

defender-easm-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Defender EASM — Reports
  description: 'Microsoft Azure Defender EASM — Reports. 3 operations. Lead operation: Microsoft Azure Post Reports Assets:getbillable.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Reports
  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-reports
    baseUri: ''
    description: Microsoft Azure Defender EASM — Reports business capability. Self-contained, no shared references.
    resources:
    - name: reports-assets:getBillable
      path: /reports/assets:getBillable
      operations:
      - name: microsoftazurereportsgetbillable
        method: POST
        description: Microsoft Azure Post Reports Assets:getbillable
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: reports-assets:getSnapshot
      path: /reports/assets:getSnapshot
      operations:
      - name: microsoftazurereportsgetsnapshot
        method: POST
        description: Microsoft Azure Post Reports Assets:getsnapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: reports-assets:getSummary
      path: /reports/assets:getSummary
      operations:
      - name: microsoftazurereportsgetsummary
        method: POST
        description: Microsoft Azure Post Reports Assets:getsummary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: defender-easm-reports-rest
    port: 8080
    description: REST adapter for Microsoft Azure Defender EASM — Reports. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/reports/assets-getbillable
      name: reports-assets-getbillable
      description: REST surface for reports-assets:getBillable.
      operations:
      - method: POST
        name: microsoftazurereportsgetbillable
        description: Microsoft Azure Post Reports Assets:getbillable
        call: defender-easm-reports.microsoftazurereportsgetbillable
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/reports/assets-getsnapshot
      name: reports-assets-getsnapshot
      description: REST surface for reports-assets:getSnapshot.
      operations:
      - method: POST
        name: microsoftazurereportsgetsnapshot
        description: Microsoft Azure Post Reports Assets:getsnapshot
        call: defender-easm-reports.microsoftazurereportsgetsnapshot
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/reports/assets-getsummary
      name: reports-assets-getsummary
      description: REST surface for reports-assets:getSummary.
      operations:
      - method: POST
        name: microsoftazurereportsgetsummary
        description: Microsoft Azure Post Reports Assets:getsummary
        call: defender-easm-reports.microsoftazurereportsgetsummary
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: defender-easm-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Defender EASM — Reports. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-post-reports-assets-getbillable
      description: Microsoft Azure Post Reports Assets:getbillable
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: defender-easm-reports.microsoftazurereportsgetbillable
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-reports-assets-getsnapshot
      description: Microsoft Azure Post Reports Assets:getsnapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: defender-easm-reports.microsoftazurereportsgetsnapshot
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-reports-assets-getsummary
      description: Microsoft Azure Post Reports Assets:getsummary
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: defender-easm-reports.microsoftazurereportsgetsummary
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.