Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

databases_create

Create a new database in Appwrite by specifying a unique ID and name. Configure database settings including enabling or disabling user access while maintaining data integrity.

Instructions

Create a new Database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesUnique Id. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.
nameYesDatabase name. Max length: 128 chars.
enabledNoIs the database enabled? When set to 'disabled', users cannot access the database but Server SDKs with an API key can still read and write to the database. No data is lost when this is toggled.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/appwrite/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server