Rightsline · Capability

Rightsline API — Catalog

Rightsline API — Catalog. 1 operations. Lead operation: List Catalog. Self-contained Naftiko capability covering one Rightsline business surface.

Run with Naftiko RightslineCatalog

What You Can Do

GET
Listcatalog — List Catalog
/v1/catalog

MCP Tools

list-catalog

List Catalog

read-only idempotent

Capability Spec

rightsline-catalog.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Rightsline API — Catalog
  description: 'Rightsline API — Catalog. 1 operations. Lead operation: List Catalog. Self-contained Naftiko capability covering
    one Rightsline business surface.'
  tags:
  - Rightsline
  - Catalog
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RIGHTSLINE_API_KEY: RIGHTSLINE_API_KEY
capability:
  consumes:
  - type: http
    namespace: rightsline-catalog
    baseUri: https://app.rightsline.com/v4
    description: Rightsline API — Catalog business capability. Self-contained, no shared references.
    resources:
    - name: catalog
      path: /catalog
      operations:
      - name: listcatalog
        method: GET
        description: List Catalog
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
        - name: offset
          in: query
          type: integer
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.RIGHTSLINE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rightsline-catalog-rest
    port: 8080
    description: REST adapter for Rightsline API — Catalog. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/catalog
      name: catalog
      description: REST surface for catalog.
      operations:
      - method: GET
        name: listcatalog
        description: List Catalog
        call: rightsline-catalog.listcatalog
        with:
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rightsline-catalog-mcp
    port: 9090
    transport: http
    description: MCP adapter for Rightsline API — Catalog. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-catalog
      description: List Catalog
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rightsline-catalog.listcatalog
      with:
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.