You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The Foundry Agent Service provides the following built-in tools. You can use the
76
76
|[Function calling](function-calling.md)|Describe the structure of functions you create to an agent and have them be called when appropriate during the agent's interactions with users. |
77
77
|[Grounding with Bing Search](bing-grounding.md)| Enable your agent to use Grounding with Bing Search to access and return information from the internet. |
78
78
|[Grounding with Bing Custom Search (preview)](bing-custom-search.md)| Enhance your Agent response with selected web domains |
79
-
|[Model Context Protocol (preview)](model-context-protocol.md)| Give the agent access to tools hosted on an existing MCP endpoint |
79
+
|[Model Context Protocol (preview)](mcp.md)| Give the agent access to tools hosted on an existing MCP endpoint |
80
80
|[Microsoft Fabric (preview)](fabric.md)| Integrate your agent with the [Microsoft Fabric data agent](https://go.microsoft.com/fwlink/?linkid=2312815) to unlock powerful data analysis capabilities. |
81
81
|[OpenAPI 3.0 Specified tool ](openapi-spec.md)| Connect your Azure AI Agent to external APIs using functions with an OpenAPI 3.0 specification. |
0 commit comments