Vantage · Capability

Vantage Cost Management API — Recommendations

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

Run with Naftiko VantageRecommendations

What You Can Do

GET
Getrecommendations — Vantage Get All Recommendations
/v1/recommendations

MCP Tools

vantage-get-all-recommendations

Vantage Get All Recommendations

read-only idempotent

Capability Spec

cost-management-recommendations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vantage Cost Management API — Recommendations
  description: 'Vantage Cost Management API — Recommendations. 1 operations. Lead operation: Vantage Get All Recommendations.
    Self-contained Naftiko capability covering one Vantage business surface.'
  tags:
  - Vantage
  - Recommendations
  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-recommendations
    baseUri: https://api.vantage.sh/v2
    description: Vantage Cost Management API — Recommendations business capability. Self-contained, no shared references.
    resources:
    - name: recommendations
      path: /recommendations
      operations:
      - name: getrecommendations
        method: GET
        description: Vantage Get All Recommendations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.VANTAGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: cost-management-recommendations-rest
    port: 8080
    description: REST adapter for Vantage Cost Management API — Recommendations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/recommendations
      name: recommendations
      description: REST surface for recommendations.
      operations:
      - method: GET
        name: getrecommendations
        description: Vantage Get All Recommendations
        call: cost-management-recommendations.getrecommendations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cost-management-recommendations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vantage Cost Management API — Recommendations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: vantage-get-all-recommendations
      description: Vantage Get All Recommendations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cost-management-recommendations.getrecommendations
      outputParameters:
      - type: object
        mapping: $.