Make universal API requests to Appwrite with root access. Target the console for instance management or a project ID to manage its resources like databases, users, and storage.
Remove a table from an Appwrite database by specifying its unique ID. This action permanently deletes the table and requires appropriate write permissions.
Enables AI agents to fully automate Appwrite backend operations with 143 tools covering databases, users, storage, functions, messaging, and more. Supports advanced features like GeoJSON attributes, file uploads, function deployment, and bulk operations.
MCP server for Appwrite security audits that scans permissions and provides structured fix proposals, with active live leak confirmation via anonymous fetch.
Delete multiple rows from an Appwrite database table using queries. Remove all rows if no queries are specified, with support for bulk operations and transaction staging.
Modify a line column's properties in an Appwrite database table, including requirements, default values, or column key, without affecting existing row data.
Modify an enum column in an Appwrite database table by updating allowed values, requirements, or default settings. Changes apply to new entries without affecting existing data.
Retrieve table metadata from an Appwrite database using its unique ID. This tool fetches JSON data containing table structure and properties for database management.