Datafiniti · Capability

Datafiniti API — People

Datafiniti API — People. 1 operations. Lead operation: Search people records. Self-contained Naftiko capability covering one Datafiniti business surface.

Run with Naftiko DatafinitiPeople

What You Can Do

POST
Searchpeople — Search people records
/v1/people/search

MCP Tools

search-people-records

Search people records

read-only

Capability Spec

datafiniti-people.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Datafiniti API — People
  description: 'Datafiniti API — People. 1 operations. Lead operation: Search people records. Self-contained Naftiko capability
    covering one Datafiniti business surface.'
  tags:
  - Datafiniti
  - People
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DATAFINITI_API_KEY: DATAFINITI_API_KEY
capability:
  consumes:
  - type: http
    namespace: datafiniti-people
    baseUri: https://api.datafiniti.co/v4
    description: Datafiniti API — People business capability. Self-contained, no shared references.
    resources:
    - name: people-search
      path: /people/search
      operations:
      - name: searchpeople
        method: POST
        description: Search people records
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.DATAFINITI_API_KEY}}'
  exposes:
  - type: rest
    namespace: datafiniti-people-rest
    port: 8080
    description: REST adapter for Datafiniti API — People. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/people/search
      name: people-search
      description: REST surface for people-search.
      operations:
      - method: POST
        name: searchpeople
        description: Search people records
        call: datafiniti-people.searchpeople
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datafiniti-people-mcp
    port: 9090
    transport: http
    description: MCP adapter for Datafiniti API — People. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: search-people-records
      description: Search people records
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: datafiniti-people.searchpeople
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.