diff --git a/public/llms.txt b/public/llms.txt index 181c3d70..bbc29236 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -6,327 +6,326 @@ Arcade enables your AI agent to securely take real-world actions through user-sp ## Getting Started -- [page](https://docs.arcade.dev/en/home.md): The Arcade Docs page provides users with comprehensive information and resources related to Arcade, enabling them to understand and utilize its features effectively. It serves as a central hub for all documentation related to Arcade. +- [page](https://docs.arcade.dev/en/home.md): The Arcade Docs page serves as a comprehensive resource for users to access all necessary information about Arcade. It provides guidance and insights to help users effectively utilize the platform. ## Agentic Development -- [Agentic Development](https://docs.arcade.dev/en/home/agentic-development.md): The "Agentic Development" documentation page provides guidance on enhancing your development experience by integrating AI capabilities into your IDEs using Arcade.dev's resources. It explains how to utilize the LLMs.txt file format for accessing documentation and introduces Context7, a +- [Agentic Development](https://docs.arcade.dev/en/home/agentic-development.md): This documentation page provides guidance on enhancing development speed by integrating AI tools with Arcade.dev's resources in IDEs. It explains how to utilize the LLMs.txt file format for easy access to documentation and introduces Context7, a server that supplies up-to ## Api Keys -- [Getting Your API Key](https://docs.arcade.dev/en/home/api-keys.md): This documentation page guides users on how to obtain and manage their Arcade API key, detailing the steps for both dashboard and CLI methods. It emphasizes the importance of securely storing the API key, as it grants administrative access to the Arcade platform. Additionally, it +- [Getting Your API Key](https://docs.arcade.dev/en/home/api-keys.md): This documentation page guides users on how to obtain and manage their Arcade API key, detailing the steps for both the Arcade Dashboard and CLI methods. It emphasizes the importance of securely storing the API key, as it serves as an administrator credential for accessing Arcade services ## API Reference -- [Arcade API Reference](https://docs.arcade.dev/en/references/api.md): The Arcade API Reference documentation provides users with essential information about the Arcade API, including the base URL for API requests and the requirement for a valid account. It also features an interactive Swagger UI for exploring the API's functionalities. Users can learn how to effectively -- [Arcade MCP (MCP Server SDK) - Python Overview](https://docs.arcade.dev/en/references/mcp/python/overview.md): This documentation page provides an overview of the Arcade MCP (MCP Server SDK) for Python, detailing its minimal API designed for programmatically building MCP servers. Users will learn how to configure server settings, manage tools, and utilize the `MCPApp -- [Claude Desktop](https://docs.arcade.dev/en/references/mcp/python/clients/claude-desktop.md): This documentation page provides a comprehensive guide for setting up and configuring the Arcade MCP server with Claude Desktop, including prerequisites, quick setup instructions, and advanced configuration options. Users will learn how to manage multiple servers, troubleshoot common issues, and implement best practices for -- [Cursor IDE](https://docs.arcade.dev/en/references/mcp/python/clients/cursor.md): This documentation page provides a comprehensive guide for integrating Arcade MCP servers with Cursor IDE, an AI-powered development environment. Users will learn how to configure their MCP servers, set up development workflows, utilize integration features, and troubleshoot common issues to enhance their coding experience -- [Errors](https://docs.arcade.dev/en/references/mcp/python/errors.md): This documentation page provides an overview of domain-specific error types associated with the MCP server and its components, detailing the exception hierarchy for improved error handling and debugging. Users can learn about various exceptions, such as `MCPError`, `ServerError`, and -- [MCP Inspector](https://docs.arcade.dev/en/references/mcp/python/clients/mcp-inspector.md): The MCP Inspector documentation provides users with a comprehensive guide to install, configure, and utilize the MCP Inspector tool for debugging and testing Arcade MCP servers. It outlines features such as interactive testing, protocol monitoring, and resource browsing, along with advanced usage tips for -- [Middleware](https://docs.arcade.dev/en/references/mcp/python/middleware.md): This documentation page provides an overview of the Middleware component in the Arcade MCP Server SDK for Python, detailing how users can intercept and modify MCP requests and responses through a series of handler methods. It includes information on base classes, built-in middleware options like logging -- [Server](https://docs.arcade.dev/en/references/mcp/python/server.md): This documentation page provides a reference for the `MCPServer` class in the Arcade MCP Python library, detailing its purpose as a low-level server for hosting Arcade tools over MCP. Users can learn about its features, including middleware support, context injection, -- [Settings](https://docs.arcade.dev/en/references/mcp/python/settings.md): This documentation page provides guidance on configuring global and environment-driven settings for the Arcade MCP Server, detailing the structure and usage of various settings containers such as MCPSettings, ServerSettings, and others. Users will learn how to create settings from environment variables, convert -- [Sharing your MCP server](https://docs.arcade.dev/en/references/mcp/python/sharing.md): This documentation page guides users on how to share their MCP server with others by creating a secure tunnel and registering it with Arcade. It outlines the steps for running the server, establishing a public URL using various tunneling options, and registering the server in the -- [Telemetry](https://docs.arcade.dev/en/references/mcp/telemetry.md): This documentation page provides an overview of the telemetry data collected by the `arcade-mcp` framework, detailing what information is tracked, the purpose of this data collection, and how users can opt-out if desired. It emphasizes the optional nature of participation -- [Transport Modes](https://docs.arcade.dev/en/references/mcp/python/transports.md): This documentation page provides an overview of the different transport modes (stdio and HTTP) available for MCP servers, detailing their characteristics, use cases, and configuration options. Users will learn how to implement and choose the appropriate transport mode based on their application needs, -- [Types](https://docs.arcade.dev/en/references/mcp/python/types.md): This documentation page provides an overview of core Pydantic models and enums used in the MCP protocol, specifically detailing the `CallToolResult` and `SessionMessage` types. It helps users understand how to construct JSON-RPC requests and responses, as -- [Visual Studio Code](https://docs.arcade.dev/en/references/mcp/python/clients/visual-studio-code.md): This documentation page provides a comprehensive guide for integrating Arcade MCP servers with Visual Studio Code (VSCode) through various methods, including terminal integration, task runners, and launch configurations. It outlines prerequisites, development workflows, debugging tips, and best practices to enhance +- [Arcade API Reference](https://docs.arcade.dev/en/references/api.md): The Arcade API Reference documentation provides users with essential information about accessing and utilizing the Arcade API, including the base URL for API requests and the requirement for a valid account. It also features an interactive Swagger UI for exploring the API's endpoints. Users can learn +- [Arcade MCP (MCP Server SDK) - Python Overview](https://docs.arcade.dev/en/references/mcp/python/overview.md): The Arcade MCP (MCP Server SDK) - Python Overview documentation provides a comprehensive guide for developers to build MCP servers using a minimal API framework. It covers basic usage, class references, and various methods for configuring server properties, managing tools, and handling +- [Errors](https://docs.arcade.dev/en/references/mcp/python/errors.md): This documentation page provides an overview of domain-specific error types used in the MCP server and its components, detailing the MCP exception hierarchy for improved error handling and debugging. It outlines various exceptions, such as `MCPError`, `ServerError`, and ` +- [Middleware](https://docs.arcade.dev/en/references/mcp/python/middleware.md): This documentation page provides an overview of the Middleware component in the Arcade MCP Server SDK for Python, detailing how to intercept and modify requests and responses during processing. It outlines the base classes, methods for handling various types of messages, and built-in middleware options +- [Server](https://docs.arcade.dev/en/references/mcp/python/server.md): This documentation page provides a comprehensive reference for the `MCPServer` class in the Arcade MCP Python library, detailing its features, properties, and methods for hosting Arcade tools over MCP. Users can learn how to initialize the server, manage middleware, and +- [Settings](https://docs.arcade.dev/en/references/mcp/python/settings.md): This documentation page provides an overview of global configuration and environment-driven settings for the Arcade MCP Server, detailing various settings containers such as MCPSettings, ServerSettings, and ToolEnvironmentSettings. Users can learn how to create settings from environment variables, convert them to +- [Telemetry](https://docs.arcade.dev/en/references/mcp/telemetry.md): This documentation page provides an overview of the telemetry data collected by the `arcade-mcp` framework, explaining its purpose in improving product features and user experience. It details what specific usage information is tracked, reassures users about the non-collection of +- [Transport Modes](https://docs.arcade.dev/en/references/mcp/python/transports.md): This documentation page provides an overview of the two transport modes—stdio and HTTP—used by MCP servers for client communication. It outlines the characteristics, usage scenarios, and configuration options for each transport, helping users choose the appropriate mode based on their application needs +- [Types](https://docs.arcade.dev/en/references/mcp/python/types.md): This documentation page provides an overview of core Pydantic models and enums used in the MCP protocol, specifically detailing the `CallToolResult` and `SessionMessage` types. It includes examples for constructing JSON-RPC requests and responses, as well as ## Arcade Cli -- [The Arcade CLI](https://docs.arcade.dev/en/home/arcade-cli.md): The Arcade CLI documentation provides users with instructions on how to install and utilize the Arcade command-line tool for managing Arcade deployments and toolkits. It includes detailed guidance on installation within a Python virtual environment and offers usage examples for various commands to facilitate effective toolkit management +- [The Arcade CLI](https://docs.arcade.dev/en/home/arcade-cli.md): The Arcade CLI documentation provides users with instructions on how to install and utilize the Arcade command-line tool for managing deployments and MCP servers. It includes detailed commands for various functionalities such as logging in, deploying, and configuring servers, along with guidance on accessing help ## Auth -- [Authorized Tool Calling](https://docs.arcade.dev/en/home/auth/auth-tool-calling.md): The "Authorized Tool Calling" documentation provides a comprehensive guide for developers on how to implement an authorization system using Arcade, enabling AI agents to securely access external services on behalf of users. It covers the steps for initializing the client, authorizing tools, checking -- [Checking Tool Authorization Status](https://docs.arcade.dev/en/home/auth/tool-auth-status.md): This documentation page provides a comprehensive guide on how to check the authorization status of tools before execution, helping users understand the necessary permissions and tool availability. It includes instructions for initializing the client in Python or JavaScript, checking the authorization status for all tools or -- [Direct Third-Party API Call](https://docs.arcade.dev/en/home/auth/call-third-party-apis-directly.md): This documentation page provides a comprehensive guide on how to retrieve an authorization token using Arcade to directly call third-party APIs, exemplified by the Gmail API. Users will learn to manage user authentication flows, handle authorization requests, and utilize tokens for accessing external services -- [How Arcade helps with Agent Authorization](https://docs.arcade.dev/en/home/auth/how-arcade-helps.md): This documentation page explains how Arcade facilitates agent authorization for applications that require access to sensitive user data and services. It details the challenges of authentication and authorization, and how Arcade's system supports OAuth 2.0, API keys, and user tokens, enabling -- [How Arcade helps with Agent Authorization](https://docs.arcade.dev/en/home/auth/how-arcade-helps.md): This documentation page explains how Arcade facilitates agent authorization for AI applications, enabling them to securely access and act on user-specific data from external services like Gmail and Google Calendar. It details the challenges of authentication and outlines how Arcade's authorization system, which supports OAuth -- [Secure and Brand the Auth Flow in Production](https://docs.arcade.dev/en/home/auth/secure-auth-production.md): This documentation page provides guidance on securing and branding authentication flows in production using Arcade.dev. It outlines two methods for user verification: utilizing the default Arcade user verifier for development and implementing a custom user verifier for production applications. Users will learn how to configure these +- [Authorized Tool Calling](https://docs.arcade.dev/en/home/auth/auth-tool-calling.md): The "Authorized Tool Calling" documentation provides a comprehensive guide for developers on how to implement authorization for AI agents using Arcade, enabling secure access to external services like Gmail and Zoom. It outlines the steps for initializing the client, authorizing tools, checking authorization +- [Checking Tool Authorization Status](https://docs.arcade.dev/en/home/auth/tool-auth-status.md): This documentation page provides a comprehensive guide on how to check the authorization status of tools, helping users understand the permissions required and the availability of tools before execution. It includes instructions for initializing the client in Python or JavaScript, checking the authorization status for all +- [Direct Third-Party API Call](https://docs.arcade.dev/en/home/auth/call-third-party-apis-directly.md): This documentation page provides a step-by-step guide on how to obtain an authorization token to directly call third-party APIs, specifically using the Gmail API as an example. Users will learn to manage user authentication flows and utilize tokens with external services, enabling them to +- [How Arcade helps with Agent Authorization](https://docs.arcade.dev/en/home/auth/how-arcade-helps.md): This documentation page explains how Arcade facilitates agent authorization for applications that require access to sensitive user data and services. It details the challenges of authentication and authorization in agentic applications and describes how Arcade's system supports OAuth 2.0, enabling AI agents to +- [How Arcade helps with Agent Authorization](https://docs.arcade.dev/en/home/auth/how-arcade-helps.md): This documentation page explains how Arcade facilitates agent authorization for applications that require access to sensitive user data and services. It details the challenges of authentication and outlines how Arcade's authorization system, which supports OAuth 2.0, enables AI agents to securely act on +- [Secure and Brand the Auth Flow in Production](https://docs.arcade.dev/en/home/auth/secure-auth-production.md): This documentation page guides users on how to secure and customize their authentication flows in production using Arcade.dev. It outlines the use of the default Arcade user verifier for development and provides instructions for implementing a custom user verifier for enhanced security and user experience in production applications ## Auth Providers -- [Airtable](https://docs.arcade.dev/en/home/auth-providers/airtable.md): This documentation page provides guidance on configuring the Airtable authentication provider for tools and agents using OAuth 2.0, enabling them to interact with Airtable APIs on behalf of users. It outlines the steps to create an Airtable app, obtain necessary credentials -- [Asana](https://docs.arcade.dev/en/home/auth-providers/asana.md): This documentation page provides guidance on using the Asana authentication provider within the Arcade platform, enabling users to call Asana APIs on behalf of their applications. It details how to quickly set up the default Asana auth provider or configure custom app credentials, ensuring -- [Atlassian](https://docs.arcade.dev/en/home/auth-providers/atlassian.md): This documentation page provides guidance on configuring a custom Atlassian Auth Provider for use with Arcade, enabling users to authenticate and interact with the Atlassian API on behalf of their applications. It outlines the necessary steps to create an Atlassian app, -- [Auth Providers](https://docs.arcade.dev/en/home/auth-providers.md): The "Auth Providers" documentation page serves as a comprehensive registry of available authentication providers within the Arcade ecosystem, enabling users to securely connect Arcade tools to their data. It outlines the benefits of using Arcade's built-in auth providers versus configuring custom ones, including -- [Calendly](https://docs.arcade.dev/en/home/auth-providers/calendly.md): This documentation page provides guidance on configuring the Calendly authentication provider for use with Arcade, enabling users to call Calendly APIs via OAuth 2.0. It outlines the steps for creating a Calendly app, registering it, and integrating it with Arcade -- [ClickUp](https://docs.arcade.dev/en/home/auth-providers/clickup.md): This documentation page provides guidance on configuring and using the ClickUp authentication provider within the Arcade platform, enabling users to call the ClickUp API on behalf of their users. It outlines the steps to create a ClickUp app, set up OAuth credentials, and -- [Discord](https://docs.arcade.dev/en/home/auth-providers/discord.md): This documentation page provides guidance on configuring a custom Discord authentication provider within the Arcade platform, enabling users to call the Discord API on behalf of their users. It outlines the steps to create a Discord application, set up OAuth 2.0 credentials, and -- [Dropbox](https://docs.arcade.dev/en/home/auth-providers/dropbox.md): This documentation page provides instructions on how to configure and use a custom Dropbox authentication provider within the Arcade platform, enabling applications and tools to access the Dropbox API on behalf of users. It outlines the steps for creating a Dropbox app, setting up OAuth 2 -- [Figma](https://docs.arcade.dev/en/home/auth-providers/figma.md): This documentation page provides guidance on configuring Figma authentication using OAuth 2.0 for tools and agents within the Arcade platform. It outlines the steps to create a Figma app, set up OAuth credentials, and integrate the Figma API into applications or -- [GitHub](https://docs.arcade.dev/en/home/auth-providers/github.md): This documentation page provides guidance on configuring GitHub authentication for tools and applications using the Arcade platform, enabling users to call GitHub APIs on behalf of their users. It outlines the steps for creating a GitHub app, setting up app credentials, and integrating -- [Google](https://docs.arcade.dev/en/home/auth-providers/google.md): This documentation page provides guidance on configuring and using the Google authentication provider with Arcade, enabling users to call Google/Google Workspace APIs on behalf of users. It outlines the steps for creating a Google app, setting up OAuth credentials, and integrating Google auth into -- [Hubspot](https://docs.arcade.dev/en/home/auth-providers/hubspot.md): This documentation page provides guidance on using and configuring the Hubspot authentication provider within the Arcade platform, enabling users to call Hubspot APIs on behalf of their applications. It outlines the steps for utilizing Arcade's default Hubspot auth provider or setting up custom app -- [Linear](https://docs.arcade.dev/en/home/auth-providers/linear.md): This documentation page provides guidance on how to configure and use the Linear authentication provider with Arcade, enabling applications and custom tools to access Linear APIs on behalf of users. It outlines the steps for creating a Linear app, setting up OAuth2 credentials, and integrating -- [LinkedIn](https://docs.arcade.dev/en/home/auth-providers/linkedin.md): This documentation page provides guidance on configuring and using the LinkedIn authentication provider within the Arcade platform, enabling applications and custom tools to access LinkedIn APIs on behalf of users. It outlines the steps for creating a LinkedIn app, setting up app credentials, -- [Microsoft](https://docs.arcade.dev/en/home/auth-providers/microsoft.md): This documentation page provides guidance on how to create and configure a custom Microsoft authentication provider for use with Arcade, enabling users to call Microsoft Graph APIs through their applications or tools. It outlines the necessary steps for registering a Microsoft app, setting permissions, and integrating -- [Miro](https://docs.arcade.dev/en/home/auth-providers/miro.md): This documentation page provides guidance on configuring the Miro authentication provider for tools and agents to access Miro APIs using OAuth 2.0. It details the steps to create a Miro app, obtain necessary credentials, and integrate Miro auth with the -- [Notion](https://docs.arcade.dev/en/home/auth-providers/notion.md): This documentation page provides guidance on configuring and using the Notion authentication provider with Arcade, enabling users to call Notion APIs on behalf of their users. It outlines the steps to create a Notion app, set up OAuth provider details in the Arcade dashboard -- [OAuth 2.0](https://docs.arcade.dev/en/home/auth-providers/oauth2.md): This documentation page provides guidance on how to configure OAuth 2.0 for authorizing tools and agents with any OAuth 2.0-compatible API using Arcade. It details the setup process for both the Arcade Cloud Engine and self-hosted environments, including -- [PagerDuty](https://docs.arcade.dev/en/home/auth-providers/pagerduty.md): This documentation page provides guidance on configuring the PagerDuty authentication provider for use with Arcade, enabling users to call PagerDuty APIs via OAuth 2.0. It outlines the steps for creating a PagerDuty app, obtaining necessary credentials, and integrating the auth -- [Reddit](https://docs.arcade.dev/en/home/auth-providers/reddit.md): This documentation page provides instructions on how to create and configure a custom Reddit Auth Provider using OAuth 2.0 credentials within the Arcade platform. It guides users through the process of setting up a Reddit application, integrating it with Arcade, and utilizing Reddit authentication -- [Salesforce](https://docs.arcade.dev/en/home/auth-providers/salesforce.md): This documentation page provides guidance on configuring the Salesforce auth provider for use with Arcade, enabling users to call Salesforce APIs through various tools and applications. It outlines the steps for creating a Connected App in Salesforce, including necessary settings and permissions, as well as how -- [Slack](https://docs.arcade.dev/en/home/auth-providers/slack.md): This documentation page provides guidance on configuring the Slack authentication provider within the Arcade platform, enabling users to integrate Slack APIs into their applications or tools. It outlines the steps for creating a Slack app, setting up app credentials, and configuring the Slack auth provider in -- [Spotify](https://docs.arcade.dev/en/home/auth-providers/spotify.md): This documentation page provides guidance on configuring a custom Spotify Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Spotify API on behalf of users. It outlines the steps to create a Spotify app, set up the provider in the Arcade dashboard -- [Square](https://docs.arcade.dev/en/home/auth-providers/square.md): This documentation page provides guidance on configuring the Square authentication provider to enable applications and agents to access Square APIs using OAuth 2.0. It outlines the steps for creating a Square app, obtaining necessary credentials, and integrating these with the Arcade platform, ensuring -- [TickTick](https://docs.arcade.dev/en/home/auth-providers/ticktick.md): This documentation page provides guidance on configuring the TickTick authentication provider for use with Arcade, enabling users to call TickTick APIs via OAuth 2.0 authentication. It outlines the steps for creating a TickTick app, setting up OAuth settings, and integrating -- [Twitch](https://docs.arcade.dev/en/home/auth-providers/twitch.md): This documentation page provides instructions for configuring a custom Twitch authentication provider within the Arcade platform, enabling users to call the Twitch API on behalf of their users. It outlines the steps to create a Twitch app, set up OAuth credentials, and integrate the provider into -- [X](https://docs.arcade.dev/en/home/auth-providers/x.md): This documentation page provides guidance on configuring and using the X (Twitter) authentication provider within the Arcade platform, enabling users to call the X API on behalf of users in their applications or tools. It includes steps for creating an X app, setting up OAuth -- [Zendesk](https://docs.arcade.dev/en/home/auth-providers/zendesk.md): This documentation page provides guidance on configuring a custom Zendesk authentication provider for use with Arcade, enabling users to call Zendesk APIs on behalf of users. It outlines the steps to create a Zendesk app, set up OAuth clients, and configure necessary secrets -- [Zoho](https://docs.arcade.dev/en/home/auth-providers/zoho.md): This documentation page provides guidance on configuring the Zoho authentication provider for use with Arcade, enabling users to access Zoho APIs through OAuth 2.0. It outlines the steps to create a Zoho app, set up necessary credentials, and integrate with -- [Zoom](https://docs.arcade.dev/en/home/auth-providers/zoom.md): This documentation page provides instructions for configuring a custom Zoom authentication provider within the Arcade platform, enabling users to call the Zoom API on behalf of their applications. It outlines the steps to create a Zoom app, set up OAuth credentials, and integrate Zoom authentication into +- [Airtable](https://docs.arcade.dev/en/home/auth-providers/airtable.md): This documentation page provides guidance on configuring the Airtable authentication provider using OAuth 2.0, enabling users to integrate Airtable APIs into their applications or tools. It outlines the steps to create an Airtable app, obtain necessary credentials, and set up +- [Asana](https://docs.arcade.dev/en/home/auth-providers/asana.md): This documentation page provides guidance on using the Asana authentication provider within the Arcade platform, enabling users to call Asana APIs on behalf of users. It outlines how to quickly set up the default Asana auth provider, configure custom app credentials, and create +- [Atlassian](https://docs.arcade.dev/en/home/auth-providers/atlassian.md): This documentation page provides guidance on configuring a custom Atlassian Auth Provider for use with Arcade, enabling applications and tools to authenticate and interact with the Atlassian API on behalf of users. It outlines the necessary steps to create an Atlassian app +- [Auth Providers](https://docs.arcade.dev/en/home/auth-providers.md): This documentation page provides an overview of the various authentication providers available within the Arcade ecosystem, enabling users to securely grant Arcade tools access to their data. It outlines the benefits of using Arcade's built-in auth providers versus configuring custom ones, including branding and rate +- [Calendly](https://docs.arcade.dev/en/home/auth-providers/calendly.md): This documentation page provides guidance on configuring the Calendly authentication provider for tools and applications using OAuth 2.0, enabling users to access Calendly APIs on behalf of their users. It outlines the steps to create a Calendly developer account, register an +- [ClickUp](https://docs.arcade.dev/en/home/auth-providers/clickup.md): This documentation page provides guidance on configuring and using the ClickUp authentication provider with Arcade, enabling applications and custom tools to access the ClickUp API on behalf of users. It outlines the steps for creating a ClickUp app, setting up OAuth credentials, and +- [Discord](https://docs.arcade.dev/en/home/auth-providers/discord.md): This documentation page provides guidance on configuring and using Discord authentication with Arcade, emphasizing the creation of a custom Auth Provider using Discord OAuth 2.0 credentials. It outlines the steps for setting up a Discord application, integrating it with Arcade, and utilizing Discord +- [Dropbox](https://docs.arcade.dev/en/home/auth-providers/dropbox.md): This documentation page provides instructions for configuring and using a custom Dropbox authentication provider within the Arcade platform, enabling users to call the Dropbox API on behalf of their applications. It outlines the steps to create a Dropbox app, set up OAuth 2.0 credentials +- [Figma](https://docs.arcade.dev/en/home/auth-providers/figma.md): This documentation page provides guidance on configuring the Figma authentication provider for use with Arcade, enabling users to call Figma APIs through OAuth 2.0 authentication. It outlines the steps for creating a Figma app, setting up OAuth credentials, and integrating +- [GitHub](https://docs.arcade.dev/en/home/auth-providers/github.md): This documentation page provides guidance on configuring GitHub authentication for tools and applications using the Arcade platform, enabling them to interact with GitHub APIs on behalf of users. It includes steps for creating a GitHub app, setting up OAuth provider details in the Arcade +- [Google](https://docs.arcade.dev/en/home/auth-providers/google.md): This documentation page provides guidance on configuring the Google authentication provider within the Arcade platform, enabling users to call Google APIs on behalf of users. It outlines the steps for creating a Google app, setting up OAuth credentials, and integrating Google auth into agents and applications +- [Hubspot](https://docs.arcade.dev/en/home/auth-providers/hubspot.md): This documentation page provides guidance on using and configuring the Hubspot authentication provider within the Arcade platform, enabling users to call Hubspot APIs on behalf of their applications or tools. It outlines steps for utilizing Arcade's default Hubspot auth provider, creating a Hub +- [Linear](https://docs.arcade.dev/en/home/auth-providers/linear.md): This documentation page provides guidance on configuring and using the Linear authentication provider with Arcade, enabling users to authenticate and interact with Linear APIs through their applications and custom tools. It outlines the steps for creating a Linear app, setting up OAuth2 credentials, and integrating +- [LinkedIn](https://docs.arcade.dev/en/home/auth-providers/linkedin.md): This documentation page provides guidance on configuring and using the LinkedIn authentication provider with Arcade, enabling applications and custom tools to access LinkedIn APIs on behalf of users. It outlines the steps to create a LinkedIn app, set up app credentials, and implement +- [Mailchimp](https://docs.arcade.dev/en/home/auth-providers/mailchimp.md): This documentation page provides guidance on using the Mailchimp authentication provider with Arcade, enabling users to integrate Mailchimp Marketing APIs via OAuth 2.0. It outlines the steps for configuring Mailchimp auth, creating a Mailchimp app, and setting up the +- [Microsoft](https://docs.arcade.dev/en/home/auth-providers/microsoft.md): This documentation page provides guidance on how to create and configure a custom Microsoft Auth Provider for use with Arcade, enabling applications and tools to authenticate users and call the Microsoft Graph API. It outlines the steps for registering a Microsoft app, setting necessary permissions, and +- [Miro](https://docs.arcade.dev/en/home/auth-providers/miro.md): This documentation page provides guidance on configuring the Miro auth provider to enable applications and tools to access Miro APIs using OAuth 2.0 authentication. It outlines the steps for creating a Miro app, obtaining necessary credentials, and integrating the Miro +- [Notion](https://docs.arcade.dev/en/home/auth-providers/notion.md): This documentation page provides guidance on configuring and using the Notion authentication provider with Arcade, enabling applications and custom tools to access Notion APIs on behalf of users. It outlines the steps to create a Notion app, set up OAuth credentials, and integrate +- [OAuth 2.0](https://docs.arcade.dev/en/home/auth-providers/oauth2.md): This documentation page provides guidance on configuring OAuth 2.0 authorization for tools and agents using the Arcade platform, enabling them to connect with any OAuth 2.0-compatible API. It outlines the steps for setting up OAuth 2.0 both through +- [PagerDuty](https://docs.arcade.dev/en/home/auth-providers/pagerduty.md): This documentation page provides guidance on configuring the PagerDuty authentication provider for use with Arcade, enabling users to integrate and interact with PagerDuty APIs through OAuth 2.0. It outlines the steps for creating a PagerDuty app, setting up OAuth credentials, +- [Reddit](https://docs.arcade.dev/en/home/auth-providers/reddit.md): This documentation page provides guidance on configuring a custom Reddit Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Reddit API on behalf of users. It outlines the steps to create a Reddit application, set up OAuth credentials, and integrate Reddit +- [Salesforce](https://docs.arcade.dev/en/home/auth-providers/salesforce.md): This documentation page provides guidance on configuring the Salesforce auth provider for use with Arcade, enabling users to call Salesforce APIs through various tools and applications. It outlines the steps for creating a Connected App in Salesforce, including necessary OAuth settings and environment variable configurations. Users +- [Slack](https://docs.arcade.dev/en/home/auth-providers/slack.md): This documentation page provides guidance on configuring the Slack authentication provider for use with Arcade, enabling tools and agents to interact with Slack APIs on behalf of users. It outlines the steps for creating a Slack app, setting up app credentials, and integrating Slack with the +- [Spotify](https://docs.arcade.dev/en/home/auth-providers/spotify.md): This documentation page provides guidance on configuring a custom Spotify Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Spotify API on behalf of users. It outlines the steps to create a Spotify app, set up the provider in the Arcade Dashboard +- [Square](https://docs.arcade.dev/en/home/auth-providers/square.md): This documentation page provides guidance on using the Square auth provider to enable OAuth 2.0 authentication for applications that interact with Square APIs. It outlines the steps for configuring Square authentication within the Arcade platform, including creating a Square app, setting up OAuth settings +- [TickTick](https://docs.arcade.dev/en/home/auth-providers/ticktick.md): This documentation page provides guidance on configuring the TickTick authentication provider for use with Arcade, enabling users to access TickTick APIs via OAuth 2.0. It outlines the steps to create a TickTick app, set up OAuth settings, and integrate the +- [Twitch](https://docs.arcade.dev/en/home/auth-providers/twitch.md): This documentation page provides guidance on configuring a custom Twitch authentication provider within the Arcade platform, enabling users to call the Twitch API on behalf of their applications or tools. It outlines the necessary steps to create a Twitch app, set up OAuth credentials, and integrate +- [X](https://docs.arcade.dev/en/home/auth-providers/x.md): This documentation page provides guidance on using and configuring the X (Twitter) authentication provider within the Arcade platform, enabling users to call the X API on behalf of their applications. It outlines the steps to create an X app, configure the X auth provider in +- [Zendesk](https://docs.arcade.dev/en/home/auth-providers/zendesk.md): This documentation page provides guidance on configuring a custom Zendesk authentication provider for use with Arcade, enabling users to call Zendesk APIs on behalf of others. It outlines the steps to create a Zendesk app, set up OAuth clients, and manage necessary credentials +- [Zoho](https://docs.arcade.dev/en/home/auth-providers/zoho.md): This documentation page provides guidance on configuring the Zoho authentication provider for use with Arcade, enabling users to call Zoho APIs via OAuth 2.0. It outlines the steps for creating a Zoho app, setting up necessary credentials, and integrating Zo +- [Zoom](https://docs.arcade.dev/en/home/auth-providers/zoom.md): This documentation page provides guidance on configuring a custom Zoom Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Zoom API using their own OAuth 2.0 credentials. It outlines the steps for creating a Zoom app, setting up the ## Build Tools -- [Add user authorization to your MCP tools](https://docs.arcade.dev/en/home/build-tools/create-a-tool-with-auth.md): This documentation page guides users on how to implement user authorization in their custom MCP tools using Arcade, focusing on OAuth and various auth providers like Reddit. It outlines the prerequisites, the process of creating an MCP tool that requires user authorization, and provides detailed steps -- [Call tools from MCP clients](https://docs.arcade.dev/en/home/build-tools/call-tools-from-mcp-clients.md): This documentation page guides users on how to configure MCP clients to call tools from an MCP server, detailing prerequisites and the use of the `arcade configure` command for various transport types. Users will learn how to set up their clients, customize configurations, -- [Create an MCP tool with secrets](https://docs.arcade.dev/en/home/build-tools/create-a-tool-with-secrets.md): This documentation page guides users on how to create custom MCP tools that securely handle sensitive information, or "secrets," using Arcade. It covers the process of reading secrets from various sources, such as environment variables and the Arcade Dashboard, and emphasizes best practices -- [Creating an MCP Server with Arcade](https://docs.arcade.dev/en/home/build-tools/create-a-mcp-server.md): This documentation page provides a comprehensive guide for users to create, test, deploy, and publish a custom MCP Server using the Arcade tools and the `arcade_mcp_server` package. It outlines the necessary prerequisites, step-by-step instructions for installation, -- [Logging tool activity](https://docs.arcade.dev/en/home/build-tools/logging-mcp-tool-activity.md): This documentation page provides guidance on logging tool activity in an MCP server, detailing various log levels and structured logging techniques for effective debugging and monitoring. Users will learn best practices for error handling, progress tracking for long-running operations, and batch processing logging. The -- [Migrate from toolkits to MCP servers](https://docs.arcade.dev/en/home/build-tools/migrate-from-toolkits.md): This documentation page provides a comprehensive guide for migrating existing Arcade toolkits to the new MCP Server framework, detailing necessary changes in terminology, package updates, and code modifications. Users will learn how to update their dependencies, imports, and entrypoint files to successfully -- [Organize your MCP server and tools](https://docs.arcade.dev/en/home/build-tools/organize-mcp-server-tools.md): This documentation page provides best practices for organizing your MCP server and tools, including how to define and import tools from separate files and other packages. Users will learn to maintain a clean project structure by keeping tools in a designated directory and utilizing decorators for better code -- [Providing useful tool errors](https://docs.arcade.dev/en/home/build-tools/providing-useful-tool-errors.md): This documentation page provides guidance on effectively handling errors when building tools with Arcade MCP, emphasizing the importance of robust error management for tool developers. It explains the automatic error adaptation process, outlines when to explicitly raise specific error types, and details common error scenarios to -- [RetryableToolError in Arcade](https://docs.arcade.dev/en/home/build-tools/retry-tools-with-improved-prompt.md): This documentation page explains how to use the `RetryableToolError` in the Arcade Tool SDK to enhance tool call outcomes by providing additional context for input parameters. It outlines when to raise this error and includes an example demonstrating its application in a Slack messaging -- [Understanding `Context` and tools](https://docs.arcade.dev/en/home/build-tools/tool-context.md): This documentation page explains the `Context` class in Arcade, which facilitates user authentication and authorization for tools by providing access to essential runtime features such as logging, secrets management, user information, and progress reporting. It guides users on how to effectively utilize the +- [Add user authorization to your MCP tools](https://docs.arcade.dev/en/home/build-tools/create-a-tool-with-auth.md): This documentation page guides users in adding user authorization to their custom MCP tools using Arcade, OAuth, and various auth providers, specifically demonstrating how to integrate the Reddit auth provider. Users will learn how to create tools that require OAuth for access, manage user permissions +- [Call tools from MCP clients](https://docs.arcade.dev/en/home/build-tools/call-tools-from-mcp-clients.md): This documentation page provides guidance on configuring MCP clients to call tools from an MCP server, detailing prerequisites and outcomes for successful setup. Users will learn how to utilize the `arcade configure` command for various transport types and customize their client's configuration, including setting +- [Create an MCP tool with secrets](https://docs.arcade.dev/en/home/build-tools/create-a-tool-with-secrets.md): This documentation page guides users on how to create custom MCP tools that securely handle secrets using Arcade. It covers the process of reading secrets from various sources, such as environment variables and the Arcade Dashboard, ensuring sensitive information is managed effectively during tool deployment. Users +- [Creating an MCP Server with Arcade](https://docs.arcade.dev/en/home/build-tools/create-a-mcp-server.md): This documentation page provides a comprehensive guide for users to create, test, deploy, and publish a custom MCP Server using the Arcade framework. It outlines the necessary tools, such as the `arcade_mcp_server` and `arcade-mcp` +- [Migrate from toolkits to MCP servers](https://docs.arcade.dev/en/home/build-tools/migrate-from-toolkits.md): This documentation page provides a comprehensive guide for users to migrate their existing Arcade toolkits to the new MCP Server framework, detailing necessary changes in terminology, package updates, and code modifications. It outlines step-by-step instructions for updating dependencies, imports, and creating +- [Organize your MCP server and tools](https://docs.arcade.dev/en/home/build-tools/organize-mcp-server-tools.md): This documentation page provides best practices for organizing your MCP server and tools, including how to define and import tools from separate files and other packages. Users will learn to maintain a clean project structure by keeping tools organized and leveraging decorators for efficient tool management. Additionally +- [Providing useful tool errors](https://docs.arcade.dev/en/home/build-tools/providing-useful-tool-errors.md): This documentation page provides guidance on effectively handling errors when building tools with Arcade MCP, emphasizing the importance of robust error management. It explains how Arcade's automatic error adaptation minimizes boilerplate code and outlines when to explicitly raise specific error types. Users will learn about +- [RetryableToolError in Arcade](https://docs.arcade.dev/en/home/build-tools/retry-tools-with-improved-prompt.md): This documentation page explains how to use the `RetryableToolError` in the Arcade Tool SDK to improve tool call outcomes by providing additional context for input parameters. It details when to raise this error and includes an example of its application in a Slack messaging +- [Understanding `Context` and tools](https://docs.arcade.dev/en/home/build-tools/tool-context.md): This documentation page explains the `Context` class used in Arcade's tools, detailing how to access runtime capabilities and tool-specific data securely. Users will learn how to utilize the `Context` object to manage OAuth tokens, access secrets, log messages, request ## Changelog -- [Changelog](https://docs.arcade.dev/en/home/changelog.md): The Changelog documentation page provides users with a comprehensive overview of the latest updates, features, and improvements at Arcade.dev, including new toolkits, platform enhancements, and documentation revisions. It highlights significant releases and changes, ensuring users stay informed about the evolving +- [Changelog](https://docs.arcade.dev/en/home/changelog.md): The Changelog documentation page provides users with a comprehensive overview of the latest updates, features, and maintenance changes at Arcade.dev. It details new toolkits, improvements to the platform and engine, and enhancements to the CLI, helping users stay informed about the ## Compare Server Types -- [Compare MCP Server Types](https://docs.arcade.dev/en/home/compare-server-types.md): This documentation page provides a comprehensive comparison of different MCP server types based on transport methods and deployment options. Users can learn about the functionalities and features available for each server type, including their capabilities regarding tools, authentication, and security. The comparison table helps users +- [Compare MCP Server Types](https://docs.arcade.dev/en/home/compare-server-types.md): This documentation page provides a comparison of different MCP server types offered by Arcade, detailing their functionalities based on transport methods and deployment options. Users can learn about the capabilities of each server type, including the availability of tools with or without authentication and secret management. ## Contact Us -- [Contact Us](https://docs.arcade.dev/en/home/contact-us.md): This documentation page provides users with information on how to connect with the Arcade team for support through various communication channels. It aims to facilitate assistance for users and their agents to ensure their success. +- [Contact Us](https://docs.arcade.dev/en/home/contact-us.md): This documentation page provides users with information on how to connect with the Arcade team for support through various channels. It emphasizes the team's commitment to assisting users and their agents in achieving success. ## Crewai -- [page](https://docs.arcade.dev/en/home/crewai/use-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools into CrewAI applications, detailing the necessary prerequisites, setup, and configuration steps. Users will learn how to authorize and utilize these tools within their CrewAI agent teams, ensuring a tailored and efficient application -- [Provide the tool manager callback to the ArcadeToolManager](https://docs.arcade.dev/en/home/crewai/custom-auth-flow.md): This documentation page guides users through the process of creating a custom authentication flow for the ArcadeToolManager within a CrewAI agent team. It outlines the necessary prerequisites, setup steps, and code configurations needed to implement tailored authorization and tool execution, enabling users to +- [page](https://docs.arcade.dev/en/home/crewai/use-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools into CrewAI applications, detailing the necessary prerequisites, setup, and configuration steps. Users will learn how to authorize tools, manage API keys, and create a Crew that utilizes these tools effectively. Additionally +- [Provide the tool manager callback to the ArcadeToolManager](https://docs.arcade.dev/en/home/crewai/custom-auth-flow.md): This documentation page guides users on how to implement a custom authentication flow for the ArcadeToolManager within their CrewAI agent team, allowing for tailored authorization processes before executing tools. It covers prerequisites, environment setup, API key configuration, and the definition of the ## Custom Mcp Server Quickstart -- [Build MCP Server QuickStart](https://docs.arcade.dev/en/home/custom-mcp-server-quickstart.md): The "Build MCP Server QuickStart" documentation provides a step-by-step guide for users to create a custom MCP Server using the Arcade MCP framework. It covers prerequisites, installation, server setup, and authentication processes, enabling users to build AI applications that can +- [Build MCP Server QuickStart](https://docs.arcade.dev/en/home/custom-mcp-server-quickstart.md): The "Build MCP Server QuickStart" documentation provides a step-by-step guide for users to create and run a custom MCP Server using the Arcade MCP framework. It covers prerequisites, installation of necessary tools, server setup, and how to connect and authorize tools ## Deployment -- [Arcade Cloud Infrastructure](https://docs.arcade.dev/en/home/deployment/arcade-cloud-infra.md): This documentation page provides an overview of the infrastructure supporting Arcade Cloud, detailing essential information such as egress IP addresses and the availability of VPC Peering for enterprise customers. Users can learn how traffic exits the infrastructure and how to request VPC Peering -- [Engine Configuration](https://docs.arcade.dev/en/home/deployment/engine-configuration.md): This documentation page provides enterprise customers with advanced configuration options for the Arcade Engine, specifically for self-hosting scenarios. It guides users through the installation process on various platforms, details the purpose and customization of the engine's configuration files (`engine.yaml` and ` -- [On-premise MCP Servers](https://docs.arcade.dev/en/home/deployment/on-prem-mcp.md): This documentation page provides guidance on deploying on-premises MCP servers within a hybrid architecture, enabling users to leverage Arcade's cloud infrastructure while maintaining control over their local environment. Users will learn how to set up their MCP server, create secure tunnels for public access +- [Arcade Cloud Infrastructure](https://docs.arcade.dev/en/home/deployment/arcade-cloud-infra.md): This documentation page provides an overview of the infrastructure supporting Arcade Cloud, detailing essential information such as egress IP addresses and the availability of VPC Peering for enterprise customers. Users can learn how to manage traffic and request additional connectivity options. +- [Engine Configuration](https://docs.arcade.dev/en/home/deployment/engine-configuration.md): This documentation page provides advanced configuration options for enterprise customers self-hosting the Arcade Engine, detailing how to obtain and customize the engine's configuration files (`engine.yaml` and `engine.env`). Users will learn how to set up these files to manage engine settings +- [On-premise MCP Servers](https://docs.arcade.dev/en/home/deployment/on-prem-mcp.md): This documentation page provides guidance on deploying on-premises MCP servers within a hybrid architecture, allowing users to leverage Arcade's cloud infrastructure while maintaining control over their local resources and data security. Users will learn how to set up their MCP server, create secure tunnels ## Evaluate Tools -- [Evaluate tools](https://docs.arcade.dev/en/home/evaluate-tools/create-an-evaluation-suite.md): This documentation page provides a comprehensive guide on how to create an evaluation suite for assessing the performance of tools used by AI models using the Arcade framework. Users will learn to define evaluation cases, implement various critics to measure outcomes, and execute evaluations to ensure tools -- [Run evaluations with the Arcade CLI](https://docs.arcade.dev/en/home/evaluate-tools/run-evaluations.md): This documentation page provides guidance on using the Arcade CLI to run evaluations of tool-enabled language models efficiently. It details the `arcade evals` command, including how to execute evaluation suites, customize the process with various options, and interpret the results. -- [Why evaluate tools?](https://docs.arcade.dev/en/home/evaluate-tools/why-evaluate-tools.md): This documentation page explains the importance of evaluating tools used by language models in production environments, focusing on their efficiency in tool utilization and intent understanding. It outlines a comprehensive evaluation framework that helps users assess the tool-calling capabilities of language models, ensuring they perform +- [Evaluate tools](https://docs.arcade.dev/en/home/evaluate-tools/create-an-evaluation-suite.md): This documentation page guides users on how to create and run an evaluation suite for their tools using the Arcade framework. It covers defining evaluation cases, utilizing various critics to assess tool performance, and executing evaluations to ensure AI models interact with tools correctly. Users will +- [Run evaluations with the Arcade CLI](https://docs.arcade.dev/en/home/evaluate-tools/run-evaluations.md): This documentation page provides guidance on using the Arcade CLI to run evaluations of tool-enabled language models efficiently. Users will learn how to execute evaluation suites, customize their evaluation process with various command options, and analyze the performance results in a structured format. The page +- [Why evaluate tools?](https://docs.arcade.dev/en/home/evaluate-tools/why-evaluate-tools.md): This documentation page emphasizes the importance of evaluating tools used by language models in production environments to ensure their effectiveness and reliability. It outlines a comprehensive evaluation framework that assesses tool utilization and intent understanding, helping users validate the model's performance in real-world scenarios. Additionally ## Faq -- [Frequently Asked Questions](https://docs.arcade.dev/en/home/faq.md): This documentation page provides answers to common questions about the Arcade platform, including how to create and contribute tools, understand API key differences, and manage OAuth authentication. It aims to assist users in effectively utilizing Arcade's features and enhancing their development experience. Users can +- [Frequently Asked Questions](https://docs.arcade.dev/en/home/faq.md): This documentation page provides answers to common questions about the Arcade platform, including how to create and contribute tools, the differences between various API keys, and details on authentication methods. Users can learn how to customize their experience by building their own tools, collaborating effectively ## Glossary -- [Arcade Glossary](https://docs.arcade.dev/en/home/glossary.md): The Arcade Glossary provides definitions and explanations of key terms and concepts related to the Arcade platform, including agents, tools, and MCP servers. It helps users understand the functionalities and components necessary for building, testing, and deploying applications that utilize large language models +- [Arcade Glossary](https://docs.arcade.dev/en/home/glossary.md): The Arcade Glossary documentation provides definitions and explanations of key terms and concepts related to the Arcade platform, including agents, tools, and MCP servers. It aims to help users understand the components necessary for building, testing, and deploying applications that utilize large language ## Google Adk -- [Arcade with Google ADK](https://docs.arcade.dev/en/home/google-adk/overview.md): This documentation page provides a comprehensive guide for integrating the `google-adk-arcade` package with Arcade, enabling users to enhance their AI agents with various tools from platforms like Google, GitHub, and LinkedIn. It covers installation, key features -- [Initialize the Arcade client](https://docs.arcade.dev/en/home/google-adk/use-arcade-tools.md): This documentation page provides a step-by-step guide for integrating Arcade tools into Google ADK applications, including prerequisites, environment setup, API key configuration, and agent management. Users will learn how to authorize tools, run agents with user context, and effectively select +- [Arcade with Google ADK](https://docs.arcade.dev/en/home/google-adk/overview.md): This documentation page provides a comprehensive guide for integrating the `google-adk-arcade` package with Arcade, enabling users to enhance their AI agents with various tools from platforms like Google Mail, LinkedIn, and GitHub. It covers installation, key +- [Initialize the Arcade client](https://docs.arcade.dev/en/home/google-adk/use-arcade-tools.md): This documentation page provides a comprehensive guide for integrating Arcade tools into Google ADK applications, detailing the necessary prerequisites, environment setup, and configuration steps. Users will learn how to create and manage Arcade tools, authorize them for agents, and run these agents effectively ## Hosting Overview -- [Hosting Options](https://docs.arcade.dev/en/home/hosting-overview.md): This documentation page provides an overview of the various hosting options available for Arcade, including the default Arcade Cloud service and on-premise deployments. Users can learn how to quickly get started with Arcade Cloud, manage their own infrastructure, and customize authentication experiences, while +- [Hosting Options](https://docs.arcade.dev/en/home/hosting-overview.md): This documentation page provides an overview of the various hosting options available for the Arcade platform, including the default Arcade Cloud service and on-premise deployment alternatives. Users can learn how to quickly start using Arcade with zero infrastructure through the cloud service or set up their ## Langchain -- [Fetch the "ScrapeUrl" tool from the "Firecrawl" MCP Server](https://docs.arcade.dev/en/home/langchain/use-arcade-tools.md): This documentation page provides a comprehensive guide for integrating Arcade tools into LangGraph applications, detailing the necessary setup, configuration, and management of tools. Users will learn how to create and manage AI models, utilize prebuilt agents, and stream responses while ensuring proper -- [Import necessary classes and modules](https://docs.arcade.dev/en/home/langchain/user-auth-interrupts.md): This documentation page guides users in creating a LangGraph workflow that incorporates user authorization for specific Arcade tools, ensuring that only authorized tools are accessible to the language model. It provides step-by-step instructions on setting up the environment, configuring API keys, defining workflow -- [page](https://docs.arcade.dev/en/home/langchain/auth-langchain-tools.md): This documentation page provides a step-by-step guide for users to authorize existing LangChain tools, such as the `GmailToolkit`, using the Arcade platform. It outlines the prerequisites, installation of necessary packages, and detailed instructions for the authorization process in both +- [Fetch the "ScrapeUrl" tool from the "Firecrawl" MCP Server](https://docs.arcade.dev/en/home/langchain/use-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools into LangGraph applications, detailing the necessary prerequisites, environment setup, and configuration steps. Users will learn how to create and manage Arcade tools, set up language models, and implement a ReAct-style +- [Import necessary classes and modules](https://docs.arcade.dev/en/home/langchain/user-auth-interrupts.md): This documentation page guides users in creating a LangGraph workflow that incorporates user authorization for accessing specific Arcade tools. It outlines the necessary prerequisites, installation steps, and configuration required to set up the environment, as well as detailed instructions for defining workflow steps and managing +- [page](https://docs.arcade.dev/en/home/langchain/auth-langchain-tools.md): This documentation page provides a step-by-step guide on how to authorize existing LangChain tools, such as the `GmailToolkit`, using the Arcade platform. It outlines the prerequisites, necessary package installations, and detailed code examples in both Python and JavaScript ## Mastra -- [Create a new Mastra project](https://docs.arcade.dev/en/home/mastra/use-arcade-tools.md): This documentation page guides users through the process of creating a new Mastra project and integrating Arcade tools for enhanced functionality. It covers prerequisites, project setup, installation of the Arcade client, configuration of API keys, and interaction methods with the Mastra agent. -- [page](https://docs.arcade.dev/en/home/mastra/overview.md): This documentation page provides guidance on integrating Arcade's tool ecosystem with Mastra applications, enabling users to enhance their AI agents with a variety of pre-built tools and simplify tool management. It outlines key mechanisms for tool discovery, schema conversion, and execution delegation, -- [page](https://docs.arcade.dev/en/home/mastra/user-auth-interrupts.md): This documentation page guides users on managing user-specific authorization for Arcade tools within Mastra applications, focusing on dynamic tool loading and per-user authentication flows. It outlines the steps to configure agents and create API endpoints for secure user interactions, while also providing tips for +- [Create a new Mastra project](https://docs.arcade.dev/en/home/mastra/use-arcade-tools.md): This documentation page provides a step-by-step guide for integrating Arcade tools into a new Mastra project, enabling users to leverage these tools within their Mastra applications. It covers prerequisites, project creation, client installation, API key configuration, and agent interaction methods +- [page](https://docs.arcade.dev/en/home/mastra/overview.md): This documentation page provides guidance on integrating Arcade's tool ecosystem with Mastra applications, enabling users to enhance their Mastra agents with access to various third-party services. It outlines key functionalities such as tool discovery, schema conversion, and execution delegation, simplifying the +- [page](https://docs.arcade.dev/en/home/mastra/user-auth-interrupts.md): This documentation page provides guidance on managing user-specific authorization for Arcade tools in Mastra applications, focusing on dynamic tool loading and per-user authentication flows. It outlines the steps to set up Mastra configurations, create API endpoints for tool access, and enhance user ## Mcp Clients -- [Use Arcade in Cursor](https://docs.arcade.dev/en/home/mcp-clients/cursor.md): This documentation page provides a step-by-step guide for users to connect Cursor to an Arcade MCP Gateway, enabling them to utilize Arcade tools within Cursor. It outlines the prerequisites for setting up an Arcade account, obtaining an API key, and configuring Cursor settings. -- [Use Arcade in Visual Studio Code](https://docs.arcade.dev/en/home/mcp-clients/visual-studio-code.md): This documentation page provides a step-by-step guide for connecting Visual Studio Code to an Arcade MCP Gateway, enabling users to integrate and utilize Arcade tools within their development environment. It outlines the prerequisites for setting up an Arcade account and API key, as well as -- [Use Arcade with Claude Desktop](https://docs.arcade.dev/en/home/mcp-clients/claude-desktop.md): This documentation page provides a step-by-step guide for connecting Claude Desktop to a local Arcade server, enabling users to access Arcade tools within the Claude environment. It outlines prerequisites, including creating an Arcade account and obtaining an API key, as well as detailed setup +- [Use Arcade in Cursor](https://docs.arcade.dev/en/home/mcp-clients/cursor.md): This documentation page provides a step-by-step guide for users on how to connect Cursor to an Arcade MCP Gateway, including prerequisites like creating an Arcade account and obtaining an API key. It outlines the setup process within Cursor, detailing how to configure settings and authenticate +- [Use Arcade in Visual Studio Code](https://docs.arcade.dev/en/home/mcp-clients/visual-studio-code.md): This documentation page provides a step-by-step guide for connecting Visual Studio Code to an Arcade MCP Gateway, enabling users to integrate and utilize Arcade services within their development environment. It outlines the prerequisites, including creating an Arcade account and obtaining an API key, as +- [Use Arcade with Claude Desktop](https://docs.arcade.dev/en/home/mcp-clients/claude-desktop.md): This documentation page provides a step-by-step guide for connecting Claude Desktop to a local Arcade server, enabling users to access Arcade tools within the application. It outlines the prerequisites needed, such as creating an Arcade account and obtaining an API key, as well as ## Mcp Gateways -- [MCP Gateways](https://docs.arcade.dev/en/home/mcp-gateways.md): This documentation page provides a comprehensive guide on configuring and using MCP Gateways, which facilitate the connection of multiple MCP Servers to a single agent, application, or IDE. Users can learn how to create and customize MCP Gateways by selecting tools from different servers +- [MCP Gateways](https://docs.arcade.dev/en/home/mcp-gateways.md): This documentation page provides a comprehensive guide for configuring and using MCP Gateways, which enable users to connect multiple MCP Servers for streamlined management and access to tools across projects. Users can learn how to create and customize MCP Gateways, selecting specific tools from various ## MCP Servers -- [page](https://docs.arcade.dev/en/mcp-servers.md): This documentation page provides a comprehensive registry of all MCP Servers available within the Arcade ecosystem, helping users identify and access the various server options. +- [page](https://docs.arcade.dev/en/mcp-servers.md): This documentation page provides a comprehensive registry of all MCP Servers available within the Arcade ecosystem, helping users identify and access the various server options. It serves as a centralized resource for understanding the available MCP Servers and their functionalities. ## MCP Servers - Contribute A Server -- [How to contribute a MCP Server](https://docs.arcade.dev/en/mcp-servers/contribute-a-server.md): This documentation page guides users on how to contribute their MCP Server to the Arcade documentation, enhancing visibility for their tools among developers. It outlines the prerequisites for submission, including building and publishing the MCP Server, and provides a step-by-step process for creating a +- [How to contribute a MCP Server](https://docs.arcade.dev/en/mcp-servers/contribute-a-server.md): This documentation page provides a step-by-step guide for developers on how to contribute their MCP Server to the Arcade documentation. It outlines the prerequisites for submission, including building and publishing the server, and details the process for opening a pull request and addressing reviewer feedback ## MCP Servers - Customer Support -- [FreshserviceApi](https://docs.arcade.dev/en/mcp-servers/customer-support/freshservice-api.md): The FreshserviceApi documentation provides tools for developers to programmatically interact with the Freshservice platform, enabling the management of organizational data, assets, software, users, tickets, and more. Users can automate various IT service management workflows, including administration and reporting -- [Zendesk](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk.md): This documentation page provides a comprehensive guide for using the Zendesk MCP Server, which enables agents to manage customer support tickets and knowledge base articles effectively. Users can learn how to list, comment on, and resolve tickets, as well as search for Help Center -- [Zendesk Reference](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk/reference.md): The Zendesk Reference documentation provides a comprehensive list of enumerations related to ticket statuses, sorting orders, and article sorting criteria used in the Zendesk MCP Server. Users can refer to this page to understand the specific values and options available for managing tickets and +- [FreshserviceApi](https://docs.arcade.dev/en/mcp-servers/customer-support/freshservice-api.md): The FreshserviceApi documentation provides tools and endpoints for programmatically interacting with the Freshservice platform, enabling users to manage organizational data, assets, software, service catalogs, users, tickets, and more. It facilitates automation of administrative tasks, ITSM workflows +- [Zendesk](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk.md): This documentation page provides an overview of the Zendesk MCP Server, which enables agents to efficiently manage customer support tickets and knowledge base articles. Users can perform various actions such as listing tickets, retrieving comments, adding comments, marking tickets as solved, and searching +- [Zendesk Reference](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk/reference.md): The Zendesk Reference documentation provides a comprehensive list of enumerations, including ticket statuses, sorting orders, and article sorting criteria used in the Zendesk MCP Server. This reference helps users understand and implement these enumerations effectively in their tools and applications. ## MCP Servers - Databases -- [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/clickhouse.md): This documentation page provides users with a comprehensive guide to the Arcade Clickhouse MCP Server, which enables agents to interact with Clickhouse databases in a read-only capacity. Users can learn how to discover database schemas, explore table structures, and execute SELECT queries safely -- [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/postgres/clickhouse.md): This documentation page provides users with a comprehensive guide to the Arcade Clickhouse MCP Server, which enables agents to interact with Clickhouse databases in a read-only capacity. Users can learn how to discover database schemas, explore table structures, and safely execute SELECT queries -- [MongoDB](https://docs.arcade.dev/en/mcp-servers/databases/mongodb.md): This documentation page provides an overview of the Arcade MongoDB MCP Server, which enables agents to interact with MongoDB databases in a read-only capacity. Users can learn how to discover databases and collections, explore document structures, and execute safe queries, while also -- [MongoDB](https://docs.arcade.dev/en/mcp-servers/databases/postgres/mongodb.md): This documentation page provides an overview of the Arcade MongoDB MCP Server, which enables agents to interact with MongoDB databases in a read-only capacity. Users can learn how to discover databases and collections, explore document structures, and execute safe queries, while also -- [Postgres](https://docs.arcade.dev/en/mcp-servers/databases/postgres.md): This documentation page provides an overview of the Arcade Postgres MCP Server, which enables agents to interact with PostgreSQL databases in a read-only capacity. Users can learn to discover database schemas, explore table structures, and safely execute SELECT queries, while also understanding -- [WeaviateApi](https://docs.arcade.dev/en/mcp-servers/databases/weaviate-api.md): The WeaviateApi documentation provides users with essential tools and instructions for managing and interacting with the Weaviate vector search engine via its API. It outlines the authentication process, including obtaining API keys, and details various available tools for tasks such as checking +- [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/clickhouse.md): This documentation page provides users with tools to interact with Clickhouse databases in a read-only capacity, enabling schema discovery, table exploration, and safe execution of SELECT queries. It serves as a guide for building a custom MCP Server tailored to specific use cases, +- [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/postgres/clickhouse.md): This documentation page provides users with a comprehensive guide to the Arcade Clickhouse MCP Server, which enables agents to interact with Clickhouse databases in a read-only capacity. Users can learn how to discover database schemas, explore table structures, and execute SELECT queries safely +- [MongoDB](https://docs.arcade.dev/en/mcp-servers/databases/mongodb.md): This documentation page provides an overview of the Arcade MongoDB MCP Server, which allows users to interact with MongoDB databases in a read-only capacity. It outlines key features such as database discovery, collection exploration, schema inference, and safe query execution, while +- [MongoDB](https://docs.arcade.dev/en/mcp-servers/databases/postgres/mongodb.md): This documentation page provides an overview of the Arcade MongoDB MCP Server, which allows users to interact with MongoDB databases in a read-only capacity. It outlines key features such as database discovery, collection exploration, schema inference, and safe query execution, along +- [Postgres](https://docs.arcade.dev/en/mcp-servers/databases/postgres.md): This documentation page provides users with a comprehensive guide to the Arcade Postgres MCP Server, which enables agents to interact with PostgreSQL databases in a read-only capacity. It outlines key features such as schema discovery, table exploration, and safe query execution, along +- [WeaviateApi](https://docs.arcade.dev/en/mcp-servers/databases/weaviate-api.md): The WeaviateApi documentation provides users with essential tools and guidance for managing and interacting with the Weaviate vector search engine via its API. It includes instructions for authentication, a comprehensive list of available API tools, and detailed descriptions of their functionalities, ## MCP Servers - Development -- [ArcadeEngineApi](https://docs.arcade.dev/en/mcp-servers/development/arcade-engine-api.md): The ArcadeEngineApi documentation provides users with a comprehensive guide to tools that enable large language models (LLMs) to interact with the Arcade engine API. It details various functionalities, including managing authentication providers, secrets, and user configurations, allowing users to perform -- [Brightdata](https://docs.arcade.dev/en/mcp-servers/development/brightdata.md): The Brightdata documentation page provides users with tools and instructions for scraping, searching, and extracting structured data from various websites at scale without encountering blocks. It includes capabilities for returning cleaned content in Markdown format, performing advanced web searches across major search engines, and -- [CursorAgentsApi](https://docs.arcade.dev/en/mcp-servers/development/cursor-agents-api.md): The CursorAgentsApi documentation provides users with tools to manage and inspect background agents, including functionalities for listing, retrieving status, deleting agents, and accessing authentication information. It enables users to interact with the API effectively, ensuring they can manage their agents and retrieve -- [DatadogApi](https://docs.arcade.dev/en/mcp-servers/development/datadog-api.md): The DatadogApi documentation page provides users with tools and instructions for interacting with the Datadog API, enabling them to manage various services such as datastores and application keys. It includes authentication requirements, a step-by-step guide to obtaining necessary -- [E2B](https://docs.arcade.dev/en/mcp-servers/development/e2b.md): The E2B documentation page provides users with tools for running code in a sandboxed environment, enabling the development of agents and AI applications. It details two main functionalities: executing code in various programming languages and generating static matplotlib charts, along with the necessary -- [Firecrawl](https://docs.arcade.dev/en/mcp-servers/development/firecrawl.md): The Firecrawl documentation provides users with tools and instructions for building agents that can scrape, crawl, and map websites using the Arcade Firecrawl MCP Server. It details various functionalities, including scraping URLs, retrieving crawl status, and canceling ongoing crawls, -- [GitHub](https://docs.arcade.dev/en/mcp-servers/development/github.md): This documentation page provides users with tools and guidance for integrating with GitHub repositories, issues, and pull requests through the Arcade GitHub MCP Server. It outlines various available tools, such as creating issues and managing pull requests, enabling users to build agents and -- [PagerdutyApi](https://docs.arcade.dev/en/mcp-servers/development/pagerduty-api.md): The PagerDutyApi documentation provides users with a comprehensive set of tools to manage incidents, services, and integrations within the PagerDuty platform. It enables users to perform various tasks such as assigning tags, retrieving metrics, managing add-ons, and checking account abilities -- [PosthogApi](https://docs.arcade.dev/en/mcp-servers/development/posthog-api.md): The PosthogApi documentation provides users with the necessary tools and guidance to manage and analyze data within the PostHog platform using its API. It outlines the configuration requirements, including obtaining the PostHog server URL and personal API key, and details various -- [Reference for Firecrawl Toolkit](https://docs.arcade.dev/en/mcp-servers/development/firecrawl/reference.md): The "Reference for Firecrawl Toolkit" documentation page provides users with detailed information on the various output formats available for scraped web pages, including Markdown, HTML, raw HTML, links, and screenshots. It helps users understand how to utilize these formats effectively for +- [ArcadeEngineApi](https://docs.arcade.dev/en/mcp-servers/development/arcade-engine-api.md): The ArcadeEngineApi documentation provides a comprehensive guide for users to interact with the Arcade Engine API, enabling them to manage authentication providers, secrets, and worker configurations effectively. It outlines various tools available for actions such as retrieving authentication details, managing user connections, +- [Brightdata](https://docs.arcade.dev/en/mcp-servers/development/brightdata.md): The Brightdata documentation page provides users with tools and guidance for scraping, searching, and extracting structured data from various websites at scale without facing blocking issues. It details specific functionalities, such as scraping web pages into Markdown format, conducting advanced searches on major search +- [CursorAgentsApi](https://docs.arcade.dev/en/mcp-servers/development/cursor-agents-api.md): The CursorAgentsApi documentation provides users with tools to manage and inspect background agents, including listing, retrieving status, and deleting agents, as well as accessing authentication details and recommended models. It outlines various API functionalities, complete with examples in Python and JavaScript +- [DatadogApi](https://docs.arcade.dev/en/mcp-servers/development/datadog-api.md): The DatadogApi documentation provides users with tools and guidance for managing and interacting with Datadog's services via its API. It includes instructions for authentication, obtaining necessary credentials, and a comprehensive list of available tools for tasks such as creating, updating +- [E2B](https://docs.arcade.dev/en/mcp-servers/development/e2b.md): The E2B documentation page provides users with the tools and instructions needed to run code in a sandboxed environment and create static matplotlib charts using the Arcade E2B MCP Server. It outlines available tools, authentication requirements, and provides code examples for implementation +- [Firecrawl](https://docs.arcade.dev/en/mcp-servers/development/firecrawl.md): The Firecrawl documentation provides users with a comprehensive guide to utilizing the Arcade Firecrawl MCP Server, enabling them to build agents and AI applications that can scrape, crawl, and map websites effectively. Users can learn how to execute various tools for scraping URLs, +- [GitHub](https://docs.arcade.dev/en/mcp-servers/development/github.md): This documentation page provides users with tools and guidance for integrating GitHub functionalities into agents and AI applications, allowing them to interact with repositories, issues, and pull requests. It outlines various available tools, such as creating issues and managing pull requests, along with +- [GithubApi](https://docs.arcade.dev/en/mcp-servers/development/github-api.md): The GitHubApi documentation provides tools for users and applications to interact with the GitHub API, enabling management of repositories, issues, pull requests, and more. It outlines various functionalities, such as creating and managing webhooks, organizations, and LDAP mappings +- [PagerdutyApi](https://docs.arcade.dev/en/mcp-servers/development/pagerduty-api.md): The PagerDutyApi documentation provides users with a comprehensive set of tools for managing incidents, services, and integrations within the PagerDuty platform. It enables users to perform various actions such as assigning tags, retrieving metrics, and managing add-ons through the PagerDuty +- [PosthogApi](https://docs.arcade.dev/en/mcp-servers/development/posthog-api.md): The PosthogApi documentation provides users with a comprehensive guide to utilizing tools for managing and analyzing data within the PostHog platform via its API. It outlines the necessary configuration steps, including authentication with API keys and server URLs, and details the various available +- [Reference for Firecrawl Toolkit](https://docs.arcade.dev/en/mcp-servers/development/firecrawl/reference.md): The "Reference for Firecrawl Toolkit" documentation page provides users with a comprehensive overview of the various output formats available for scraped web pages, including Markdown, HTML, raw HTML, links, and screenshot options. It helps users understand how to utilize these formats - [Reference for GitHub Toolkit](https://docs.arcade.dev/en/mcp-servers/development/github/reference.md): The GitHub Toolkit Reference documentation provides users with detailed specifications for sorting and filtering pull requests, review comments, and repository activities based on various properties and states. It outlines options for sorting by creation date, update date, popularity, and more, as well -- [VercelApi](https://docs.arcade.dev/en/mcp-servers/development/vercel-api.md): The VercelApi documentation provides users with a comprehensive guide to utilizing the Vercel API for managing projects, domains, and integrations. It details a variety of tools that allow users to perform actions such as creating and updating access groups, managing deployments -- [ZohoCreatorApi](https://docs.arcade.dev/en/mcp-servers/development/zoho-creator-api.md): The ZohoCreatorApi documentation provides users with a set of tools to interact with Zoho Creator applications, enabling efficient data management and manipulation. Users can perform various actions such as fetching, updating, and deleting records, as well as retrieving metadata for forms +- [VercelApi](https://docs.arcade.dev/en/mcp-servers/development/vercel-api.md): The VercelApi documentation provides users with a comprehensive set of tools for managing Vercel projects, domains, and integrations through direct API interactions. It outlines various functionalities, including creating, updating, and deleting access groups and projects, managing deployments, +- [ZohoCreatorApi](https://docs.arcade.dev/en/mcp-servers/development/zoho-creator-api.md): The ZohoCreatorApi documentation provides users with tools and guidance for interacting with Zoho Creator applications via the API. It outlines various functionalities, such as fetching, updating, and deleting records, as well as retrieving metadata for forms and reports. Users can ## MCP Servers - Entertainment -- [Imgflip](https://docs.arcade.dev/en/mcp-servers/entertainment/imgflip.md): The Imgflip documentation page provides users with tools to create and manage memes using the Imgflip API, enabling the development of agents and AI applications. Users can search for meme templates, retrieve popular templates, and create custom memes by adding text to existing templates -- [Imgflip](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify/imgflip.md): The Imgflip documentation page provides users with tools and guidance for creating and managing memes using the Imgflip API. It outlines available features such as searching for meme templates, retrieving popular memes, and creating custom memes, along with example code for implementation. Users -- [Spotify](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify.md): This documentation page provides an overview of the Arcade Spotify MCP Server, which enables users to build agents and AI applications that interact with Spotify tracks through various tools. Users can learn how to retrieve track information, control playback, and search the Spotify catalog, all -- [Twitch auth provider](https://docs.arcade.dev/en/mcp-servers/entertainment/twitch.md): The Twitch auth provider documentation guides users in creating a custom authentication provider for integrating Twitch API calls within their applications and tools using Arcade. It outlines the necessary steps to configure Twitch OAuth 2.0 credentials, including creating a Twitch app and setting up the +- [Imgflip](https://docs.arcade.dev/en/mcp-servers/entertainment/imgflip.md): The Imgflip documentation page provides users with tools to create and manage memes using the Imgflip API. It outlines functionalities such as searching for meme templates, retrieving popular memes, and creating custom memes by adding text to existing templates. Users can easily integrate these +- [Imgflip](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify/imgflip.md): The Imgflip documentation page provides users with tools to create, search for, and retrieve popular meme templates using the Imgflip API. It outlines the available features, including the ability to create custom memes and search for templates, along with detailed instructions and code +- [Spotify](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify.md): This documentation page provides users with tools to interact with Spotify tracks through the Arcade platform, enabling functionalities such as retrieving track information, controlling playback, and searching for tracks. It outlines the available tools, their descriptions, and usage examples, while also noting that +- [Twitch auth provider](https://docs.arcade.dev/en/mcp-servers/entertainment/twitch.md): This documentation page provides guidance on creating and configuring a custom Twitch Auth Provider for use with Arcade, enabling users to authenticate and call the Twitch API on their behalf. It outlines the necessary steps to set up a Twitch application, configure the provider in the Arcade ## MCP Servers - Payments -- [Stripe](https://docs.arcade.dev/en/mcp-servers/payments/stripe.md): This documentation page provides users with the tools necessary to interact with the Stripe API, enabling the creation and management of customers, products, invoices, and payment processing. It outlines various available tools, their functionalities, and includes example code snippets for implementation in Python -- [StripeApi](https://docs.arcade.dev/en/mcp-servers/payments/stripe_api.md): The StripeApi documentation provides tools for developers to interact programmatically with the Stripe API, enabling them to manage various aspects of Stripe accounts, customers, payments, billing, and reporting. Users can perform a wide range of operations, including retrieving account details, -- [ZohoBooksApi](https://docs.arcade.dev/en/mcp-servers/payments/zoho-books-api.md): The ZohoBooksApi documentation provides users with tools to manage financial transactions and accounting tasks within Zoho Books, including creating, updating, and deleting bank accounts and transactions. It outlines various functionalities such as importing bank statements, categorizing transactions, and applying +- [Stripe](https://docs.arcade.dev/en/mcp-servers/payments/stripe.md): This documentation page provides users with tools and guidance to interact with the Stripe API, enabling them to create and manage customers, products, invoices, and payment processes. It includes detailed descriptions of available tools, their parameters, and example code snippets in Python and +- [StripeApi](https://docs.arcade.dev/en/mcp-servers/payments/stripe_api.md): The StripeApi documentation provides tools for developers to programmatically interact with the Stripe API, enabling operations such as account management, customer handling, payment processing, and billing administration. Users can access a wide range of functionalities, including retrieving account details, managing payments +- [ZohoBooksApi](https://docs.arcade.dev/en/mcp-servers/payments/zoho-books-api.md): The ZohoBooksApi documentation provides a comprehensive guide for users to manage financial transactions and accounting tasks within Zoho Books using various API tools. It enables users to create, update, delete, and retrieve information related to bank accounts and transactions, facilitating efficient ## MCP Servers - Productivity -- [AirtableApi](https://docs.arcade.dev/en/mcp-servers/productivity/airtable-api.md): The AirtableApi documentation provides users with a comprehensive set of tools to interact with the Airtable API, enabling efficient management of SCIM groups, users, webhooks, and bases. Users can learn how to perform various actions such as creating, updating -- [Asana](https://docs.arcade.dev/en/mcp-servers/productivity/asana.md): This documentation page provides users with a comprehensive guide to the Arcade Asana MCP Server, enabling them to build agents and AI applications that interact with Asana tasks, projects, and workspaces. Users can learn how to manage teams, create and update tasks -- [Asana Reference](https://docs.arcade.dev/en/mcp-servers/productivity/asana/reference.md): The Asana Reference documentation provides a comprehensive list of enumerations related to tag colors, task sorting options, and sort order used in the Asana MCP Server. Users can utilize this reference to understand and implement various color codes and sorting functionalities effectively within their -- [BoxApi](https://docs.arcade.dev/en/mcp-servers/productivity/box-api.md): The BoxApi documentation provides users with tools and resources to effectively manage Box content, metadata, and collaboration workflows through the Box API. It outlines key functionalities such as file management, document generation, and enterprise operations, enabling users to automate processes and enhance security -- [CalendlyApi](https://docs.arcade.dev/en/mcp-servers/productivity/calendly-api.md): The CalendlyApi documentation provides users with tools to interact directly with the Calendly API, enabling them to manage scheduling and event-related tasks effectively. Users can learn how to retrieve event details, manage invitees, create event types, and handle organization memberships -- [Clickup](https://docs.arcade.dev/en/mcp-servers/productivity/clickup.md): This documentation page provides users with the tools and guidance necessary to integrate and interact with ClickUp workspaces, enabling the creation, modification, and management of tasks, comments, and user assignments. It outlines various functionalities available through the ClickUp MCP Server, -- [Clickup Reference](https://docs.arcade.dev/en/mcp-servers/productivity/clickup/reference.md): The Clickup Reference documentation provides a comprehensive overview of enumerations used in various Clickup tools, including task priorities, filter scopes, task ordering, and comment resolutions. It helps users understand the default values and options available for creating tasks, filtering, ordering -- [Close.io](https://docs.arcade.dev/en/mcp-servers/productivity/closeio.md): This documentation page for Close.io provides an overview of how to manage leads, contacts, and deals within the Close.io CRM system. It aims to guide users in effectively utilizing the platform for their customer relationship management needs. However, detailed content is currently not -- [Confluence](https://docs.arcade.dev/en/mcp-servers/productivity/confluence.md): This documentation page provides a comprehensive overview of the Arcade Confluence MCP Server, which enables users to build agents and AI applications that interact with Confluence. It details various tools available for managing pages, spaces, and attachments, as well as searching for content -- [Dropbox](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox.md): This documentation page provides users with tools to interact with Dropbox, enabling the creation of agents and AI applications that can browse, search, and download files and folders. It includes detailed descriptions of available tools, such as listing items in a folder, searching for -- [FigmaApi](https://docs.arcade.dev/en/mcp-servers/productivity/figma-api.md): The FigmaApi documentation provides users with a comprehensive set of tools to interact with the Figma API, enabling efficient management of design assets and collaboration on projects. Users can perform various actions, such as retrieving files, managing comments, and accessing metadata, -- [Gmail](https://docs.arcade.dev/en/mcp-servers/productivity/gmail.md): This documentation page provides a comprehensive guide for using the Arcade Gmail MCP Server, enabling users to send, read, and manage emails through the Gmail API. It outlines various tools available for tasks such as composing drafts, deleting emails, and searching mailboxes, -- [Gmail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/gmail/reference.md): The Gmail Reference documentation provides a detailed overview of enumerations used in the Gmail MCP Server, specifically for configuring reply options and date ranges. Users can learn about the available settings for reply recipients and how to specify date ranges for email queries. This reference aids -- [Google Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar.md): This documentation page provides users with tools and guidelines for integrating Google Calendar functionalities into their applications using the Arcade Google Calendar MCP Server. Users can learn how to list calendars, create, update, and delete events, and find available meeting times, all while utilizing -- [Google Contacts](https://docs.arcade.dev/en/mcp-servers/productivity/google-contacts.md): This documentation page provides a comprehensive guide for developers on how to utilize the Arcade Google Contacts MCP Server to interact with Google Contacts through various tools. Users can learn to create new contacts, and search for existing contacts by name or email, facilitating the integration of -- [Google Docs](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs.md): This documentation page provides a comprehensive overview of the Arcade Google Docs MCP Server, which enables users to build agents and AI applications that interact with Google Docs. It outlines available tools for creating, updating, retrieving, and managing documents, as well as commenting features +- [AirtableApi](https://docs.arcade.dev/en/mcp-servers/productivity/airtable-api.md): The AirtableApi documentation provides users with a comprehensive guide to tools that enable interaction with the Airtable API, facilitating tasks such as managing SCIM groups and users, creating and deleting webhooks, and handling Airtable bases and collaborators. Users can learn +- [Asana](https://docs.arcade.dev/en/mcp-servers/productivity/asana.md): This documentation page provides users with a comprehensive guide to the Arcade Asana MCP Server, which enables the creation of agents and AI applications that interact with Asana tasks, projects, and workspaces. Users can learn how to manage various Asana elements, +- [Asana Reference](https://docs.arcade.dev/en/mcp-servers/productivity/asana/reference.md): The Asana Reference documentation provides a comprehensive list of enumerations related to tag colors, task sorting options, and sort order used in the Asana MCP Server. Users can utilize this reference to understand and implement color coding and sorting functionalities effectively within their As +- [AsanaApi](https://docs.arcade.dev/en/mcp-servers/productivity/asana-api.md): The AsanaApi documentation provides a comprehensive guide for developers to utilize tools that enable interaction with the Asana API, facilitating various actions such as managing access requests, allocations, custom fields, and goal relationships. Users can learn how to perform tasks like creating +- [BoxApi](https://docs.arcade.dev/en/mcp-servers/productivity/box-api.md): The BoxApi documentation provides a comprehensive guide for developers to utilize tools that enable interaction with the Box API, facilitating the management of Box content, metadata, security, and collaboration workflows. Users can learn how to automate tasks related to file management, document generation +- [CalendlyApi](https://docs.arcade.dev/en/mcp-servers/productivity/calendly-api.md): The CalendlyApi documentation provides a comprehensive guide for developers to integrate and manage scheduling tasks using the Calendly API. It outlines various tools available for creating events, managing invitees, and handling organization memberships, enabling users to build applications that streamline their scheduling +- [Clickup](https://docs.arcade.dev/en/mcp-servers/productivity/clickup.md): This documentation page provides an overview of the ClickUp MCP Server, which enables users to build agents and applications that interact with ClickUp workspaces, tasks, and members through various tools. Users can learn how to create, view, and modify tasks, +- [Clickup Reference](https://docs.arcade.dev/en/mcp-servers/productivity/clickup/reference.md): The Clickup Reference documentation provides users with a comprehensive overview of enumerations related to task management within the Clickup MCP Server. It details the values for task priority, filter scopes, task ordering, and comment resolutions, enabling users to effectively utilize the Click +- [ClickupApi](https://docs.arcade.dev/en/mcp-servers/productivity/clickup-api.md): The ClickupApi documentation provides users with tools to interact directly with the ClickUp API, facilitating efficient task and project management. It outlines various functionalities, such as obtaining access tokens, managing checklists, and handling comments, allowing users to streamline team collaboration +- [Close.io](https://docs.arcade.dev/en/mcp-servers/productivity/closeio.md): This documentation page introduces Close.io, a CRM tool designed for managing leads, contacts, and deals. It aims to provide users with guidance on utilizing the platform effectively. However, detailed content is currently unavailable as the page is marked "Coming Soon." +- [Confluence](https://docs.arcade.dev/en/mcp-servers/productivity/confluence.md): This documentation page provides a comprehensive guide to the Arcade Confluence MCP Server, enabling users to build agents and AI applications that interact with Confluence. It outlines available tools for managing pages, spaces, and attachments, as well as searching for content within Con +- [Dropbox](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox.md): This documentation page provides users with tools to interact with Dropbox, enabling them to browse, search, and download files and folders easily. It outlines specific functionalities, such as listing items in a folder and searching for files, along with example code snippets in Python +- [FigmaApi](https://docs.arcade.dev/en/mcp-servers/productivity/figma-api.md): The FigmaApi documentation provides users with a comprehensive set of tools for interacting with Figma files and projects, enabling efficient management of design assets and collaboration. Users can learn how to perform various actions such as retrieving file data, managing comments, and handling +- [Gmail](https://docs.arcade.dev/en/mcp-servers/productivity/gmail.md): This documentation page provides a comprehensive guide for using the Arcade Gmail MCP Server, which enables users to send, read, and manage emails through the Gmail API. It outlines various tools available for tasks such as composing drafts, deleting emails, and searching for messages +- [Gmail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/gmail/reference.md): The Gmail Reference documentation provides a comprehensive list of enumerations related to the Gmail MCP Server, specifically focusing on options for reply recipients and date ranges for filtering emails. Users can utilize this reference to understand and implement these enumerations effectively in their tools. +- [Google Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar.md): This documentation page provides users with tools and guidance for integrating and interacting with Google Calendar through the Arcade Google Calendar MCP Server. Users can learn how to list calendars, create, update, delete events, and find available meeting times, enabling them to build applications +- [Google Contacts](https://docs.arcade.dev/en/mcp-servers/productivity/google-contacts.md): This documentation page provides a comprehensive guide for using the Arcade Google Contacts MCP Server, enabling users to interact with Google Contacts through various tools. Users can create new contacts, and search for existing contacts by name or email, facilitating seamless integration of contact management into +- [Google Docs](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs.md): This documentation page provides a comprehensive guide for using the Arcade Google Docs MCP Server, which enables users to build agents and AI applications that interact with Google Docs. It outlines available tools for creating, updating, and managing documents, as well as accessing metadata and - [Google Drive](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive.md): This documentation page provides users with tools to interact with Google Drive through the GoogleDrive MCP Server, enabling efficient file management and access. Users can retrieve their file structure, generate a Google File Picker URL for secure file selection, and search for specific files within -- [Google Sheets](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets.md): This documentation page provides a comprehensive guide for using the Arcade Google Sheets MCP Server, enabling users to create and manipulate Google Sheets through a set of pre-built tools. Users can perform various actions such as creating spreadsheets, reading and writing data, searching for existing -- [Google Slides](https://docs.arcade.dev/en/mcp-servers/productivity/google-slides.md): This documentation page provides a comprehensive guide for using the Google Slides MCP Server, enabling users to interact with Google Slides presentations through various tools. Users can create presentations, add slides, comment on specific slides, search for presentations in Google Drive, and convert presentation -- [GoogleCalendar Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar/reference.md): The GoogleCalendar Reference documentation provides a comprehensive list of enumerations related to event visibility, update options, and Google Meet integration for tools within the GoogleCalendar MCP Server. Users can reference these enumerations to effectively manage event settings and updates. This page serves -- [GoogleDocs Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs/reference.md): The GoogleDocs Reference documentation provides a comprehensive list of enumerations related to ordering and document formats used in the GoogleDocs MCP Server. Users can learn about various sorting options, such as by creation time or modification time, as well as different document formats like -- [GoogleDrive Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive/reference.md): The GoogleDrive Reference documentation provides a comprehensive list of enumerations used in the GoogleDrive MCP Server, specifically detailing various ordering options and file types. Users can reference this information to effectively sort and categorize files within Google Drive. This page serves as a quick -- [GoogleSheets Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets/reference.md): The GoogleSheets Reference documentation provides a comprehensive list of enumerations used in the GoogleSheets MCP Server, specifically focusing on various ordering options for data retrieval. Users can learn how to sort data based on criteria such as creation time, modification time, and shared -- [Jira](https://docs.arcade.dev/en/mcp-servers/productivity/jira.md): This documentation page provides a comprehensive overview of the Jira MCP Server, enabling users to efficiently manage Jira issues and projects through various functionalities such as creating, updating, and searching for issues, as well as managing labels and attachments. It also outlines the necessary considerations -- [Jira Environment Variables](https://docs.arcade.dev/en/mcp-servers/productivity/jira/environment-variables.md): This documentation page provides guidance on configuring key environment variables for optimizing Jira API interactions in Arcade tools. Users can learn how to set limits on concurrent requests, manage API request timeouts, and control caching behavior to enhance performance during tool execution. Each variable includes -- [Jira Reference](https://docs.arcade.dev/en/mcp-servers/productivity/jira/reference.md): The Jira Reference documentation provides users with a comprehensive list of enumerations related to sprint states, priority schemes, and issue comment ordering used in the Jira MCP Server. This reference helps users effectively filter and organize sprints, prioritize issues, and sort comments based -- [Linear](https://docs.arcade.dev/en/mcp-servers/productivity/linear.md): This documentation page provides users with tools to interact with Linear's issue tracking and team management features, enabling them to retrieve detailed information about specific issues and team structures without making modifications. It outlines two primary tools, `Linear.GetIssue` and `Linear.Get -- [MiroApi](https://docs.arcade.dev/en/mcp-servers/productivity/miro-api.md): The MiroApi documentation provides users with a comprehensive set of tools to manage and interact with Miro boards and organizational settings through the Miro API. It outlines various functionalities, including retrieving board information, managing classifications, handling legal holds, and performing board -- [Notion](https://docs.arcade.dev/en/mcp-servers/productivity/notion.md): This documentation page provides users with tools and guidance for interacting with Notion through the Arcade Notion MCP Server. It outlines various functionalities, such as retrieving page content, creating new pages, and searching for database entries, enabling developers to build agents and AI -- [Obsidian](https://docs.arcade.dev/en/mcp-servers/productivity/obsidian.md): This documentation page provides an overview of the Arcade Obsidian Toolkit, a community-contributed MCP Server verified by the Arcade team. It guides users to the GitHub repository for further information and resources related to the toolkit. -- [Outlook Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-calendar.md): This documentation page provides users with tools to interact with the Outlook Calendar API, enabling them to create, list, and retrieve calendar events. It outlines available functionalities, such as obtaining user information, creating events, and fetching specific events by ID, along with -- [Outlook Mail](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail.md): This documentation page provides users with tools and guidance for integrating email functionalities using the Outlook API through the Arcade Outlook Mail MCP Server. Users can learn how to read, write, and send emails, as well as manage drafts and retrieve user profile information. The -- [OutlookMail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail/reference.md): The OutlookMail Reference documentation provides a comprehensive list of enumerations, folder names, email filter properties, and filter operators used in the OutlookMail MCP Server. It helps users understand and utilize these elements effectively for managing and filtering emails within the OutlookMail environment -- [page](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox/reference.md): This documentation page provides a comprehensive list of item categories used in Dropbox, including types such as image, document, PDF, spreadsheet, presentation, audio, video, folder, and paper. It helps users understand the different classifications of files and folders within the -- [Sharepoint](https://docs.arcade.dev/en/mcp-servers/productivity/sharepoint.md): This documentation page provides a comprehensive guide for users to interact with SharePoint through the SharePoint MCP Server, enabling actions such as retrieving lists, items, and pages, as well as searching for sites and drives. It details available tools, their functionalities, -- [SquareupApi](https://docs.arcade.dev/en/mcp-servers/productivity/squareup-api.md): The SquareupApi documentation provides tools for developers to interact with the Square platform, enabling management of payments, customer data, inventory, and bookings through various API functions. Users can learn how to obtain OAuth tokens, manage bank accounts, and handle booking operations -- [TicktickApi](https://docs.arcade.dev/en/mcp-servers/productivity/ticktick-api.md): The TicktickApi documentation provides users with tools to manage tasks and projects within the Ticktick platform, enabling actions such as creating, updating, retrieving, and deleting tasks and projects. It outlines specific API functionalities, including detailed instructions and code examples for each -- [TrelloApi](https://docs.arcade.dev/en/mcp-servers/productivity/trello-api.md): The TrelloApi documentation provides a comprehensive guide for users and AI applications to interact with the Trello API, enabling efficient management of boards, cards, lists, and members. It outlines various tools available for tasks such as fetching, updating, and deleting -- [XeroApi](https://docs.arcade.dev/en/mcp-servers/productivity/xero-api.md): The XeroApi documentation provides tools for developers to interact with Xero's accounting data using OAuth2 authentication. Users can access, manage, and report on various accounting entities such as invoices, payments, and bank transactions, as well as manage organizational settings +- [Google Sheets](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets.md): This documentation page provides a comprehensive overview of the Arcade Google Sheets MCP Server, which enables users to build agents and AI applications that interact with Google Sheets. It outlines various tools available for creating spreadsheets, reading and writing data, and retrieving metadata, along with +- [Google Slides](https://docs.arcade.dev/en/mcp-servers/productivity/google-slides.md): This documentation page provides tools for interacting with Google Slides, enabling users to create presentations, add slides, comment on specific slides, and retrieve presentation content in markdown format. It outlines various functionalities, including searching for presentations in Google Drive and managing comments, along +- [GoogleCalendar Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar/reference.md): The GoogleCalendar Reference documentation provides a concise overview of key enumerations used in the GoogleCalendar MCP Server, including options for event visibility, update notifications, and Google Meet integration. Users can refer to this page to understand the available settings and their corresponding values +- [GoogleDocs Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs/reference.md): The GoogleDocs Reference documentation provides a comprehensive list of enumerations related to ordering and document formats used in the GoogleDocs MCP Server. Users can learn about various sorting options, such as by creation time or modification time, as well as supported document formats like +- [GoogleDrive Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive/reference.md): The GoogleDrive Reference documentation provides a comprehensive list of enumerations related to ordering and file types used in the GoogleDrive MCP Server. Users can learn about various sorting options for files, such as by creation time or modification time, as well as the different +- [GoogleSheets Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets/reference.md): The GoogleSheets Reference documentation provides a comprehensive list of enumerations related to ordering tools within the GoogleSheets MCP Server. Users can learn about various sorting options, such as by creation time, modification time, and name, to effectively organize their data. This +- [Jira](https://docs.arcade.dev/en/mcp-servers/productivity/jira.md): This documentation page provides a comprehensive overview of the Jira MCP Server, enabling users and AI applications to effectively manage Jira issues and projects. It outlines various functionalities, such as creating and updating issues, retrieving detailed information, and managing labels and attachments, while also +- [Jira Environment Variables](https://docs.arcade.dev/en/mcp-servers/productivity/jira/environment-variables.md): This documentation page provides information on configuring key environment variables for optimizing interactions with the Jira API in Arcade tools. Users can learn how to set limits on concurrent requests, manage API request timeouts, and control caching behavior to enhance performance during tool execution. Each +- [Jira Reference](https://docs.arcade.dev/en/mcp-servers/productivity/jira/reference.md): The Jira Reference documentation provides users with a comprehensive list of enumerations related to sprint states, priority schemes, and issue comment ordering used in the Jira MCP Server. It helps users understand how to filter and sort data effectively using the Jira API. This reference +- [Linear](https://docs.arcade.dev/en/mcp-servers/productivity/linear.md): This documentation page provides users with tools to interact with Linear's issue tracking and team management features through the Arcade Linear MCP Server. Users can retrieve detailed information about specific issues and team data, enabling them to analyze and understand their project management workflows without making any +- [MailchimpMarketingApi](https://docs.arcade.dev/en/mcp-servers/productivity/mailchimp-marketing-api.md): The Mailchimp Marketing API documentation provides users with tools to effectively manage and optimize their email marketing campaigns through direct interactions with the Mailchimp Marketing API. It outlines various functionalities, such as retrieving audience information, managing account exports, and creating or updating automation workflows +- [MiroApi](https://docs.arcade.dev/en/mcp-servers/productivity/miro-api.md): The MiroApi documentation page provides users with a detailed overview of tools that facilitate interaction with the Miro API, enabling management of Miro boards and organizational settings. Users can learn how to perform various actions, such as retrieving access token information, managing +- [Notion](https://docs.arcade.dev/en/mcp-servers/productivity/notion.md): This documentation page provides users with tools and guidance for integrating and interacting with Notion through the Arcade Notion MCP Server. It outlines various functionalities, such as retrieving page content, creating new pages, and searching for items within a Notion workspace, enabling +- [Obsidian](https://docs.arcade.dev/en/mcp-servers/productivity/obsidian.md): This documentation page provides an overview of the Arcade Obsidian Toolkit, a community-contributed MCP Sever verified by the Arcade team. It guides users to learn more about the toolkit and access additional resources through the linked GitHub repository. +- [Outlook Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-calendar.md): The Outlook Calendar documentation page provides users with tools to manage calendar events through the Outlook API, enabling them to create, list, and retrieve events in their Outlook Calendar. It outlines the available tools, including detailed descriptions and example code for implementation in Python and +- [Outlook Mail](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail.md): The Outlook Mail documentation provides users with tools to read, write, and send emails using the Outlook API, enabling seamless email management within their applications. It includes detailed descriptions of available tools, such as creating and sending emails, updating drafts, and listing emails +- [OutlookMail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail/reference.md): The OutlookMail Reference documentation provides a comprehensive list of enumerations, well-known folder names, email filter properties, and filter operators used in the OutlookMail MCP Server. It helps users understand and utilize these elements effectively when working with OutlookMail tools. This +- [page](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox/reference.md): This documentation page provides a list of item categories used in Dropbox, including types such as image, document, PDF, spreadsheet, presentation, audio, video, folder, and paper. It helps users understand the different classifications of files and folders within the Dropbox +- [Sharepoint](https://docs.arcade.dev/en/mcp-servers/productivity/sharepoint.md): This documentation page provides a comprehensive guide for using the SharePoint MCP Server, enabling agents to efficiently interact with SharePoint sites and manage their contents. Users can learn how to retrieve lists, items, pages, and metadata, as well as search for and +- [SquareupApi](https://docs.arcade.dev/en/mcp-servers/productivity/squareup-api.md): The SquareupApi documentation provides users with tools and functionalities to interact with the Square platform, enabling management of payments, customer data, and bookings. It outlines various API endpoints for actions such as obtaining OAuth tokens, managing bank accounts, and handling booking operations +- [TicktickApi](https://docs.arcade.dev/en/mcp-servers/productivity/ticktick-api.md): The TicktickApi documentation provides users with tools to manage tasks and projects within the Ticktick application through an API interface. Users can learn how to create, update, delete, and retrieve tasks and projects, enabling efficient task management. Additionally, the page +- [TrelloApi](https://docs.arcade.dev/en/mcp-servers/productivity/trello-api.md): The TrelloApi documentation provides users with a comprehensive set of tools for interacting with the Trello API, enabling efficient management of boards, cards, lists, and members. It outlines various functions available, such as fetching, updating, and deleting actions, +- [XeroApi](https://docs.arcade.dev/en/mcp-servers/productivity/xero-api.md): The XeroApi documentation provides tools for developers to interact with Xero's accounting data via the Xero API, enabling the management of various accounting entities such as invoices, payments, and bank transactions. Users can access, create, and delete resources, ## MCP Servers - Sales -- [Hubspot](https://docs.arcade.dev/en/mcp-servers/sales/hubspot.md): This documentation page provides an overview of the Hubspot MCP Server, detailing pre-built tools that enable agents to interact with HubSpot CRM for automating updates, logging interactions, and querying data. Users can learn how to utilize various tools for managing users, -- [Hubspot Reference](https://docs.arcade.dev/en/mcp-servers/sales/hubspot/reference.md): The Hubspot Reference documentation provides a comprehensive list of enumerations related to various tools within the Hubspot MCP Server, including call directions, email statuses, meeting outcomes, and activity types. Users can refer to this page to understand the specific values and categories -- [Salesforce CRM](https://docs.arcade.dev/en/mcp-servers/sales/salesforce.md): This documentation page provides guidance on using the Arcade Salesforce CRM MCP Server, which enables users to interact with Salesforce data such as accounts, leads, and contacts through a set of pre-built tools. It outlines the requirements for self-hosting the Arcade Engine and +- [Hubspot](https://docs.arcade.dev/en/mcp-servers/sales/hubspot.md): This documentation page provides users with tools and guidance for integrating and automating interactions with HubSpot CRM through the Hubspot MCP Server. It outlines various functionalities such as creating, updating, and retrieving activities, contacts, and deals, enabling agents to efficiently manage +- [Hubspot Reference](https://docs.arcade.dev/en/mcp-servers/sales/hubspot/reference.md): The Hubspot Reference documentation provides a comprehensive list of enumerations related to various tools within the Hubspot MCP Server, including call directions, email statuses, meeting outcomes, communication channels, activity types, sort orders, deal types, and deal priorities. Users +- [Salesforce CRM](https://docs.arcade.dev/en/mcp-servers/sales/salesforce.md): This documentation page provides guidance on using the Arcade Salesforce CRM MCP Server, which enables users to build agents and AI applications that interact with Salesforce data, such as accounts and contacts. It outlines the necessary steps to create a custom Salesforce Auth Provider, self-host ## MCP Servers - Search -- [ExaApi](https://docs.arcade.dev/en/mcp-servers/search/exa-api.md): The ExaApi documentation provides users with a comprehensive guide to utilizing the Exa.ai Search API, enabling them to conduct searches, manage websets, and handle research requests effectively. It outlines various tools available for tasks such as retrieving search results, creating -- [Google Finance](https://docs.arcade.dev/en/mcp-servers/search/google_finance.md): This documentation page provides users with the tools and instructions to access real-time and historical stock data through the Arcade Google Finance MCP Server. Users can retrieve current stock summaries and historical data by utilizing specific API calls, enabling the development of intelligent agents and applications. -- [Google Flights](https://docs.arcade.dev/en/mcp-servers/search/google_flights.md): This documentation page provides guidance on using the Arcade Google Flights MCP Server to search for one-way flights through an API. Users can learn how to retrieve flight search results by specifying parameters such as departure and arrival airport codes, travel dates, and preferences for class -- [Google Hotels](https://docs.arcade.dev/en/mcp-servers/search/google_hotels.md): The Google Hotels documentation page provides users with the tools and information needed to integrate hotel search functionality into their applications using the Arcade platform. It specifically details the GoogleHotels.SearchHotels API, allowing users to retrieve hotel search results based on various parameters such as location -- [Google Jobs](https://docs.arcade.dev/en/mcp-servers/search/google_jobs.md): This documentation page provides users with tools and guidance for integrating Google Jobs functionality into their applications, specifically enabling job searches through the Arcade Google Jobs MCP Server. It outlines the available API tools, parameters for job searches, authentication requirements, and default settings for language +- [ExaApi](https://docs.arcade.dev/en/mcp-servers/search/exa-api.md): The ExaApi documentation provides users with a comprehensive guide to utilizing the Exa.ai Search API, enabling them to perform searches, manage websets, and handle research requests effectively. It outlines various tools available for tasks such as conducting searches, retrieving content +- [Google Finance](https://docs.arcade.dev/en/mcp-servers/search/google_finance.md): This documentation page provides users with the tools and instructions to retrieve real-time and historical stock data using the Arcade Google Finance MCP Server. It outlines two primary functionalities: obtaining current stock summaries and fetching historical stock data, along with necessary parameters and code examples for +- [Google Flights](https://docs.arcade.dev/en/mcp-servers/search/google_flights.md): This documentation page provides users with the tools and instructions to search for one-way flights using the Arcade Google Flights MCP Server. It details the parameters required for flight searches, including airport codes and travel dates, and offers guidance on authentication and available sorting options. +- [Google Hotels](https://docs.arcade.dev/en/mcp-servers/search/google_hotels.md): The Google Hotels documentation page provides users with the tools and guidance needed to integrate hotel search functionality into their applications using the Arcade platform. It details the parameters for the GoogleHotels.SearchHotels API, allowing users to retrieve hotel search results based on various criteria such +- [Google Jobs](https://docs.arcade.dev/en/mcp-servers/search/google_jobs.md): This documentation page provides users with the tools and instructions necessary to integrate Google Jobs functionality into their applications, enabling them to search for job openings efficiently. It details the available API tools, parameters for job searches, and authentication requirements, facilitating the development of agents - [Google Maps](https://docs.arcade.dev/en/mcp-servers/search/google_maps.md): This documentation page provides tools for integrating Google Maps functionality into agents and AI applications, specifically enabling users to obtain directions between two locations using either addresses or latitude/longitude coordinates. It outlines available tools, their parameters, and includes code examples for implementation in Python -- [Google News](https://docs.arcade.dev/en/mcp-servers/search/google_news.md): This documentation page provides users with tools to integrate Google News into their applications, allowing them to search for news stories based on specific queries, languages, and countries. It outlines the available functionalities, parameters for customization, and authentication requirements, enabling developers to effectively -- [Google Search](https://docs.arcade.dev/en/mcp-servers/search/google_search.md): This documentation page provides users with the tools and instructions needed to perform Google searches using the Arcade Search MCP Server and SerpAPI. It outlines how to utilize the GoogleSearch.Search tool to retrieve organic search results, including necessary parameters and authentication details. Users -- [Google Shopping Search](https://docs.arcade.dev/en/mcp-servers/search/google_shopping.md): The Google Shopping Search documentation provides users with tools and guidance to enable agents to search for products on Google Shopping using the Arcade platform. It outlines the necessary parameters, authentication requirements, and default settings for language and country codes, facilitating the integration of product search -- [Walmart Search](https://docs.arcade.dev/en/mcp-servers/search/walmart.md): The Walmart Search documentation provides tools for developers to create agents and AI applications that can efficiently search for products on Walmart and retrieve detailed information about them. It outlines the available functionalities, including product search and detail retrieval, along with necessary parameters and example code in -- [YouTube Search](https://docs.arcade.dev/en/mcp-servers/search/youtube.md): This documentation page provides users with tools to search for videos on YouTube and retrieve video details using the Arcade YouTube Search MCP Server. It outlines the available functionalities, including the required parameters for each tool and instructions for implementation in Python and JavaScript. +- [Google News](https://docs.arcade.dev/en/mcp-servers/search/google_news.md): This documentation page provides users with tools and guidance for integrating Google News search capabilities into their agents and AI applications using the Arcade Google News MCP Server. It details how to utilize the `GoogleNews.SearchNews` tool, including parameters for customizing searches by keywords +- [Google Search](https://docs.arcade.dev/en/mcp-servers/search/google_search.md): This documentation page provides users with the tools and instructions necessary to enable agents to perform Google searches using SerpAPI within the Arcade Search MCP Server. It details the available functionalities, specifically the GoogleSearch.Search tool, and outlines the required parameters and authentication process +- [Google Shopping Search](https://docs.arcade.dev/en/mcp-servers/search/google_shopping.md): The Google Shopping Search documentation provides users with the tools and instructions necessary to integrate product search functionality from Google Shopping into their agents and AI applications. It outlines how to use the GoogleShopping.SearchProducts tool, including required parameters and authentication details. Additionally, users +- [Walmart Search](https://docs.arcade.dev/en/mcp-servers/search/walmart.md): The Walmart Search documentation provides tools for developers to integrate product search and details retrieval from Walmart into their applications. Users can learn how to utilize the `Walmart.SearchProducts` and `Walmart.GetProductDetails` tools, including parameters for filtering and sorting +- [YouTube Search](https://docs.arcade.dev/en/mcp-servers/search/youtube.md): This documentation page provides users with tools to enable agents to search for videos on YouTube and retrieve video details using the Arcade YouTube Search MCP Server. Users can learn how to implement the `Youtube.SearchForVideos` and `Youtube.GetYoutubeVideoDetails ## MCP Servers - Social Communication -- [Arcade for Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/install.md): The "Arcade for Slack" documentation page guides users on integrating Arcade's AI tools with their Slack workspace to enhance team efficiency. It provides instructions for installation, inviting the app to channels, and utilizing various features such as sending messages, finding information, -- [Arcade for Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom/install.md): The "Arcade for Zoom" documentation page guides users on integrating Arcade's AI tools with their Zoom accounts to enhance meeting management and information retrieval. It outlines the functionalities available, such as listing upcoming meetings and retrieving invitation details, while also providing instructions for -- [Discord](https://docs.arcade.dev/en/mcp-servers/social-communication/discord.md): This documentation page provides guidance on configuring and using the Discord authentication provider with Arcade, enabling users to call the Discord API on behalf of a user. It outlines the steps for creating a Discord application, setting up OAuth credentials in the Arcade Dashboard, and utilizing -- [Environment Variables](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/environment-variables.md): This documentation page provides information on configuring environment variables that control the behavior of tools interacting with the Slack API, specifically regarding concurrent requests, pagination size limits, and pagination timeout. Users will learn how to set these variables to optimize tool performance and manage API interactions -- [LinkedIn](https://docs.arcade.dev/en/mcp-servers/social-communication/linkedin.md): This documentation page provides users with tools to interact with LinkedIn through the Arcade LinkedIn MCP Server, enabling the creation of posts and other functionalities. It outlines the available tools, specifically the ability to create text posts, and offers guidance on authentication and integration -- [Microsoft Teams](https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams.md): This documentation page provides a comprehensive overview of the Microsoft Teams MCP Server, enabling users to manage and interact with Microsoft Teams effectively. Users can retrieve and manage information about teams, channels, and chats, as well as send and receive messages, streamlining collaboration -- [MicrosoftTeams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams/reference.md): The MicrosoftTeams Reference documentation provides a comprehensive overview of enumerations related to match types and team membership within the MicrosoftTeams MCP Server. Users can learn about different matching criteria for keywords and the types of team memberships available, aiding in the effective implementation of Microsoft -- [Reddit](https://docs.arcade.dev/en/mcp-servers/social-communication/reddit.md): This documentation page provides a comprehensive overview of the Arcade Reddit MCP Server, which enables users to build agents and AI applications that interact with Reddit. Users can learn how to utilize various tools for submitting posts, commenting, retrieving content, and managing subreddit interactions through -- [Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/reference.md): This documentation page provides a reference for the enumerations related to conversation types used in the Slack MCP Server, including definitions for public channels, private channels, multi-person direct messages, and direct messages. Users can refer to this information to understand the different types +- [Arcade for Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/install.md): The documentation page for "Arcade for Slack" provides users with guidance on integrating Arcade's AI tools into their Slack workspace to enhance team efficiency. It outlines the installation process, functionalities such as sending messages and generating content, and emphasizes the importance of reviewing +- [Arcade for Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom/install.md): The "Arcade for Zoom" documentation page guides users on how to integrate Arcade's AI tools with their Zoom accounts, enabling efficient meeting management and information retrieval. Users can access features such as listing upcoming meetings, retrieving invitation details, and finding participants through +- [Discord](https://docs.arcade.dev/en/mcp-servers/social-communication/discord.md): This documentation page provides guidance on configuring and using the Discord authentication provider with Arcade, enabling users to call the Discord API on behalf of users. It outlines the steps for creating a Discord app, setting up OAuth credentials, and integrating Discord auth into both application +- [Environment Variables](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/environment-variables.md): This documentation page provides information on configuring environment variables for managing Slack API interactions in tools, specifically focusing on controlling the maximum number of concurrent requests, pagination size limits, and pagination timeout settings. Users can learn how to optimize their tool's performance and response handling +- [LinkedIn](https://docs.arcade.dev/en/mcp-servers/social-communication/linkedin.md): This documentation page provides an overview of the Arcade LinkedIn MCP Server, which enables users to build agents and AI applications that interact with LinkedIn, specifically allowing them to create text posts. It includes details on available tools, authentication methods, and example code +- [Microsoft Teams](https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams.md): This documentation page provides a comprehensive overview of the Microsoft Teams MCP Server, enabling users to efficiently manage and interact with Microsoft Teams features such as teams, channels, and chats. Users can learn to retrieve information, send messages, and manage users within their Microsoft +- [MicrosoftTeams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams/reference.md): The MicrosoftTeams Reference documentation provides a comprehensive overview of enumerations related to matching types and team membership within the MicrosoftTeams MCP Server. Users can learn about different match criteria, such as exact and partial matches, as well as the types of team memberships available +- [Reddit](https://docs.arcade.dev/en/mcp-servers/social-communication/reddit.md): This documentation page provides a comprehensive guide for using the Arcade Reddit MCP Server, which enables developers to create agents and AI applications that interact with Reddit. Users can learn how to perform various actions such as submitting posts, commenting, retrieving content, and checking subreddit +- [Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/reference.md): This documentation page provides a reference for the enumerations related to conversation types used in the Slack MCP Server, including definitions for public channels, private channels, multi-person direct messages, and direct messages. Users can refer to this page to understand the specific terms - [Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/twilio/reference.md): This documentation page provides a reference for the `arcade_twilio` package, which enables users to integrate Twilio services for sending SMS and WhatsApp messages. It includes installation instructions, a brief description of the package, and detailed parameters for the ` -- [Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack.md): This documentation page provides a comprehensive overview of the Slack MCP Server, which enables users and AI applications to interact with the Slack platform for efficient conversation and user management. Users can learn to retrieve user information, send messages, and access conversation metadata, enhancing collaboration -- [SlackApi](https://docs.arcade.dev/en/mcp-servers/social-communication/slack_api.md): The SlackApi documentation provides a comprehensive guide for administrators and applications to manage and automate various aspects of Slack workspaces, including user management, messaging, channel operations, and file sharing. It details the capabilities of the MCP Server, which supports OAuth2 authentication -- [SlackApi](https://docs.arcade.dev/en/mcp-servers/social-communication/slack-api.md): The SlackApi documentation provides a comprehensive guide for administrators and applications to manage and automate various aspects of Slack workspaces, including user management, messaging, channel operations, and file sharing. It outlines key functionalities such as creating and updating teams, managing user profiles -- [Teams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/teams/reference.md): The Teams Reference documentation provides a comprehensive overview of enumerations related to match types and team membership used in the Teams MCP Server. It helps users understand the different matching criteria and membership classifications available for effective team management and keyword matching. This reference is essential for -- [Twilio](https://docs.arcade.dev/en/mcp-servers/social-communication/twilio.md): This documentation page provides users with a guide to using Twilio for sending SMS and WhatsApp messages through an MCP Server, including setup prerequisites, configuration instructions, and practical usage examples. It helps users integrate Twilio's messaging capabilities into their projects, ensuring -- [X (formerly Twitter)](https://docs.arcade.dev/en/mcp-servers/social-communication/x.md): This documentation page provides users with a comprehensive guide to the Arcade X (formerly Twitter) MCP Server, enabling them to build agents and AI applications that interact with X. Users can learn how to perform various actions such as posting, replying to, and deleting -- [Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom.md): This documentation page provides an overview of the Arcade Zoom MCP Server, which enables users to build agents and AI applications that interact with Zoom by listing upcoming meetings and retrieving meeting invitations. It outlines the available tools, their functionalities, and the authentication process required to +- [Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack.md): This documentation page provides an overview of the Slack MCP Server, which enables agents to interact with the Slack platform through various tools. Users can manage conversations, retrieve user information, send messages, and access metadata for channels and direct messages, thereby enhancing communication and +- [SlackApi](https://docs.arcade.dev/en/mcp-servers/social-communication/slack_api.md): The SlackApi documentation provides a comprehensive guide for administrators and applications to manage and automate various aspects of Slack workspaces, including user management, messaging, channel operations, and file sharing. It outlines key functionalities such as creating teams, managing user profiles, scheduling +- [SlackApi](https://docs.arcade.dev/en/mcp-servers/social-communication/slack-api.md): The SlackApi documentation provides a comprehensive guide for administrators and applications to effectively manage and automate various aspects of Slack workspaces, including user management, messaging, channel operations, and file sharing. It outlines key functionalities such as creating teams, managing user profiles, +- [Teams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/teams/reference.md): The Teams Reference documentation provides a comprehensive list of enumerations related to match types and team membership used in the Teams MCP Server. Users can learn about different matching criteria, such as exact and partial matches, as well as the types of team memberships available. +- [Twilio](https://docs.arcade.dev/en/mcp-servers/social-communication/twilio.md): This documentation page provides guidance on using Twilio's MCP Server to send SMS and WhatsApp messages, integrating seamlessly with Arcade. It outlines the necessary prerequisites for setting up a Twilio account, configuration details, and offers usage examples to help users effectively utilize +- [X (formerly Twitter)](https://docs.arcade.dev/en/mcp-servers/social-communication/x.md): This documentation page provides a comprehensive guide for developers to utilize the Arcade X MCP Server, enabling them to build agents and AI applications that interact with X (formerly Twitter). Users can learn how to perform various actions such as posting, replying to, and deleting +- [Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom.md): This documentation page provides an overview of the Arcade Zoom MCP Server, which enables users to build agents and AI applications that interact with Zoom by listing upcoming meetings and retrieving meeting invitations. It details the available tools, their functionalities, and the authentication process required to ## Oai Agents -- [Arcade with OpenAI Agents](https://docs.arcade.dev/en/home/oai-agents/overview.md): This documentation page provides a comprehensive guide for integrating Arcade with the OpenAI Agents library, enabling users to enhance their AI agents with various tools like Gmail, LinkedIn, and GitHub. It covers installation, key features, basic usage examples, and handling -- [Or set it directly when initializing the client](https://docs.arcade.dev/en/home/oai-agents/use-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools into OpenAI Agents applications, detailing the necessary setup, configuration, and management of tools. Users will learn how to initialize their environment, create agents with Arcade tools, handle authentication, and run their -- [Set your API key](https://docs.arcade.dev/en/home/oai-agents/user-auth-interrupts.md): This documentation page provides a comprehensive guide on managing user authorization for Arcade tools within OpenAI Agents applications. It covers the steps to obtain an API key, configure the environment, handle authorization errors, and implement a complete authorization flow. Users will learn how to +- [Arcade with OpenAI Agents](https://docs.arcade.dev/en/home/oai-agents/overview.md): This documentation page provides a comprehensive guide for integrating Arcade with the OpenAI Agents library, enabling users to enhance their AI agents with various tools like Gmail and GitHub. It covers installation, key features, basic usage examples, and handling user authorization, helping +- [Or set it directly when initializing the client](https://docs.arcade.dev/en/home/oai-agents/use-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools into OpenAI Agents applications, outlining the necessary prerequisites, environment setup, and configuration steps. Users will learn how to create and manage Arcade tools, set up agents, handle authentication, and run their +- [Set your API key](https://docs.arcade.dev/en/home/oai-agents/user-auth-interrupts.md): This documentation page provides a comprehensive guide on managing user authorization for Arcade tools within OpenAI Agents applications. It covers obtaining an API key, setting up the environment, handling authorization errors, and implementing a complete authorization flow. Users will learn how to effectively manage ## Quickstart -- [Arcade's Hosted Tools Quickstart](https://docs.arcade.dev/en/home/quickstart.md): The "Arcade's Hosted Tools Quickstart" documentation page guides users through the process of setting up and utilizing Arcade's Hosted Tools to empower AI agents with functionalities like sending emails and messaging in Slack. It covers prerequisites, installation of the Arcade client, +- [Arcade's Hosted Tools Quickstart](https://docs.arcade.dev/en/home/quickstart.md): The "Arcade's Hosted Tools Quickstart" documentation provides users with step-by-step instructions on how to install and utilize Arcade's client to enable AI agents to perform tasks such as sending emails and messaging in Slack. It outlines prerequisites, installation procedures, ## Registry Early Access -- [The Arcade Registry](https://docs.arcade.dev/en/home/registry-early-access.md): The Arcade Registry documentation provides an overview of a platform designed for developers to share and monetize their tools for agentic applications, similar to HuggingFace or Pypi. It explains how the registry integrates real-time metrics and feedback to enhance tool usability and +- [The Arcade Registry](https://docs.arcade.dev/en/home/registry-early-access.md): The Arcade Registry documentation page provides an overview of the Arcade Registry, a platform for developers to share and monetize their tools for agentic applications. It outlines the benefits of early access, including real-time metrics and feedback for tool usage, and invites users to ## Security -- [Security Research Program](https://docs.arcade.dev/en/home/security.md): The Security Research Program documentation page outlines how users can report security vulnerabilities in Arcade's services and tools, emphasizing the importance of community involvement in enhancing security. It details the types of vulnerabilities sought, the reporting process, and guidelines for responsible disclosure. Additionally, +- [Security Research Program](https://docs.arcade.dev/en/home/security.md): The Security Research Program documentation page outlines how users can report security vulnerabilities in Arcade's tools and services, emphasizing the importance of community involvement in enhancing security. It details the scope of issues covered, the reporting process, and guidelines for responsible disclosure. Additionally, ## Serve Tools -- [Deploying to the cloud with Arcade Deploy](https://docs.arcade.dev/en/home/serve-tools/arcade-deploy.md): This documentation page provides a comprehensive guide on deploying an MCP server to the cloud using Arcade Deploy, enabling users to easily manage their server and access it from any MCP client. It outlines the necessary requirements, deployment steps, and how to create MCP Gateways +- [Deploying to the cloud with Arcade Deploy](https://docs.arcade.dev/en/home/serve-tools/arcade-deploy.md): This documentation page provides a comprehensive guide on deploying an MCP server to the cloud using Arcade Deploy. Users will learn how to set up their server, utilize the `arcade deploy` CLI command, and create MCP Gateways to manage and access tools across ## Use Tools -- [Get Formatted Tool Definitions](https://docs.arcade.dev/en/home/use-tools/get-tool-definitions.md): This documentation page provides guidance on retrieving formatted tool definitions using the Arcade Client, allowing users to obtain single or multiple tool definitions in specific model provider formats, such as OpenAI or Zod. It includes methods for converting tool definitions into Zod schemas for -- [Tool error handling](https://docs.arcade.dev/en/home/use-tools/error-handling.md): This documentation page provides guidance on effectively handling errors when using tools with Arcade's Tool Development Kit (TDK). It outlines the error handling philosophy, offers examples for client error management in Python and JavaScript, and discusses best practices for creating robust applications. -- [Types of Tools](https://docs.arcade.dev/en/home/use-tools/types-of-tools.md): This documentation page explains the two types of tools offered by Arcade: Starter tools and Optimized tools. It highlights the differences in design and functionality, emphasizing that Optimized tools are tailored for AI-powered chat interfaces to enhance performance and reliability, while Starter tools -- [What are tools?](https://docs.arcade.dev/en/home/use-tools/tools-overview.md): This documentation page provides an overview of tool calling in language models, explaining how users can leverage external tools through APIs to enhance the capabilities of AI models, such as performing calculations or retrieving data. It details practical applications, like analyzing documents and scheduling meetings, +- [Get Formatted Tool Definitions](https://docs.arcade.dev/en/home/use-tools/get-tool-definitions.md): This documentation page provides guidance on retrieving formatted tool definitions using the Arcade Client, allowing users to obtain both individual and multiple tool definitions in specific model provider formats. It covers methods for listing tools from a MCP Server and converting tool definitions into Zod schemas for +- [Tool error handling](https://docs.arcade.dev/en/home/use-tools/error-handling.md): This documentation page provides guidance on effectively handling errors when using tools with Arcade's Tool Development Kit (TDK). It outlines the error handling philosophy, describes different error types, and offers best practices for implementing robust error management in applications. Users will learn how +- [Types of Tools](https://docs.arcade.dev/en/home/use-tools/types-of-tools.md): This documentation page explains the two types of tools available in Arcade: Starter tools and Optimized tools, highlighting their design differences and intended use cases. It emphasizes that while both types can be used interchangeably, Optimized tools are specifically designed to align with +- [What are tools?](https://docs.arcade.dev/en/home/use-tools/tools-overview.md): This documentation page provides an overview of tool calling in language models, explaining how users can leverage external tools to enhance the capabilities of AI models for tasks such as data retrieval, scheduling, and email communication. It details the integration of tools like Google Docs and ## Vercelai -- [page](https://docs.arcade.dev/en/home/vercelai/using-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools with the Vercel AI SDK, enabling users to enhance their AI applications with features like real-time streaming responses and seamless switching between AI providers. It includes step-by-step instructions for setting up dependencies +- [page](https://docs.arcade.dev/en/home/vercelai/using-arcade-tools.md): This documentation page provides a comprehensive guide for integrating Arcade tools with the Vercel AI SDK, enabling users to enhance their AI applications with features like real-time streaming responses and easy switching between AI providers. It includes step-by-step instructions for setting up dependencies