Skip to main content
Glama

Appwrite MCP Server

Official
by appwrite
MIT License
39
  • Linux
  • Apple

databases_get_document

Retrieve a specific document from an Appwrite database by providing the database ID, collection ID, and document ID. Use queries to filter or refine the data retrieval process for precise results.

Instructions

Get document

Input Schema

NameRequiredDescriptionDefault
collection_idYesParameter 'collection_id'
database_idYesParameter 'database_id'
document_idYesParameter 'document_id'
queriesNoParameter 'queries'

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Parameter 'collection_id'", "type": "string" }, "database_id": { "description": "Parameter 'database_id'", "type": "string" }, "document_id": { "description": "Parameter 'document_id'", "type": "string" }, "queries": { "description": "Parameter 'queries'", "type": "string" } }, "required": [ "database_id", "collection_id", "document_id" ], "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