vLex · Capability

vLex Iceberg Legal Research API — Citations

vLex Iceberg Legal Research API — Citations. 1 operations. Lead operation: Detect Legal Citations. Self-contained Naftiko capability covering one Vlex business surface.

Run with Naftiko VlexCitations

What You Can Do

POST
Detectcitations — Detect Legal Citations
/v1/v1/citations

MCP Tools

detect-legal-citations

Detect Legal Citations

Capability Spec

iceberg-legal-research-citations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: vLex Iceberg Legal Research API — Citations
  description: 'vLex Iceberg Legal Research API — Citations. 1 operations. Lead operation: Detect Legal Citations. Self-contained
    Naftiko capability covering one Vlex business surface.'
  tags:
  - Vlex
  - Citations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VLEX_API_KEY: VLEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: iceberg-legal-research-citations
    baseUri: https://api.vlex.com
    description: vLex Iceberg Legal Research API — Citations business capability. Self-contained, no shared references.
    resources:
    - name: v1-citations
      path: /v1/citations
      operations:
      - name: detectcitations
        method: POST
        description: Detect Legal Citations
        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: Ocp-Apim-Subscription-Key
      value: '{{env.VLEX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: iceberg-legal-research-citations-rest
    port: 8080
    description: REST adapter for vLex Iceberg Legal Research API — Citations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/citations
      name: v1-citations
      description: REST surface for v1-citations.
      operations:
      - method: POST
        name: detectcitations
        description: Detect Legal Citations
        call: iceberg-legal-research-citations.detectcitations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: iceberg-legal-research-citations-mcp
    port: 9090
    transport: http
    description: MCP adapter for vLex Iceberg Legal Research API — Citations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: detect-legal-citations
      description: Detect Legal Citations
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: iceberg-legal-research-citations.detectcitations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.