Grafana · Capability

Grafana — Connections

Grafana — Connections. 1 operations. Lead operation: Grafana Get Library Element Connections. Self-contained Naftiko capability covering one Grafana business surface.

Run with Naftiko GrafanaConnections

What You Can Do

GET
Getlibraryelementconnections — Grafana Get Library Element Connections
/v1/library-elements/{library-element-uid}/connections

MCP Tools

grafana-get-library-element-connections

Grafana Get Library Element Connections

read-only idempotent

Capability Spec

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