databases_get_collection
Retrieve metadata for a specific collection in Appwrite databases using its unique ID. This tool fetches collection details for database management and integration tasks.
Instructions
Get a collection by its unique ID. This endpoint response returns a JSON object with the collection metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| collection_id | Yes | Collection ID. |