databases_get_attribute
Retrieve a specific attribute from an Appwrite database collection using its unique identifier. This tool helps developers access attribute details like type, size, and format for database management.
Instructions
Get attribute by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| collection_id | Yes | Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). | |
| key | Yes | Attribute Key. |