Demandbase · Capability

Demandbase API — Firmographics

Demandbase API — Firmographics. 1 operations. Lead operation: Demandbase Get firmographic data. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseFirmographics

What You Can Do

GET
Getfirmographics — Demandbase Get firmographic data
/v1/firmographics/{domain}

MCP Tools

demandbase-get-firmographic-data

Demandbase Get firmographic data

read-only idempotent

Capability Spec

demandbase-firmographics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase API — Firmographics
  description: 'Demandbase API — Firmographics. 1 operations. Lead operation: Demandbase Get firmographic data. Self-contained
    Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Firmographics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: demandbase-firmographics
    baseUri: https://api.demandbase.com
    description: Demandbase API — Firmographics business capability. Self-contained, no shared references.
    resources:
    - name: firmographics-domain
      path: /firmographics/{domain}
      operations:
      - name: getfirmographics
        method: GET
        description: Demandbase Get firmographic data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain
          in: path
          type: string
          description: Company web domain
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.DEMANDBASE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: demandbase-firmographics-rest
    port: 8080
    description: REST adapter for Demandbase API — Firmographics. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/firmographics/{domain}
      name: firmographics-domain
      description: REST surface for firmographics-domain.
      operations:
      - method: GET
        name: getfirmographics
        description: Demandbase Get firmographic data
        call: demandbase-firmographics.getfirmographics
        with:
          domain: rest.domain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: demandbase-firmographics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase API — Firmographics. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: demandbase-get-firmographic-data
      description: Demandbase Get firmographic data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: demandbase-firmographics.getfirmographics
      with:
        domain: tools.domain
      outputParameters:
      - type: object
        mapping: $.