get-catalog-service
Retrieve detailed information about a specific service from the catalog using Consul MCP Server, enabling efficient service discovery and management.
Instructions
Get information about a specific service from the catalog
Input Schema
Name | Required | Description | Default |
---|---|---|---|
service | No | Name of the service to get information for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"service": {
"default": "",
"description": "Name of the service to get information for",
"type": "string"
}
},
"type": "object"
}