Developer Tools11 toolsPaste one API key
Grafana integration for AI agents
Query dashboards, alerts, and metrics
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Grafana once and call the same tools from all of them.
Setup
Connect Grafana through ClawLink's hosted setup to query public dashboards, send OTLP logs to Loki, and inspect server health, ring topology, and license status across Grafana, Loki, and Mimir.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Grafana exposes 11 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
grafana_create_otlp_v1_logs | Tool to create OTLP v1 logs in Grafana Loki. Use when you need to send OpenTelemetry Protocol logs to Grafana for ingestion and storage. | Write |
grafana_get_distributor_ha_tracker | Tool to retrieve distributor HA tracker status. Use when you need to check which replica has been elected as leader for each Prometheus HA cluster. | Read |
grafana_get_health | Check Grafana server health and database connectivity. Returns 'ok' if Grafana's web server is running and can access the database. | Read |
grafana_get_index_gateway_ring | Tool to retrieve the index gateway hash ring status from Grafana Loki. Returns information about the state, health, and last heartbeat time of each index gateway in the ring. | Read |
grafana_get_overrides_exporter_ring | Tool to retrieve the overrides-exporter hash ring status as an HTML page. Use when you need to check the state, health, and heartbeat information of overrides-exporter instances. | Read |
grafana_get_ruler_ring | Tool to retrieve the ruler ring status from Grafana Mimir. Use when you need to check the distributed hash ring topology and operational status of ruler instances. | Read |
grafana_get_status | Tool to check if a valid Grafana Enterprise license is available. Use when you need to verify license status or availability. | Read |
grafana_get_store_gateway_tenants | Retrieves store gateway tenants. Returns a list of tenants that have blocks stored in the store-gateway's configured storage. | Read |
grafana_post_acs | Tool to perform SAML Assertion Consumer Service (ACS) operation. Use when processing SAML authentication responses from an identity provider. | Write |
grafana_query_public_dashboard | Query a panel on a public Grafana dashboard to retrieve time-series data and metrics. Use when you need to fetch visualization data from a publicly shared dashboard without authentication. | Read |
grafana_retrieve_jwks | Tool to retrieve JSON Web Key Set (JWKS) with all public keys for token verification. Use when you need to get the keys that can verify JWT tokens. | Read |