> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-opensw-1774360645-bf2eec8.mintlify.site/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.

<Tip>
  The tools listed below 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).
</Tip>

## Google

<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>

## Microsoft

<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>

## Other

<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>

## Disconnect a tool

To remove a tool from your agent:

<Steps>
  <Step title="Open Agent settings">
    In the [LangSmith UI](https://smith.langchain.com), hover over **My Agents** in the left sidebar and click the <Icon icon="settings" /> settings icon.
  </Step>

  <Step title="Find the integration">
    In the integrations section, locate the connected app you want to remove.
  </Step>

  <Step title="Disconnect">
    Click **Disconnect** for that integration.
  </Step>
</Steps>

***

<div className="source-links">
  <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>

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