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

# Tool integrations

> Give your agents access to a wide range of tools and services.

You can access a variety of tools in LangSmith Fleet. Use tool integrations and [MCP servers](/langsmith/fleet/remote-mcp-servers) to give your agents access to email, calendars, chat, project management, code hosting, spreadsheets/BI, search, social, and general web utilities.

## Add a tool

You can add a tool from the [Fleet > Integrations tab](https://smith.langchain.com/agents/tools) to make it available to all agents in the workspace or from the agent editor to add it to a specific agent.

<Tabs>
  <Tab title="From Fleet > Integrations">
    To add a tool to all agents in the workspace:

    1. On the [Fleet > Integrations tab](https://smith.langchain.com/agents/tools), find the tool you want to add.
    2. Click the **Connect**.
    3. Follow the prompts to connect the tool to your agent.
  </Tab>

  <Tab title="From the agent editor">
    To add a tool to a specific agent:

    1. In [Fleet](https://smith.langchain.com?utm_source=docs\&utm_medium=cta\&utm_campaign=langsmith-signup\&utm_content=langsmith-fleet-tools), select the agent to which you want to add the tool.
    2. In the graph view, navigate to the **Toolbox** section and click **+ Add**.
    3. Select the tool you want to add.
    4. Click **Save Changes**.
  </Tab>
</Tabs>

## Disconnect a tool

To remove a tool from your agent:

<Steps>
  <Step title="Select the agent">
    In [Fleet](https://smith.langchain.com?utm_source=docs\&utm_medium=cta\&utm_campaign=langsmith-signup\&utm_content=langsmith-fleet-tools), select the agent from which you want to remove the tool.
  </Step>

  <Step title="Remove the tool">
    1. In the graph view, navigate to the **Toolbox** section and find the tool you want to remove.
    2. Click the <Icon icon="trash" /> **Remove** icon for the tool.
    3. Click **Save Changes**.
  </Step>
</Steps>

## Built-in tools

The following tools are a subset of the tools available in LangSmith Fleet. For the full up-to-date list, visit the [Fleet > Integrations tab](https://smith.langchain.com/agents/tools).

<CardGroup cols={3}>
  <Card title="Gmail" icon="brand-google">
    Read, compose, and organize emails in your Gmail inbox.
  </Card>

  <Card title="Google BigQuery" icon="brand-google">
    Run queries and analyze large datasets stored in Google BigQuery.
  </Card>

  <Card title="Google Calendar" icon="brand-google">
    View, create, and manage calendar events and meeting schedules.
  </Card>

  <Card title="Google Docs" icon="brand-google">
    Create, read, and edit documents in Google Docs.
  </Card>

  <Card title="Google Sheets" icon="brand-google">
    Read, update, and analyze data in Google Sheets spreadsheets.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Excel" icon="brand-windows">
    Read, write, and analyze data in Microsoft Excel workbooks.
  </Card>

  <Card title="Outlook" icon="brand-windows">
    Read, draft, and organize Outlook emails, meetings, and calendar events.
  </Card>

  <Card title="PowerPoint" icon="brand-windows">
    Search, read, and create Microsoft PowerPoint presentations.
  </Card>

  <Card title="SharePoint" icon="brand-windows">
    Browse, read, and manage documents and sites in Microsoft SharePoint.
  </Card>

  <Card title="Teams" icon="brand-windows">
    Send and read messages, channels, and collaboration updates in Microsoft Teams.
  </Card>

  <Card title="Word" icon="brand-windows">
    Search, read, and manage Microsoft Word documents.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Exa" icon="search">
    Search the web using AI-powered semantic search for highly relevant results.
  </Card>

  <Card title="GitHub" icon="brand-github">
    Browse repositories, manage issues and pull requests, and review code on GitHub.
  </Card>

  <Card title="Linear" icon="list-check">
    Track issues, plan sprints, and coordinate team projects in Linear.
  </Card>

  <Card title="LinkedIn" icon="brand-linkedin">
    Create posts, manage your company page, and engage with your professional network.
  </Card>

  <Card title="Pylon" icon="messages">
    View and respond to customer support conversations across channels.
  </Card>

  <Card title="Slack" icon="brand-slack">
    Send messages, manage channels, and automate notifications in Slack.
  </Card>

  <Card title="Tavily" icon="world-search">
    Search the web and extract structured content from web pages.
  </Card>

  <Card title="X" icon="brand-x">
    Publish posts, monitor mentions, and engage with your audience on X.
  </Card>
</CardGroup>

<Tip>
  You can also connect to remote MCP servers to give your agents access to additional tools. See [Remote MCP servers](/langsmith/fleet/remote-mcp-servers) for more information.
</Tip>

***

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

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