Appsmith · Capability

Appsmith API — Datasources

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

Run with Naftiko AppsmithDatasources

What You Can Do

GET
Listdatasources — Appsmith - List Datasources
/v1/datasources

MCP Tools

appsmith-list-datasources

Appsmith - List Datasources

read-only idempotent

Capability Spec

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