Taddy API · Capability

Taddy Podcast API — GraphQL

Taddy Podcast API — GraphQL. 1 operations. Lead operation: Execute GraphQL Query. Self-contained Naftiko capability covering one Taddy Api business surface.

Run with Naftiko Taddy ApiGraphQL

What You Can Do

POST
Executegraphqlquery — Execute GraphQL Query
/v1

MCP Tools

execute-graphql-query

Execute GraphQL Query

read-only

Capability Spec

taddy-podcast-graphql.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Taddy Podcast API — GraphQL
  description: 'Taddy Podcast API — GraphQL. 1 operations. Lead operation: Execute GraphQL Query. Self-contained Naftiko capability
    covering one Taddy Api business surface.'
  tags:
  - Taddy Api
  - GraphQL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TADDY_API_API_KEY: TADDY_API_API_KEY
capability:
  consumes:
  - type: http
    namespace: taddy-podcast-graphql
    baseUri: https://api.taddy.org
    description: Taddy Podcast API — GraphQL business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: executegraphqlquery
        method: POST
        description: Execute GraphQL Query
        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: X-API-KEY
      value: '{{env.TADDY_API_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: taddy-podcast-graphql-rest
    port: 8080
    description: REST adapter for Taddy Podcast API — GraphQL. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: POST
        name: executegraphqlquery
        description: Execute GraphQL Query
        call: taddy-podcast-graphql.executegraphqlquery
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: taddy-podcast-graphql-mcp
    port: 9090
    transport: http
    description: MCP adapter for Taddy Podcast API — GraphQL. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: execute-graphql-query
      description: Execute GraphQL Query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: taddy-podcast-graphql.executegraphqlquery
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.