Grafana · Capability

Grafana — All

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

Run with Naftiko GrafanaAll

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-all.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Grafana — All
  description: 'Grafana — All. 1 operations. Lead operation: Grafana List All Providers Settings. Self-contained Naftiko capability
    covering one Grafana business surface.'
  tags:
  - Grafana
  - All
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAFANA_API_KEY: GRAFANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: grafana-all
    baseUri: http://{defaultHost}
    description: Grafana — All 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-all-rest
    port: 8080
    description: REST adapter for Grafana — All. 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-all.listallproviderssettings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: grafana-all-mcp
    port: 9090
    transport: http
    description: MCP adapter for Grafana — All. 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-all.listallproviderssettings
      outputParameters:
      - type: object
        mapping: $.