Demandbase · Capability

Demandbase B2B Data API — Enrichment

Demandbase B2B Data API — Enrichment. 2 operations. Lead operation: Demandbase Enrich company data. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseEnrichment

What You Can Do

POST
Enrichcompany — Demandbase Enrich company data
/v1/data/v1/enrichment/company
POST
Enrichcontact — Demandbase Enrich contact data
/v1/data/v1/enrichment/contact

MCP Tools

demandbase-enrich-company-data

Demandbase Enrich company data

demandbase-enrich-contact-data

Demandbase Enrich contact data

Capability Spec

b2b-data-enrichment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase B2B Data API — Enrichment
  description: 'Demandbase B2B Data API — Enrichment. 2 operations. Lead operation: Demandbase Enrich company data. Self-contained
    Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Enrichment
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: b2b-data-enrichment
    baseUri: https://api.demandbase.com
    description: Demandbase B2B Data API — Enrichment business capability. Self-contained, no shared references.
    resources:
    - name: data-v1-enrichment-company
      path: /data/v1/enrichment/company
      operations:
      - name: enrichcompany
        method: POST
        description: Demandbase Enrich company data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: data-v1-enrichment-contact
      path: /data/v1/enrichment/contact
      operations:
      - name: enrichcontact
        method: POST
        description: Demandbase Enrich contact data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.DEMANDBASE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: b2b-data-enrichment-rest
    port: 8080
    description: REST adapter for Demandbase B2B Data API — Enrichment. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/data/v1/enrichment/company
      name: data-v1-enrichment-company
      description: REST surface for data-v1-enrichment-company.
      operations:
      - method: POST
        name: enrichcompany
        description: Demandbase Enrich company data
        call: b2b-data-enrichment.enrichcompany
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data/v1/enrichment/contact
      name: data-v1-enrichment-contact
      description: REST surface for data-v1-enrichment-contact.
      operations:
      - method: POST
        name: enrichcontact
        description: Demandbase Enrich contact data
        call: b2b-data-enrichment.enrichcontact
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: b2b-data-enrichment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase B2B Data API — Enrichment. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: demandbase-enrich-company-data
      description: Demandbase Enrich company data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: b2b-data-enrichment.enrichcompany
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: demandbase-enrich-contact-data
      description: Demandbase Enrich contact data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: b2b-data-enrichment.enrichcontact
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.