MULTI-APP TOOLKIT
Build with Grafana + Sharepoint
- Multi-app
- One MCP session
- 33 actions
- 5 triggers
- Managed auth
MCP
One MCP session, both toolsets
One session gives your product or agent every Grafana and Sharepoint tool at once — connect once, list tools, and call them like any single-app session.
ARCHITECTURE
One user, two connected accounts
Your user connects each account once, under whatever ID they already have in your product. The two stay independent — either can be revoked on its own — and your code reaches both through that one user.
Your product
external_user_id
{external_user_id}Pipedream Connect
Managed identity
Auth · tools · routing
Grafana
Connected account
Sharepoint
Connected account
TOOLS
Grafana tools
The Grafana tools this pairing puts in reach, each one running on your user's own connected account.
Actions top 8 of 10
-
Create Annotation
actionCreate an annotation on a dashboard or globally. Annotations mark events like deployments, incidents, or configuration changes on dashboard timelines. Use Search Dashboards to find the dashboard UID. OmitdashboardUidfor a global annotation visible on all dashboards. UsetimeandtimeEndfor range annotations (e.g., deployment window).Writev0.0.3 -
Delete Dashboard
actionPermanently delete a Grafana dashboard by UID. This cannot be undone. Use Search Dashboards to find the dashboard UID.Writev0.0.3 -
Get Current User
actionGet the current authenticated Grafana user's identity, including user ID, name, email, organization, and role. Use this to understand the user's permissions and organizational context. The user ID and org context may be needed when creating dashboards or filtering resources.Read-onlyv0.0.3 -
Get Dashboard
actionGet the full dashboard model by UID, including all panels, their queries, variables, and configuration. Use Search Dashboards first to find the dashboard UID. The returned model can be modified and saved back with Save Dashboard.Read-onlyv0.0.3 -
List Alert Rules
actionList all alert rules with their current state (firing, normal, pending, inactive). Returns rule definitions including conditions, labels, and annotations. Use this to answer questions like 'what alerts are firing?' or 'what alerts exist for service X?'Read-onlyv0.0.3 -
List Data Sources
actionList all configured data sources (Prometheus, Loki, InfluxDB, MySQL, etc.), their types, and UIDs. Use the data source UID with Query Data Source to execute queries. Thetypefield indicates what query language to use (e.g.,prometheus→ PromQL,loki→ LogQL,mysql→ SQL).Read-onlyv0.0.3 -
List Folders
actionList all dashboard folders. Folders organize dashboards into logical groups. Use folder UIDs with Search Dashboards to filter by folder, or with Save Dashboard to place a dashboard in a specific folder.Read-onlyv0.0.3 -
Query Data Source
actionExecute a query against any configured data source. Use List Data Sources first to discover available data sources and their UIDs. The query language depends on the data source type:
Prometheus (PromQL):
rate(http_requests_total[5m]),sum by (status_code) (rate(http_requests_total[5m]))Loki (LogQL):
{app="myapp"} |= "error",rate({app="myapp"}[5m])Note: This tool uses the
exprquery field, which works with Prometheus and Loki. For SQL-based data sources (MySQL, Postgres) or InfluxDB, the query field name differs and may not work with this tool.Time range defaults to last 1 hour. Use
fromandtofor custom ranges (supports relative:now-24h,now-7d, or epoch milliseconds).Read-onlyv0.0.3
Triggers
No Grafana triggers are available yet.
MULTI-APP
Works with more apps
The combinations customers connect alongside these two — nothing here is limited to a pair.
REFERENCE
Toolkit details
- x-pd-app-slug
- grafana,sharepoint
- Primary app
- Grafana (grafana)
- Second app
- Sharepoint (sharepoint)
- Authentication
- API key + OAuth
- Available actions
- 33
- Available triggers
- 5