Tremendous · Capability

Tremendous API — Funding Sources

Tremendous API — Funding Sources. 1 operations. Lead operation: List Funding Sources. Self-contained Naftiko capability covering one Tremendous business surface.

Run with Naftiko TremendousFunding Sources

What You Can Do

GET
Listfundingsources — List Funding Sources
/v1/funding-sources

MCP Tools

list-funding-sources

List Funding Sources

read-only idempotent

Capability Spec

tremendous-funding-sources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tremendous API — Funding Sources
  description: 'Tremendous API — Funding Sources. 1 operations. Lead operation: List Funding Sources. Self-contained Naftiko
    capability covering one Tremendous business surface.'
  tags:
  - Tremendous
  - Funding Sources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TREMENDOUS_API_KEY: TREMENDOUS_API_KEY
capability:
  consumes:
  - type: http
    namespace: tremendous-funding-sources
    baseUri: https://testflight.tremendous.com/api/v2
    description: Tremendous API — Funding Sources business capability. Self-contained, no shared references.
    resources:
    - name: funding_sources
      path: /funding_sources
      operations:
      - name: listfundingsources
        method: GET
        description: List Funding Sources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TREMENDOUS_API_KEY}}'
  exposes:
  - type: rest
    namespace: tremendous-funding-sources-rest
    port: 8080
    description: REST adapter for Tremendous API — Funding Sources. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/funding-sources
      name: funding-sources
      description: REST surface for funding_sources.
      operations:
      - method: GET
        name: listfundingsources
        description: List Funding Sources
        call: tremendous-funding-sources.listfundingsources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tremendous-funding-sources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tremendous API — Funding Sources. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-funding-sources
      description: List Funding Sources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tremendous-funding-sources.listfundingsources
      outputParameters:
      - type: object
        mapping: $.