kusto_known_services
Retrieve a list of all configured Kusto services, including descriptions and default databases, for the Microsoft Fabric RTI MCP.
Instructions
Retrieves a list of all Kusto services known to the MCP.
Could be null if no services are configured.
:return: List of objects, {"service": str, "description": str, "default_database": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |