albertsons · Capability

Albertsons Media Collective API — Reporting

Albertsons Media Collective API — Reporting. 1 operations. Lead operation: Albertsons Media Collective Generate Report. Self-contained Naftiko capability covering one Albertsons business surface.

Run with Naftiko AlbertsonsReporting

What You Can Do

POST
Generatereport — Albertsons Media Collective Generate Report
/v1/reports

MCP Tools

albertsons-media-collective-generate-report

Albertsons Media Collective Generate Report

Capability Spec

retail-media-reporting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Albertsons Media Collective API — Reporting
  description: 'Albertsons Media Collective API — Reporting. 1 operations. Lead operation: Albertsons Media Collective Generate
    Report. Self-contained Naftiko capability covering one Albertsons business surface.'
  tags:
  - Albertsons
  - Reporting
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ALBERTSONS_API_KEY: ALBERTSONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: retail-media-reporting
    baseUri: https://api.albertsons.com
    description: Albertsons Media Collective API — Reporting business capability. Self-contained, no shared references.
    resources:
    - name: reports
      path: /reports
      operations:
      - name: generatereport
        method: POST
        description: Albertsons Media Collective Generate Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ALBERTSONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: retail-media-reporting-rest
    port: 8080
    description: REST adapter for Albertsons Media Collective API — Reporting. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/reports
      name: reports
      description: REST surface for reports.
      operations:
      - method: POST
        name: generatereport
        description: Albertsons Media Collective Generate Report
        call: retail-media-reporting.generatereport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: retail-media-reporting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Albertsons Media Collective API — Reporting. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: albertsons-media-collective-generate-report
      description: Albertsons Media Collective Generate Report
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: retail-media-reporting.generatereport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.