Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

databases_get_document

Retrieve a specific document from an Appwrite database collection using its unique ID, returning JSON data for further processing or display.

Instructions

Get a document by its unique ID. This endpoint response returns a JSON object with the document data.

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).
document_idYesDocument ID.
queriesNoArray of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long.

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