list-events
Retrieve and filter all events by name using the Consul MCP Server, enabling efficient event monitoring and management.
Instructions
List all events
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Filter events by name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"default": "",
"description": "Filter events by name",
"type": "string"
}
},
"type": "object"
}