diff --git a/src/routes/docs/tooling/mcp/api/+page.markdoc b/src/routes/docs/tooling/mcp/api/+page.markdoc index b624037ecf..7944835d68 100644 --- a/src/routes/docs/tooling/mcp/api/+page.markdoc +++ b/src/routes/docs/tooling/mcp/api/+page.markdoc @@ -66,7 +66,7 @@ Database tools are enabled by default. In addition you can pass arguments to `uv | Argument | Description | | --- | --- | -| `--databases` | Enables the Databases API | +| `--tables-db` | Enables the TablesDB API | | `--users` | Enables the Users API | | `--teams` | Enables the Teams API | | `--storage` | Enables the Storage API | @@ -74,6 +74,7 @@ Database tools are enabled by default. In addition you can pass arguments to `uv | `--messaging` | Enables the Messaging API | | `--locale` | Enables the Locale API | | `--avatars` | Enables the Avatars API | +| `--databases` | Enables the legacy Databases API | | `--all` | Enables all Appwrite APIs | {% info title="Enable only necessary MCP tools" %}