Demandbase · Capability

Demandbase Data Import API — Mappings

Demandbase Data Import API — Mappings. 1 operations. Lead operation: Demandbase List field mappings. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseMappings

What You Can Do

GET
Listfieldmappings — Demandbase List field mappings
/v1/import/v1/mappings

MCP Tools

demandbase-list-field-mappings

Demandbase List field mappings

read-only idempotent

Capability Spec

data-import-mappings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase Data Import API — Mappings
  description: 'Demandbase Data Import API — Mappings. 1 operations. Lead operation: Demandbase List field mappings. Self-contained
    Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Mappings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-import-mappings
    baseUri: https://api.demandbase.com
    description: Demandbase Data Import API — Mappings business capability. Self-contained, no shared references.
    resources:
    - name: import-v1-mappings
      path: /import/v1/mappings
      operations:
      - name: listfieldmappings
        method: GET
        description: Demandbase List field mappings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: entity_type
          in: query
          type: string
          description: Filter by entity type
    authentication:
      type: bearer
      token: '{{env.DEMANDBASE_API_KEY}}'
  exposes:
  - type: rest
    namespace: data-import-mappings-rest
    port: 8080
    description: REST adapter for Demandbase Data Import API — Mappings. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/import/v1/mappings
      name: import-v1-mappings
      description: REST surface for import-v1-mappings.
      operations:
      - method: GET
        name: listfieldmappings
        description: Demandbase List field mappings
        call: data-import-mappings.listfieldmappings
        with:
          entity_type: rest.entity_type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-import-mappings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase Data Import API — Mappings. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: demandbase-list-field-mappings
      description: Demandbase List field mappings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-import-mappings.listfieldmappings
      with:
        entity_type: tools.entity_type
      outputParameters:
      - type: object
        mapping: $.