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

# Composio Tools

# 🧰 Available Tools

Lyzr integrates seamlessly with a wide range of popular platforms to empower your AI agents. From productivity and collaboration to development, communication, and entertainment—these tools enable intelligent automation and enhanced workflows.

***

## ⚙️ What Are Tools in Lyzr?

Tools are external services and applications that your agents can access to perform actions, fetch data, or trigger workflows. By connecting these tools, your AI agents can move beyond passive Q\&A into powerful automation.

***

## 🚀 Tool Categories

### 🧑‍💼 Productivity & Collaboration

<Card title="Gmail" icon="m" href="../../../agent-lab/tools/ready/gmail" />

<Card title="Slack" icon="slack" href="../../../agent-lab/tools/ready/slack" />

<Card title="ClickUp" icon="up" href="../../../agent-lab/tools/ready/clickup" />

<Card title="Notion" icon="book" href="../../../agent-lab/tools/ready/notion.mdx" />

<Card title="Outlook" icon="calendar" href="../../../agent-lab/tools/ready/outlook" />

<Card title="Google Calendar" icon="calendar-days" href="../../../agent-lab/tools/ready/googlecalendar" />

<Card title="Google Drive" icon="folder" href="../../../agent-lab/tools/ready/googledrive" />

<Card title="Google Tasks" icon="check" href="../../../agent-lab/tools/ready/googletasks" />

<Card title="Calendly" icon="clock" href="../../../agent-lab/tools/ready/calendly" />

***

### 🛠 Development & Version Control

<Card title="GitHub" icon="github" href="../../../agent-lab/tools/ready/github" />

***

### 💬 Communication & Social

<Card title="Discord" icon="discord" href="../../../agent-lab/tools/ready/discord" />

<Card title="Twitter (X)" icon="twitter" href="../../../agent-lab/tools/ready/twitter" />

***

### 🎵 Entertainment & Media

<Card title="Spotify" icon="music" href="../../../agent-lab/tools/ready/spotify" />

<Card title="YouTube" icon="youtube" href="../../../agent-lab/tools/ready/youtube" />

***

### 🔍 AI & Search

<Card title="Perplexity AI" icon="database" href="../../../agent-lab/tools/ready/perplexity" />

***

## 🛠 How to Use Tools

1. Go to **Tools > Add Tool** in the Studio.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/lyzrinc/assets/images/studio/tools7.png" alt="" />

2. Select the tool and complete authentication or API key setup.

3. Configure actions available for each tool.

   <img src="https://mintlify.s3.us-west-1.amazonaws.com/lyzrinc/assets/images/studio/tools8.png" alt="" />

   After selecting a tool, you can configure which **specific action** you want the agent to perform with that tool.

   For example:

   * For Google Calendar: "Schedule meeting", "List events"
   * For Notion: "Update page", "Create new task"
   * For Gmail: "Send email", "Search inbox"

4. Start building agent workflows using natural prompts like:
   > “Schedule a meeting with John via Google Calendar.”\
   > “Tweet our new product launch.”\
   > “Play the Chill Lo-Fi playlist on Spotify.”

***

## ✨ Pro Tip

Tools can be combined into **multi-agent workflows**. For instance, an update from GitHub can trigger a Notion doc update and Slack notification.

***

<Card title="Custom Tool Creation Guide" icon="hammer" href="../../../agent-lab/tools/Custom Tools">
  Learn to equip agents with OpenAPI, code, and custom tools.
</Card>
