PodcastIndex · Capability

PodcastIndex.org API — Categories

PodcastIndex.org API — Categories. 1 operations. Lead operation: List. Self-contained Naftiko capability covering one Podcastindex business surface.

Run with Naftiko PodcastindexCategories

What You Can Do

GET
Categorieslist — List
/v1/categories/list

MCP Tools

list

List

read-only idempotent

Capability Spec

podcastindex-categories.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PodcastIndex.org API — Categories
  description: 'PodcastIndex.org API — Categories. 1 operations. Lead operation: List. Self-contained Naftiko capability covering
    one Podcastindex business surface.'
  tags:
  - Podcastindex
  - Categories
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PODCASTINDEX_API_KEY: PODCASTINDEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: podcastindex-categories
    baseUri: https://api.podcastindex.org/api/1.0
    description: PodcastIndex.org API — Categories business capability. Self-contained, no shared references.
    resources:
    - name: categories-list
      path: /categories/list
      operations:
      - name: categorieslist
        method: GET
        description: List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: User-Agent
      value: '{{env.PODCASTINDEX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: podcastindex-categories-rest
    port: 8080
    description: REST adapter for PodcastIndex.org API — Categories. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/categories/list
      name: categories-list
      description: REST surface for categories-list.
      operations:
      - method: GET
        name: categorieslist
        description: List
        call: podcastindex-categories.categorieslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: podcastindex-categories-mcp
    port: 9090
    transport: http
    description: MCP adapter for PodcastIndex.org API — Categories. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list
      description: List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: podcastindex-categories.categorieslist
      outputParameters:
      - type: object
        mapping: $.