# 本章小结

本章深入探讨了工具使用的各个方面，从基础的函数调用机制到高级的工具连接协议，再到代码执行与多模态交互。工具是智能体的“手”“眼”“计算引擎”，通过标准化设计与协议，让智能体真正具备改变世界的能力。

## 关键概念清单

* **工具本质**：信息获取、计算执行、环境交互、通信四大能力
* **设计原则**：单一职责、清晰描述、JSON Schema、友好错误处理
* **标准化协议**：MCP/Tool Use 解决互操作性难题
* **代码解释器**：提供沙箱计算与环境反馈
* **计算机操作**：GUI 自动化与视觉感知能力
* **多模态融合**：图像、音频的感知能力补充

## 下一步

掌握单体工具使用后，下一章探讨如何让多个智能体协同工作、通过分工解决复杂问题。

***

**下一章**: [第五章：多智能体协作模式](/agentic_ai_guide/di-er-bu-fen-qun-ti-zhi-neng-yu-jin-hua/05_collaboration.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/agentic_ai_guide/di-yi-bu-fen-dan-ti-zhi-neng-jia-gou/04_tools/summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
