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: docs/builtin-tools.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,9 @@ _(This example is complete, it can be run "as is")_
425
425
The [`MCPServerTool`][pydantic_ai.builtin_tools.MCPServerTool] allows your agent to pass MCP configurations in context,
426
426
so that the agent can offload MCP calls and parsing to the provider.
427
427
428
+
> **Note:** This tool is useful for models that support passing MCP servers as tools in parameters, so the model handles calls to remote servers by itself.
429
+
> However, a vast majority of models do not support this feature, in which case you should refer to an [alternative solution](mcp/overview.md).
430
+
428
431
### Provider Support
429
432
430
433
| Provider | Supported | Notes |
@@ -489,7 +492,7 @@ _(This example is complete, it can be run "as is")_
489
492
490
493
### Configuration Options
491
494
492
-
The `WebSearchTool` supports several configuration parameters:
495
+
The `MCPServerTool` supports several configuration parameters:
0 commit comments