> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-zh.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 工具集成

> 为您的智能体提供访问各种工具和服务的能力。

您可以在 LangSmith Fleet 中访问多种工具。使用工具集成和 [MCP 服务器](/langsmith/fleet/remote-mcp-servers)，让您的智能体能够使用电子邮件、日历、聊天、项目管理、代码托管、电子表格/商业智能、搜索、社交媒体以及通用网络实用程序。

## 添加工具

您可以从 [Fleet > 集成选项卡](https://smith.langchain.com/agents/tools) 添加工具，使其对工作空间中的所有智能体可用；或者从智能体编辑器中添加，将其应用于特定的智能体。

<Tabs>
  <Tab title="从 Fleet > 集成添加">
    要将工具添加到工作空间中的所有智能体：

    1. 在 [Fleet > 集成选项卡](https://smith.langchain.com/agents/tools) 上，找到您要添加的工具。
    2. 点击 **连接**。
    3. 按照提示将工具连接到您的智能体。
  </Tab>

  <Tab title="从智能体编辑器添加">
    要将工具添加到特定智能体：

    1. 在 [Fleet](https://smith.langchain.com) 中，选择您要添加工具的智能体。
    2. 在图视图中，导航到 **工具箱** 部分，点击 **+ 添加**。
    3. 选择您要添加的工具。
    4. 点击 **保存更改**。
  </Tab>
</Tabs>

## 断开工具连接

要从智能体中移除工具：

<Steps>
  <Step title="选择智能体">
    在 [Fleet](https://smith.langchain.com) 中，选择您要从中移除工具的智能体。
  </Step>

  <Step title="移除工具">
    1. 在图视图中，导航到 **工具箱** 部分，找到您要移除的工具。
    2. 点击该工具的 <Icon icon="trash" /> **移除** 图标。
    3. 点击 **保存更改**。
  </Step>
</Steps>

## 内置工具

以下工具是 LangSmith Fleet 中可用工具的一部分。要查看完整的最新列表，请访问 [Fleet > 集成选项卡](https://smith.langchain.com/agents/tools)。

<CardGroup cols={3}>
  <Card title="Gmail" icon="brand-google">
    在您的 Gmail 收件箱中读取、撰写和管理电子邮件。
  </Card>

  <Card title="Google BigQuery" icon="brand-google">
    运行查询并分析存储在 Google BigQuery 中的大型数据集。
  </Card>

  <Card title="Google Calendar" icon="brand-google">
    查看、创建和管理日历事件及会议安排。
  </Card>

  <Card title="Google Docs" icon="brand-google">
    在 Google 文档中创建、读取和编辑文档。
  </Card>

  <Card title="Google Sheets" icon="brand-google">
    在 Google Sheets 电子表格中读取、更新和分析数据。
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Excel" icon="brand-windows">
    在 Microsoft Excel 工作簿中读取、写入和分析数据。
  </Card>

  <Card title="Outlook" icon="brand-windows">
    读取、草拟和管理 Outlook 电子邮件、会议和日历事件。
  </Card>

  <Card title="PowerPoint" icon="brand-windows">
    搜索、读取和创建 Microsoft PowerPoint 演示文稿。
  </Card>

  <Card title="SharePoint" icon="brand-windows">
    浏览、读取和管理 Microsoft SharePoint 中的文档和站点。
  </Card>

  <Card title="Teams" icon="brand-windows">
    在 Microsoft Teams 中发送和读取消息、管理频道及协作更新。
  </Card>

  <Card title="Word" icon="brand-windows">
    搜索、读取和管理 Microsoft Word 文档。
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Exa" icon="search">
    使用 AI 驱动的语义搜索在网络上查找高度相关的结果。
  </Card>

  <Card title="GitHub" icon="brand-github">
    浏览代码仓库、管理议题和拉取请求，并在 GitHub 上审查代码。
  </Card>

  <Card title="Linear" icon="list-check">
    在 Linear 中跟踪问题、规划冲刺并协调团队项目。
  </Card>

  <Card title="LinkedIn" icon="brand-linkedin">
    创建帖子、管理公司页面并与您的专业网络互动。
  </Card>

  <Card title="Pylon" icon="messages">
    查看并回复跨渠道的客户支持对话。
  </Card>

  <Card title="Slack" icon="brand-slack">
    在 Slack 中发送消息、管理频道并自动化通知。
  </Card>

  <Card title="Tavily" icon="world-search">
    搜索网络并从网页中提取结构化内容。
  </Card>

  <Card title="X" icon="brand-x">
    在 X 上发布帖子、监控提及并与您的受众互动。
  </Card>
</CardGroup>

<Tip>
  您还可以连接到远程 MCP 服务器，为您的智能体提供访问更多工具的能力。有关更多信息，请参阅 [远程 MCP 服务器](/langsmith/fleet/remote-mcp-servers)。
</Tip>

***

<div className="source-links">
  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/i18n\zh-CN\langsmith\fleet\tools.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
