From 4f025b2f28fd0b92eb9668d1542b8a309ba98ca5 Mon Sep 17 00:00:00 2001 From: Palash Shah Date: Mon, 27 Oct 2025 19:50:08 -0400 Subject: [PATCH 1/2] feat: add tools to docs --- src/docs.json | 3 +- src/langsmith/agent-builder-tools.mdx | 101 ++++++++++++++++++++++++++ 2 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 src/langsmith/agent-builder-tools.mdx diff --git a/src/docs.json b/src/docs.json index 09177e1b14..5c63ad7ddb 100644 --- a/src/docs.json +++ b/src/docs.json @@ -1277,7 +1277,8 @@ "tab": "Agent Builder", "pages": [ "langsmith/agent-builder", - "langsmith/agent-builder-setup" + "langsmith/agent-builder-setup", + "langsmith/agent-builder-tools" ] }, { diff --git a/src/langsmith/agent-builder-tools.mdx b/src/langsmith/agent-builder-tools.mdx new file mode 100644 index 0000000000..d0ebe11152 --- /dev/null +++ b/src/langsmith/agent-builder-tools.mdx @@ -0,0 +1,101 @@ +--- +title: Supported tools +description: Built-in tools you can enable in Agent Builder and their authentication requirements. +sidebarTitle: Tools +mode: wide +--- + +Use these built-in tools to give your agents access to email, calendars, chat, project management, search, social, and general web utilities. + + + Google, Slack, Linear, and LinkedIn use OAuth. Exa, Tavily, and Twitter/X use workspace secrets. + + + + + Read and send email +
    +
  • Read emails (optionally include body, filter with search)
  • +
  • Send email or reply to an existing message
  • +
  • Create draft emails
  • +
  • Mark messages as read
  • +
  • Get a conversation thread
  • +
  • Apply or create labels
  • +
  • List mailbox labels
  • +
+
+ + + Send and read messages +
    +
  • Send a direct message to a user
  • +
  • Post a message to a channel
  • +
  • Reply in a thread
  • +
  • Read channel history
  • +
  • Read thread messages
  • +
+
+ +
+ +
    +
  • Exa web search (optionally fetch page contents)
  • +
  • Exa LinkedIn profile search
  • +
  • Tavily web search
  • +
+
+
+ + + +
+
+ + + Post to profile +
    +
  • Publish a post with optional image or link
  • +
+
+ + + Manage events +
    +
  • List events for a date
  • +
  • Get event details
  • +
  • Create new events
  • +
+
+ + + Manage issues and teams +
    +
  • List teams and team members
  • +
  • List issues with filters
  • +
  • Get issue details
  • +
  • Create, update, or delete issues
  • +
+
+ +
+ +
    +
  • Read a tweet by ID
  • +
  • Read recent posts from a list
  • +
+
+
+ + + +
+
+ + +
    +
  • Read webpage text content
  • +
  • Extract image URLs and metadata
  • +
  • Notify user (for confirmations/updates)
  • +
+
+
From 66c08e54ea7538f5507509c0ea74e5710f45605d Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Tue, 28 Oct 2025 16:33:06 -0400 Subject: [PATCH 2/2] Update src/langsmith/agent-builder-tools.mdx --- src/langsmith/agent-builder-tools.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/langsmith/agent-builder-tools.mdx b/src/langsmith/agent-builder-tools.mdx index d0ebe11152..bb1c0d9eae 100644 --- a/src/langsmith/agent-builder-tools.mdx +++ b/src/langsmith/agent-builder-tools.mdx @@ -1,6 +1,5 @@ --- title: Supported tools -description: Built-in tools you can enable in Agent Builder and their authentication requirements. sidebarTitle: Tools mode: wide ---