diff --git a/src/docs.json b/src/docs.json
index 80ba50b109..9ec9683fe5 100644
--- a/src/docs.json
+++ b/src/docs.json
@@ -1298,7 +1298,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..bb1c0d9eae
--- /dev/null
+++ b/src/langsmith/agent-builder-tools.mdx
@@ -0,0 +1,100 @@
+---
+title: Supported tools
+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)
+
+
+