get-peers
Retrieve the current list of peers directly through the Consul MCP Server, enabling real-time monitoring and coordination of distributed system participants.
Instructions
Get the current peers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}