WhatsApp · Capability

WhatsApp Business Management API — Business Accounts

WhatsApp Business Management API — Business Accounts. 1 operations. Lead operation: WhatsApp Get WABA Info. Self-contained Naftiko capability covering one Whatsapp business surface.

Run with Naftiko WhatsappBusiness Accounts

What You Can Do

GET
Getwhatsappbusinessaccount — WhatsApp Get WABA Info
/v1/{waba-id}

MCP Tools

whatsapp-get-waba-info

WhatsApp Get WABA Info

read-only idempotent

Capability Spec

business-management-business-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WhatsApp Business Management API — Business Accounts
  description: 'WhatsApp Business Management API — Business Accounts. 1 operations. Lead operation: WhatsApp Get WABA Info.
    Self-contained Naftiko capability covering one Whatsapp business surface.'
  tags:
  - Whatsapp
  - Business Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WHATSAPP_API_KEY: WHATSAPP_API_KEY
capability:
  consumes:
  - type: http
    namespace: business-management-business-accounts
    baseUri: https://graph.facebook.com/v21.0
    description: WhatsApp Business Management API — Business Accounts business capability. Self-contained, no shared references.
    resources:
    - name: waba-id
      path: /{waba-id}
      operations:
      - name: getwhatsappbusinessaccount
        method: GET
        description: WhatsApp Get WABA Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Comma-separated list of fields to return
    authentication:
      type: bearer
      token: '{{env.WHATSAPP_API_KEY}}'
  exposes:
  - type: rest
    namespace: business-management-business-accounts-rest
    port: 8080
    description: REST adapter for WhatsApp Business Management API — Business Accounts. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{waba-id}
      name: waba-id
      description: REST surface for waba-id.
      operations:
      - method: GET
        name: getwhatsappbusinessaccount
        description: WhatsApp Get WABA Info
        call: business-management-business-accounts.getwhatsappbusinessaccount
        with:
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: business-management-business-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for WhatsApp Business Management API — Business Accounts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: whatsapp-get-waba-info
      description: WhatsApp Get WABA Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: business-management-business-accounts.getwhatsappbusinessaccount
      with:
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.