1. Can you share a screenshot of the MCP tool output schema inside Copilot Studio, specifically what variable type the content output is defined as?
sure, this is the raw output
{
"messageDeeplink": "https://app.fabric.microsoft.com/groups/<workspace-id>/aiskills/<artifact-id>/stage/published/threads/thread_<thread-id>/runs/run_<run-id>/question/msg_<msg-id>/source/mcs",
"isError": false, ##type : boolean##
"content": [
{
"annotations": null,
"meta": null,
"text": "<generated answer from Fabric Data Agent>", ##type : string##
"type": "text"
}
]
}
2. Does the SharePoint chat show completely blank, a loading indicator that stops, or any kind of fallback message?
technically, SharePoint chat does not return anything, not even a fallback message
3. Is generative orchestration enabled in your agent settings?
Yes, it is, as you can see below
4. When you test inside the Copilot Studio test pane directly, does it render the response correctly there as well, or only in Teams?
Yes, it does