Demandbase · Capability

Demandbase Account List API — Sync

Demandbase Account List API — Sync. 1 operations. Lead operation: Demandbase Sync account list to CRM. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseSync

What You Can Do

POST
Syncaccountlist — Demandbase Sync account list to CRM
/v1/lists/{listid}/sync

MCP Tools

demandbase-sync-account-list-crm

Demandbase Sync account list to CRM

read-only

Capability Spec

account-list-sync.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase Account List API — Sync
  description: 'Demandbase Account List API — Sync. 1 operations. Lead operation: Demandbase Sync account list to CRM. Self-contained
    Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Sync
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: account-list-sync
    baseUri: https://api.demandbase.com/accounts
    description: Demandbase Account List API — Sync business capability. Self-contained, no shared references.
    resources:
    - name: lists-listId-sync
      path: /lists/{listId}/sync
      operations:
      - name: syncaccountlist
        method: POST
        description: Demandbase Sync account list to CRM
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.DEMANDBASE_API_KEY}}'
  exposes:
  - type: rest
    namespace: account-list-sync-rest
    port: 8080
    description: REST adapter for Demandbase Account List API — Sync. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/lists/{listid}/sync
      name: lists-listid-sync
      description: REST surface for lists-listId-sync.
      operations:
      - method: POST
        name: syncaccountlist
        description: Demandbase Sync account list to CRM
        call: account-list-sync.syncaccountlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: account-list-sync-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase Account List API — Sync. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: demandbase-sync-account-list-crm
      description: Demandbase Sync account list to CRM
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: account-list-sync.syncaccountlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.