Persona · Capability

Persona API — Verifications

Persona API — Verifications. 1 operations. Lead operation: Retrieve a Verification. Self-contained Naftiko capability covering one Persona business surface.

Run with Naftiko PersonaVerifications

What You Can Do

POST
Retrieveverification — Retrieve a Verification
/v1/verifications/{id}

MCP Tools

retrieve-verification

Retrieve a Verification

read-only

Capability Spec

persona-verifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Persona API — Verifications
  description: 'Persona API — Verifications. 1 operations. Lead operation: Retrieve a Verification. Self-contained Naftiko
    capability covering one Persona business surface.'
  tags:
  - Persona
  - Verifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PERSONA_API_KEY: PERSONA_API_KEY
capability:
  consumes:
  - type: http
    namespace: persona-verifications
    baseUri: https://withpersona.com/api/v1
    description: Persona API — Verifications business capability. Self-contained, no shared references.
    resources:
    - name: verifications-id
      path: /verifications/{id}
      operations:
      - name: retrieveverification
        method: POST
        description: Retrieve a Verification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.PERSONA_API_KEY}}'
  exposes:
  - type: rest
    namespace: persona-verifications-rest
    port: 8080
    description: REST adapter for Persona API — Verifications. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/verifications/{id}
      name: verifications-id
      description: REST surface for verifications-id.
      operations:
      - method: POST
        name: retrieveverification
        description: Retrieve a Verification
        call: persona-verifications.retrieveverification
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: persona-verifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Persona API — Verifications. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: retrieve-verification
      description: Retrieve a Verification
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: persona-verifications.retrieveverification
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.