Vantage · Capability

Vantage Cost Management API — Anomaly Alerts

Vantage Cost Management API — Anomaly Alerts. 5 operations. Lead operation: Vantage Get All Anomaly Alerts. Self-contained Naftiko capability covering one Vantage business surface.

Run with Naftiko VantageAnomaly Alerts

What You Can Do

GET
Getanomalyalerts — Vantage Get All Anomaly Alerts
/v1/anomaly-alerts
POST
Createanomalyalert — Vantage Create an Anomaly Alert
/v1/anomaly-alerts
GET
Getanomalyalert — Vantage Get an Anomaly Alert
/v1/anomaly-alerts/{anomaly-alert-token}
PUT
Updateanomalyalert — Vantage Update an Anomaly Alert
/v1/anomaly-alerts/{anomaly-alert-token}
DELETE
Deleteanomalyalert — Vantage Delete an Anomaly Alert
/v1/anomaly-alerts/{anomaly-alert-token}

MCP Tools

vantage-get-all-anomaly-alerts

Vantage Get All Anomaly Alerts

read-only idempotent
vantage-create-anomaly-alert

Vantage Create an Anomaly Alert

vantage-get-anomaly-alert

Vantage Get an Anomaly Alert

read-only idempotent
vantage-update-anomaly-alert

Vantage Update an Anomaly Alert

idempotent
vantage-delete-anomaly-alert

Vantage Delete an Anomaly Alert

idempotent

Capability Spec

cost-management-anomaly-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vantage Cost Management API — Anomaly Alerts
  description: 'Vantage Cost Management API — Anomaly Alerts. 5 operations. Lead operation: Vantage Get All Anomaly Alerts.
    Self-contained Naftiko capability covering one Vantage business surface.'
  tags:
  - Vantage
  - Anomaly Alerts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VANTAGE_API_KEY: VANTAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: cost-management-anomaly-alerts
    baseUri: https://api.vantage.sh/v2
    description: Vantage Cost Management API — Anomaly Alerts business capability. Self-contained, no shared references.
    resources:
    - name: anomaly_alerts
      path: /anomaly_alerts
      operations:
      - name: getanomalyalerts
        method: GET
        description: Vantage Get All Anomaly Alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createanomalyalert
        method: POST
        description: Vantage Create an Anomaly Alert
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: anomaly_alerts-anomaly_alert_token
      path: /anomaly_alerts/{anomaly_alert_token}
      operations:
      - name: getanomalyalert
        method: GET
        description: Vantage Get an Anomaly Alert
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateanomalyalert
        method: PUT
        description: Vantage Update an Anomaly Alert
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteanomalyalert
        method: DELETE
        description: Vantage Delete an Anomaly Alert
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.VANTAGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: cost-management-anomaly-alerts-rest
    port: 8080
    description: REST adapter for Vantage Cost Management API — Anomaly Alerts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/anomaly-alerts
      name: anomaly-alerts
      description: REST surface for anomaly_alerts.
      operations:
      - method: GET
        name: getanomalyalerts
        description: Vantage Get All Anomaly Alerts
        call: cost-management-anomaly-alerts.getanomalyalerts
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createanomalyalert
        description: Vantage Create an Anomaly Alert
        call: cost-management-anomaly-alerts.createanomalyalert
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/anomaly-alerts/{anomaly-alert-token}
      name: anomaly-alerts-anomaly-alert-token
      description: REST surface for anomaly_alerts-anomaly_alert_token.
      operations:
      - method: GET
        name: getanomalyalert
        description: Vantage Get an Anomaly Alert
        call: cost-management-anomaly-alerts.getanomalyalert
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateanomalyalert
        description: Vantage Update an Anomaly Alert
        call: cost-management-anomaly-alerts.updateanomalyalert
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteanomalyalert
        description: Vantage Delete an Anomaly Alert
        call: cost-management-anomaly-alerts.deleteanomalyalert
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cost-management-anomaly-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vantage Cost Management API — Anomaly Alerts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: vantage-get-all-anomaly-alerts
      description: Vantage Get All Anomaly Alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cost-management-anomaly-alerts.getanomalyalerts
      outputParameters:
      - type: object
        mapping: $.
    - name: vantage-create-anomaly-alert
      description: Vantage Create an Anomaly Alert
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cost-management-anomaly-alerts.createanomalyalert
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: vantage-get-anomaly-alert
      description: Vantage Get an Anomaly Alert
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cost-management-anomaly-alerts.getanomalyalert
      outputParameters:
      - type: object
        mapping: $.
    - name: vantage-update-anomaly-alert
      description: Vantage Update an Anomaly Alert
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cost-management-anomaly-alerts.updateanomalyalert
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: vantage-delete-anomaly-alert
      description: Vantage Delete an Anomaly Alert
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cost-management-anomaly-alerts.deleteanomalyalert
      outputParameters:
      - type: object
        mapping: $.