Grafana · Capability

Grafana — Custom

Grafana — Custom. 2 operations. Lead operation: Grafana Get Custom Permissions Report. Self-contained Naftiko capability covering one Grafana business surface.

Run with Naftiko GrafanaCustom

What You Can Do

GET
Getcustompermissionsreport — Grafana Get Custom Permissions Report
/v1/licensing/custom-permissions
GET
Getcustompermissionscsv — Grafana Get Custom Permissions CSV
/v1/licensing/custom-permissions-csv

MCP Tools

grafana-get-custom-permissions-report

Grafana Get Custom Permissions Report

read-only idempotent
grafana-get-custom-permissions-csv

Grafana Get Custom Permissions CSV

read-only idempotent

Capability Spec

grafana-custom.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Grafana — Custom
  description: 'Grafana — Custom. 2 operations. Lead operation: Grafana Get Custom Permissions Report. Self-contained Naftiko
    capability covering one Grafana business surface.'
  tags:
  - Grafana
  - Custom
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAFANA_API_KEY: GRAFANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: grafana-custom
    baseUri: http://{defaultHost}
    description: Grafana — Custom business capability. Self-contained, no shared references.
    resources:
    - name: licensing-custom-permissions
      path: /licensing/custom-permissions
      operations:
      - name: getcustompermissionsreport
        method: GET
        description: Grafana Get Custom Permissions Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: licensing-custom-permissions-csv
      path: /licensing/custom-permissions-csv
      operations:
      - name: getcustompermissionscsv
        method: GET
        description: Grafana Get Custom Permissions CSV
        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-custom-rest
    port: 8080
    description: REST adapter for Grafana — Custom. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/licensing/custom-permissions
      name: licensing-custom-permissions
      description: REST surface for licensing-custom-permissions.
      operations:
      - method: GET
        name: getcustompermissionsreport
        description: Grafana Get Custom Permissions Report
        call: grafana-custom.getcustompermissionsreport
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/licensing/custom-permissions-csv
      name: licensing-custom-permissions-csv
      description: REST surface for licensing-custom-permissions-csv.
      operations:
      - method: GET
        name: getcustompermissionscsv
        description: Grafana Get Custom Permissions CSV
        call: grafana-custom.getcustompermissionscsv
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: grafana-custom-mcp
    port: 9090
    transport: http
    description: MCP adapter for Grafana — Custom. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: grafana-get-custom-permissions-report
      description: Grafana Get Custom Permissions Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: grafana-custom.getcustompermissionsreport
      outputParameters:
      - type: object
        mapping: $.
    - name: grafana-get-custom-permissions-csv
      description: Grafana Get Custom Permissions CSV
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: grafana-custom.getcustompermissionscsv
      outputParameters:
      - type: object
        mapping: $.