Free Law Project · Capability

Free Law Project / CourtListener REST API — Oral Arguments

Free Law Project / CourtListener REST API — Oral Arguments. 1 operations. Lead operation: List oral arguments. Self-contained Naftiko capability covering one Free Law Project business surface.

Run with Naftiko Free Law ProjectOral Arguments

What You Can Do

GET
Listoralarguments — List oral arguments
/v1/audio

MCP Tools

list-oral-arguments

List oral arguments

read-only idempotent

Capability Spec

free-law-project-oral-arguments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Free Law Project / CourtListener REST API — Oral Arguments
  description: 'Free Law Project / CourtListener REST API — Oral Arguments. 1 operations. Lead operation: List oral arguments.
    Self-contained Naftiko capability covering one Free Law Project business surface.'
  tags:
  - Free Law Project
  - Oral Arguments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FREE_LAW_PROJECT_API_KEY: FREE_LAW_PROJECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: free-law-project-oral-arguments
    baseUri: https://www.courtlistener.com/api/rest/v4
    description: Free Law Project / CourtListener REST API — Oral Arguments business capability. Self-contained, no shared
      references.
    resources:
    - name: audio
      path: /audio/
      operations:
      - name: listoralarguments
        method: GET
        description: List oral arguments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.FREE_LAW_PROJECT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: free-law-project-oral-arguments-rest
    port: 8080
    description: REST adapter for Free Law Project / CourtListener REST API — Oral Arguments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/audio
      name: audio
      description: REST surface for audio.
      operations:
      - method: GET
        name: listoralarguments
        description: List oral arguments
        call: free-law-project-oral-arguments.listoralarguments
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: free-law-project-oral-arguments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Free Law Project / CourtListener REST API — Oral Arguments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-oral-arguments
      description: List oral arguments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: free-law-project-oral-arguments.listoralarguments
      outputParameters:
      - type: object
        mapping: $.