For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • ComplianceQuest
    • Concur
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneDrive GCC High
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • SharePoint GCC High
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Grafana

Connect your AI agents to Grafana.
Was this page helpful?
Previous

Google Tasks

Next

Greenhouse

Authentication: service account token. See Magic Link for the runtime auth flow.

Sample use cases

  • Show me dashboards owned by the payments team and surface any with no panels updated in 90 days.
  • Pull the alert rules that fired in the last 24 hours, grouped by severity.
  • Find dashboards with broken panels (data source unreachable).

Available Tools

list_alert_rules

List all Grafana alert rules. Returns rule UIDs, titles, conditions, and folder assignments.

get_alert_rule

Get a Grafana alert rule by UID. Returns the full rule configuration. Use list_alert_rules to find valid UIDs.

create_alert_rule

Create a Grafana alert rule. Requires title, condition, data queries, folder_uid, and rule_group. Use list_datasource…

update_alert_rule

Update a Grafana alert rule by UID. Requires all fields (title, condition, data, folder_uid, rule_group). Use get_ale…

delete_alert_rule

Delete a Grafana alert rule by UID. This action is permanent. Use list_alert_rules to find valid UIDs.

list_contact_points

List all Grafana alerting contact points. Returns names, types (email, slack, webhook, etc.), and UIDs.

create_contact_point

Create a Grafana alerting contact point. Types: ‘email’, ‘slack’, ‘webhook’, ‘pagerduty’, ‘teams’. Settings vary by t…

update_contact_point

Update a Grafana alerting contact point by UID. Use list_contact_points to find valid UIDs.

delete_contact_point

Delete a Grafana alerting contact point by UID. This action is permanent. Use list_contact_points to find valid UIDs.

list_annotations

List Grafana annotations filtered by time range, tags, or dashboard. Returns annotation text, tags, and timestamps. T…

create_annotation

Create a Grafana annotation. Annotations mark events on dashboards. Provide text and optionally attach to a dashboard…

update_annotation

Update a Grafana annotation by ID. Supports partial updates (only changed fields needed). Use list_annotations to fin…

delete_annotation

Delete a Grafana annotation by ID. This action is permanent. Use list_annotations to find valid IDs.

search_dashboards

Search Grafana dashboards by query, tags, or folder. Returns paginated results. Use page from page_info for next page.

get_dashboard

Get a Grafana dashboard by UID. Returns the full dashboard model with panels, variables, and metadata. Use search_das…

create_dashboard

Create a new Grafana dashboard. Provide a dashboard object with ‘title’ and ‘id’ set to null. Optionally specify a fo…

update_dashboard

Update an existing Grafana dashboard. The dashboard object must include ‘uid’ and ‘title’. Include ‘version’ for conf…

delete_dashboard

Delete a Grafana dashboard by UID. This action is permanent. Use search_dashboards to find valid UIDs.

list_datasources

List all Grafana data sources. Returns names, types, UIDs, and connection details. No pagination (returns all).

get_datasource

Get a Grafana data source by UID. Returns full configuration details. Use list_datasources to find valid UIDs.

create_datasource

Create a new Grafana data source. Common types: ‘prometheus’, ‘loki’, ‘elasticsearch’, ‘influxdb’, ‘graphite’, ‘mysql…

update_datasource

Update an existing Grafana data source by numeric ID. Use list_datasources to find the ID. Requires name and type.

delete_datasource

Delete a Grafana data source by UID. This action is permanent. Use list_datasources to find valid UIDs.

list_folders

List all Grafana folders. Folders organize dashboards. Returns folder UIDs, titles, and URLs.

get_folder

Get a Grafana folder by UID. Returns folder details including version. Use list_folders to find valid UIDs.

create_folder

Create a new Grafana folder for organizing dashboards. Optionally specify a custom UID.

update_folder

Update a Grafana folder’s title. Include version for conflict detection. Use get_folder to find the current version.

delete_folder

Delete a Grafana folder and all its dashboards. This action is permanent. Use list_folders to find valid UIDs.

get_org

Get the current Grafana organization info. Returns organization name and ID.

list_org_users

List all users in the current Grafana organization. Returns user IDs, logins, emails, and roles (Admin, Editor, Viewer).

get_current_user

Get the currently authenticated Grafana user. Returns user ID, login, email, name, and admin status.

search_teams

Search Grafana teams by name or query. Returns paginated results with member counts. Use page from page_info for next…

get_team

Get a Grafana team by ID. Returns team name, email, and member count. Use search_teams to find valid IDs.

create_team

Create a new Grafana team. Optionally set a team email. Use add_team_member to add members after creation.

update_team

Update a Grafana team’s name or email. Use search_teams to find valid IDs.

delete_team

Delete a Grafana team by ID. This action is permanent. Use search_teams to find valid IDs.

list_team_members

List members of a Grafana team. Returns user IDs, logins, emails, and names. Use search_teams to find valid team IDs.

add_team_member

Add a user to a Grafana team. Use list_org_users to find valid user IDs and search_teams for team IDs.

remove_team_member

Remove a user from a Grafana team. Use list_team_members to find valid user IDs for the team.