Gravitee · Capability

Gravitee.io - Access Management API — data-sources

Gravitee.io - Access Management API — data-sources. 1 operations. Lead operation: List all the data sources. Self-contained Naftiko capability covering one Gravitee business surface.

Run with Naftiko Graviteedata-sources

What You Can Do

GET
Listalldatasources — List all the data sources
/v1/organizations/{organizationid}/environments/{environmentid}/data-sources

MCP Tools

list-all-data-sources

List all the data sources

read-only idempotent

Capability Spec

am-data-sources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gravitee.io - Access Management API — data-sources
  description: 'Gravitee.io - Access Management API — data-sources. 1 operations. Lead operation: List all the data sources.
    Self-contained Naftiko capability covering one Gravitee business surface.'
  tags:
  - Gravitee
  - data-sources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAVITEE_API_KEY: GRAVITEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: am-data-sources
    baseUri: ''
    description: Gravitee.io - Access Management API — data-sources business capability. Self-contained, no shared references.
    resources:
    - name: organizations-organizationId-environments-environmentId-data-sources
      path: /organizations/{organizationId}/environments/{environmentId}/data-sources
      operations:
      - name: listalldatasources
        method: GET
        description: List all the data sources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GRAVITEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: am-data-sources-rest
    port: 8080
    description: REST adapter for Gravitee.io - Access Management API — data-sources. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/environments/{environmentid}/data-sources
      name: organizations-organizationid-environments-environmentid-data-sources
      description: REST surface for organizations-organizationId-environments-environmentId-data-sources.
      operations:
      - method: GET
        name: listalldatasources
        description: List all the data sources
        call: am-data-sources.listalldatasources
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: am-data-sources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gravitee.io - Access Management API — data-sources. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-all-data-sources
      description: List all the data sources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-data-sources.listalldatasources
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
      outputParameters:
      - type: object
        mapping: $.