Skip to main content
Glama

appwrite_bulk_create_documents

Create multiple Appwrite database documents simultaneously to save time and reduce API calls. Specify database, collection, and document arrays with IDs and data.

Instructions

[UNIFIED] Create multiple documents at once. More efficient than creating one by one.

Example documents array: [ {"document_id": "unique()", "data": {"title": "Doc 1", "status": "active"}}, {"document_id": "doc-2", "data": {"title": "Doc 2", "status": "draft"}, "permissions": ["read("any")"]} ]

Each document must have:

  • document_id: Use 'unique()' for auto-generated ID or provide your own

  • data: Object with field values matching collection attributes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
database_idYes
collection_idYes
documentsYes
Install Server

Other Tools

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/airano-ir/mcphub'

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