Skip to main content
Glama

Grafana MCP Server

by levalhq

add_activity_to_incident

Add a note to an existing incident's timeline to document updates, observations, or actions taken during incident management.

Instructions

Add a note (userNote activity) to an existing incident's timeline

Input Schema

NameRequiredDescriptionDefault
bodyYesThe body of the activity
eventTimeNoThe time that the activity occurred
incidentIdYesThe ID of the incident to add activity to

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "The body of the activity", "type": "string" }, "eventTime": { "description": "The time that the activity occurred", "type": "string" }, "incidentId": { "description": "The ID of the incident to add activity to", "type": "string" } }, "required": [ "incidentId", "body" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/levalhq/mcp-grafana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server