Unified.to · Capability

Unified.to API — person

Unified.to API — person. 1 operations. Lead operation: Retrieve enrichment information for a person. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Toperson

What You Can Do

GET
Listenrichpeople — Retrieve enrichment information for a person
/v1/enrich/{connection-id}/person

MCP Tools

retrieve-enrichment-information-person

Retrieve enrichment information for a person

read-only idempotent

Capability Spec

it-ops-person.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — person
  description: 'Unified.to  API — person. 1 operations. Lead operation: Retrieve enrichment information for a person. Self-contained
    Naftiko capability covering one Unified To business surface.'
  tags:
  - Unified To
  - person
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: it-ops-person
    baseUri: https://api.unified.to
    description: Unified.to  API — person business capability. Self-contained, no shared references.
    resources:
    - name: enrich-connection_id-person
      path: /enrich/{connection_id}/person
      operations:
      - name: listenrichpeople
        method: GET
        description: Retrieve enrichment information for a person
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: email
          in: query
          type: string
          description: The email of the person to search
        - name: twitter
          in: query
          type: string
          description: The twitter handle of the person to search
        - name: name
          in: query
          type: string
          description: The name of the person to search
        - name: linkedin_url
          in: query
          type: string
          description: The LinkedIn URL of the person to search
        - name: company_name
          in: query
          type: string
          description: The name of the company the person is associated with.  Not valid by itself.
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
    authentication:
      type: apikey
      key: authorization
      value: '{{env.UNIFIED_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: it-ops-person-rest
    port: 8080
    description: REST adapter for Unified.to  API — person. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/enrich/{connection-id}/person
      name: enrich-connection-id-person
      description: REST surface for enrich-connection_id-person.
      operations:
      - method: GET
        name: listenrichpeople
        description: Retrieve enrichment information for a person
        call: it-ops-person.listenrichpeople
        with:
          email: rest.email
          twitter: rest.twitter
          name: rest.name
          linkedin_url: rest.linkedin_url
          company_name: rest.company_name
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: it-ops-person-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — person. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: retrieve-enrichment-information-person
      description: Retrieve enrichment information for a person
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: it-ops-person.listenrichpeople
      with:
        email: tools.email
        twitter: tools.twitter
        name: tools.name
        linkedin_url: tools.linkedin_url
        company_name: tools.company_name
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.