Free Law Project · Capability

Free Law Project / CourtListener REST API — Tags

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

Run with Naftiko Free Law ProjectTags

What You Can Do

GET
Listtags — List tags
/v1/tag

MCP Tools

list-tags

List tags

read-only idempotent

Capability Spec

free-law-project-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Free Law Project / CourtListener REST API — Tags
  description: 'Free Law Project / CourtListener REST API — Tags. 1 operations. Lead operation: List tags. Self-contained
    Naftiko capability covering one Free Law Project business surface.'
  tags:
  - Free Law Project
  - Tags
  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-tags
    baseUri: https://www.courtlistener.com/api/rest/v4
    description: Free Law Project / CourtListener REST API — Tags business capability. Self-contained, no shared references.
    resources:
    - name: tag
      path: /tag/
      operations:
      - name: listtags
        method: GET
        description: List tags
        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-tags-rest
    port: 8080
    description: REST adapter for Free Law Project / CourtListener REST API — Tags. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/tag
      name: tag
      description: REST surface for tag.
      operations:
      - method: GET
        name: listtags
        description: List tags
        call: free-law-project-tags.listtags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: free-law-project-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for Free Law Project / CourtListener REST API — Tags. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-tags
      description: List tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: free-law-project-tags.listtags
      outputParameters:
      - type: object
        mapping: $.