FinOps hub agent in Microsoft Copilot Studio issue with Kusto Query MCP Server #2197
Replies: 3 comments 6 replies
|
Thanks — I dug into the connector, and the endpoint explanation doesn't hold up. The Kusto Query MCP Server exposes a single tool, Also, the Two things to check first: 1. Is the tool switched on? Open your agent → Tools → Kusto Query MCP Server → Tools section. There's a per-tool toggle next to 2. Is the cluster URL complete? The Then start a new test conversation. If it still fails, could you send the raw failure instead of the summary? Go to Activity (or select the agent's message in the Test panel → activity/trace), open the failing turn, and copy the tool call — the inputs ( |
|
Thanks Roland for looking at this. For is the tool switched on - yes it is
I have updated the instructions like putting it anywhere else just gave me a failure to send error Inputs DB: Hub IsError: true RAW: It then runs a 2nd query CSL: // Detect most common BillingCurrency in last 7 days Table:
Hope this helps |





Uh oh!
There was an error while loading. Please reload this page.
Hi All
Looking for some advice, I have configured the Copilot Studio agent by following this guide
https://learn.microsoft.com/en-gb/cloud-computing/finops/toolkit/hubs/configure-ai-copilot-studio
however when I test the query it never works usually with an error similar to
I have deleted and recreated the agent a couple of times but it always fails to send the commands correctly.
putting the error into Copilot returns
a cleaned up version of the error is
{ "ErrorCode": "SYN0100", "ErrorMessage": "Admin commands must have a dot (.) character as their first non-whitespace character", "Query": "Costs_v1_2() | where ChargePeriodStart >= ago(7d) | summarize count() by BillingCurrency | top 1 by count_", "Context": "Executing via management endpoint instead of query endpoint" }I have tried both Microsoft Entra ID Integrated and Service Principal accounts with the same error in connection
Has anyone gotten it to work or know what is configured wrong so I can test this?
Thanks
All reactions