Grafana · Capability

Grafana — Providers

Grafana — Providers. 1 operations. Lead operation: Grafana List All Providers Settings. Self-contained Naftiko capability covering one Grafana business surface.

Run with Naftiko GrafanaProviders

What You Can Do

GET
Listallproviderssettings — Grafana List All Providers Settings
/v1/v1/sso-settings

MCP Tools

grafana-list-all-providers-settings

Grafana List All Providers Settings

read-only idempotent

Capability Spec

grafana-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Grafana — Providers
  description: 'Grafana — Providers. 1 operations. Lead operation: Grafana List All Providers Settings. Self-contained Naftiko
    capability covering one Grafana business surface.'
  tags:
  - Grafana
  - Providers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAFANA_API_KEY: GRAFANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: grafana-providers
    baseUri: http://{defaultHost}
    description: Grafana — Providers business capability. Self-contained, no shared references.
    resources:
    - name: v1-sso-settings
      path: /v1/sso-settings
      operations:
      - name: listallproviderssettings
        method: GET
        description: Grafana List All Providers Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.GRAFANA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: grafana-providers-rest
    port: 8080
    description: REST adapter for Grafana — Providers. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/v1/sso-settings
      name: v1-sso-settings
      description: REST surface for v1-sso-settings.
      operations:
      - method: GET
        name: listallproviderssettings
        description: Grafana List All Providers Settings
        call: grafana-providers.listallproviderssettings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: grafana-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Grafana — Providers. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: grafana-list-all-providers-settings
      description: Grafana List All Providers Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: grafana-providers.listallproviderssettings
      outputParameters:
      - type: object
        mapping: $.