Skip to main content
Glama

Appwrite MCP Server

Official
by appwrite
MIT License
39
  • Linux
  • Apple

databases_create_string_attribute

Add a string attribute to a specified collection in your Appwrite database. Define parameters like key, size, and whether the attribute is required for precise customization and efficient data management.

Instructions

Create string attribute

Input Schema

NameRequiredDescriptionDefault
arrayNoParameter 'array'
collection_idYesParameter 'collection_id'
database_idYesParameter 'database_id'
defaultNoParameter 'default'
encryptNoParameter 'encrypt'
keyYesParameter 'key'
requiredYesParameter 'required'
sizeYesParameter 'size'

Input Schema (JSON Schema)

{ "properties": { "array": { "description": "Parameter 'array'", "type": "string" }, "collection_id": { "description": "Parameter 'collection_id'", "type": "string" }, "database_id": { "description": "Parameter 'database_id'", "type": "string" }, "default": { "description": "Parameter 'default'", "type": "string" }, "encrypt": { "description": "Parameter 'encrypt'", "type": "string" }, "key": { "description": "Parameter 'key'", "type": "string" }, "required": { "description": "Parameter 'required'", "type": "string" }, "size": { "description": "Parameter 'size'", "type": "string" } }, "required": [ "database_id", "collection_id", "key", "size", "required" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

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