Grafana · Capability

Grafana — Change

Grafana — Change. 1 operations. Lead operation: Grafana Change User Password. Self-contained Naftiko capability covering one Grafana business surface.

Run with Naftiko GrafanaChange

What You Can Do

PUT
Changeuserpassword — Grafana Change User Password
/v1/user/password

MCP Tools

grafana-change-user-password

Grafana Change User Password

idempotent

Capability Spec

grafana-change.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Grafana — Change
  description: 'Grafana — Change. 1 operations. Lead operation: Grafana Change User Password. Self-contained Naftiko capability
    covering one Grafana business surface.'
  tags:
  - Grafana
  - Change
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAFANA_API_KEY: GRAFANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: grafana-change
    baseUri: http://{defaultHost}
    description: Grafana — Change business capability. Self-contained, no shared references.
    resources:
    - name: user-password
      path: /user/password
      operations:
      - name: changeuserpassword
        method: PUT
        description: Grafana Change User Password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.GRAFANA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: grafana-change-rest
    port: 8080
    description: REST adapter for Grafana — Change. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/user/password
      name: user-password
      description: REST surface for user-password.
      operations:
      - method: PUT
        name: changeuserpassword
        description: Grafana Change User Password
        call: grafana-change.changeuserpassword
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: grafana-change-mcp
    port: 9090
    transport: http
    description: MCP adapter for Grafana — Change. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: grafana-change-user-password
      description: Grafana Change User Password
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: grafana-change.changeuserpassword
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.