Demandbase · Capability

Demandbase B2B Data API — Technographics

Demandbase B2B Data API — Technographics. 1 operations. Lead operation: Demandbase Get technographic data. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseTechnographics

What You Can Do

GET
Gettechnographics — Demandbase Get technographic data
/v1/data/v1/technographics/{domain}

MCP Tools

demandbase-get-technographic-data

Demandbase Get technographic data

read-only idempotent

Capability Spec

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