Demandbase · Capability

Demandbase Engagement API — Intent

Demandbase Engagement API — Intent. 1 operations. Lead operation: Demandbase Get account intent signals. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseIntent

What You Can Do

GET
Getaccountintent — Demandbase Get account intent signals
/v1/accounts/{accountid}/intent

MCP Tools

demandbase-get-account-intent-signals

Demandbase Get account intent signals

read-only idempotent

Capability Spec

engagement-intent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase Engagement API — Intent
  description: 'Demandbase Engagement API — Intent. 1 operations. Lead operation: Demandbase Get account intent signals. Self-contained
    Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Intent
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: engagement-intent
    baseUri: https://api.demandbase.com/engagement
    description: Demandbase Engagement API — Intent business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-intent
      path: /accounts/{accountId}/intent
      operations:
      - name: getaccountintent
        method: GET
        description: Demandbase Get account intent signals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DEMANDBASE_API_KEY}}'
  exposes:
  - type: rest
    namespace: engagement-intent-rest
    port: 8080
    description: REST adapter for Demandbase Engagement API — Intent. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/intent
      name: accounts-accountid-intent
      description: REST surface for accounts-accountId-intent.
      operations:
      - method: GET
        name: getaccountintent
        description: Demandbase Get account intent signals
        call: engagement-intent.getaccountintent
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engagement-intent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase Engagement API — Intent. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: demandbase-get-account-intent-signals
      description: Demandbase Get account intent signals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: engagement-intent.getaccountintent
      outputParameters:
      - type: object
        mapping: $.