> For the complete documentation index, see [llms.txt](https://docs.arcade.software/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcade.software/kb/leverage/mcp/available-tools.md).

# Available tools

| Tool                    | Description                                                                                    |
| ----------------------- | ---------------------------------------------------------------------------------------------- |
| `create_brand_kit`      | Create a brand kit from a website domain. Extracts colors, logos, fonts, and style guidelines. |
| `add_brand_kit_source`  | Add a URL source (blog post, landing page, docs) to enrich a brand kit's branding data.        |
| `list_brand_kits`       | List brand kits in your workspace. Check status before creating a video.                       |
| `create_video`          | Generate a video using a brand kit. Supports preset styles or custom prompts.                  |
| `get_generation_status` | Check the status of a video generation in progress.                                            |
| `list_demos`            | Browse existing Arcade interactive demos in your workspace.                                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arcade.software/kb/leverage/mcp/available-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
