Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

databases_create_string_attribute

Add a text field to a database collection to store character-based data with configurable size, requirements, and security options.

Instructions

Create a string attribute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesDatabase ID.
collection_idYesCollection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
keyYesAttribute Key.
sizeYesAttribute size for text attributes, in number of characters.
requiredYesIs attribute required?
defaultNoDefault value for attribute when not provided. Cannot be set when attribute is required.
arrayNoIs attribute an array?
encryptNoToggle encryption for the attribute. Encryption enhances security by not storing any plain text values in the database. However, encrypted attributes cannot be queried.

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