Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Deploy, evaluate, and manage AI agents end-to-end on Microsoft Azure AI Foundry
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
foundry-agent/create/references/tool-fabric-iq.md
1# Tool — Fabric IQ (preview)23Connect an agent to Microsoft Fabric data — Ontology, Fabric data agents, and Power BI semantic models — through **Fabric IQ**. The agent delegates natural-language questions; Fabric IQ runs them against the enterprise ontology (NL2Ontology) and returns synthesized answers under the signed-in user's Fabric permissions.45## Toolbox shape67```json8{9"type": "fabric_iq_preview",10"project_connection_id": "<fabriciq-connection-name>",11"server_label": "<short-lowercase-label>",12"server_url": "https://<host>/v1/mcp/..."13}14```1516## `server_url` by Fabric item type1718| Fabric item | `server_url` pattern | Supported auth |19|---|---|---|20| Ontology | `https://{host}/v1/mcp/dataPlane/workspaces/{workspaceId}/items/{itemId}/ontologyEndpoint` | BYO Entra app only |21| Fabric data agent | `https://{host}/v1/mcp/workspaces/{workspaceId}/dataagents/{dataAgentId}/agent` | BYO Entra app *or* managed OAuth |22| Power BI semantic model | `https://{host}/v1/mcp/fabricaihub/integrations/m365` | BYO Entra app *or* managed OAuth |2324## Requirements2526- Microsoft Fabric license for both the developer and every calling end-user.27- For Ontology / Power BI: Entra app with delegated Power BI permissions `Item.Execute.All` + `Item.Read.All`; tenant admin consent required. For Data Agent: `DataAgent.Execute.All`.28- Each Fabric item must be **published** before it can be consumed through Fabric IQ.29- VNet integration is **not** supported.30- Tip: for Power BI semantic models, use latest models — measure/hierarchy reasoning benefits significantly.3132## References3334For the full Entra app setup, connection-creation walkthrough, and troubleshooting, see [Fabric IQ tool documentation](https://learn.microsoft.com/azure/foundry/agents/how-to/tools/fabric-iq).3536- [agent-tools.md](agent-tools.md) — tool index37- [foundry-tool-catalog.md](foundry-tool-catalog.md) — connection shape for Fabric IQ38