Remove a table from an Appwrite database by specifying its unique ID. This action permanently deletes the table and requires appropriate write permissions.
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.
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.
Enables interaction with Appwrite's backend services through natural language. Provides tools to manage databases, users, functions, teams, storage, and other Appwrite project resources via API integration.
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.