Grafana · Capability

Grafana — Pending

Grafana — Pending. 1 operations. Lead operation: Grafana Get Pending Org Invites. Self-contained Naftiko capability covering one Grafana business surface.

Run with Naftiko GrafanaPending

What You Can Do

GET
Getpendingorginvites — Grafana Get Pending Org Invites
/v1/org/invites

MCP Tools

grafana-get-pending-org-invites

Grafana Get Pending Org Invites

read-only idempotent

Capability Spec

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