Seamless.AI · Capability

Seamless.AI Contacts API — Enrichment

Seamless.AI Contacts API — Enrichment. 1 operations. Lead operation: Enrich Contact. Self-contained Naftiko capability covering one Seamless Ai business surface.

Run with Naftiko Seamless AiEnrichment

What You Can Do

POST
Enrichcontact — Enrich Contact
/v1/v1/contacts/enrich

MCP Tools

enrich-contact

Enrich Contact

Capability Spec

contacts-enrichment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Seamless.AI Contacts API — Enrichment
  description: 'Seamless.AI Contacts API — Enrichment. 1 operations. Lead operation: Enrich Contact. Self-contained Naftiko
    capability covering one Seamless Ai business surface.'
  tags:
  - Seamless Ai
  - Enrichment
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SEAMLESS_AI_API_KEY: SEAMLESS_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: contacts-enrichment
    baseUri: https://api.seamless.ai
    description: Seamless.AI Contacts API — Enrichment business capability. Self-contained, no shared references.
    resources:
    - name: v1-contacts-enrich
      path: /v1/contacts/enrich
      operations:
      - name: enrichcontact
        method: POST
        description: Enrich Contact
        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.SEAMLESS_AI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: contacts-enrichment-rest
    port: 8080
    description: REST adapter for Seamless.AI Contacts API — Enrichment. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/contacts/enrich
      name: v1-contacts-enrich
      description: REST surface for v1-contacts-enrich.
      operations:
      - method: POST
        name: enrichcontact
        description: Enrich Contact
        call: contacts-enrichment.enrichcontact
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contacts-enrichment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Seamless.AI Contacts API — Enrichment. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: enrich-contact
      description: Enrich Contact
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contacts-enrichment.enrichcontact
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.