get_database_schema
Retrieve the schema and property definitions for a Notion database to understand its structure before querying or updating records.
Instructions
Get the schema of a Notion database with all property definitions.
Args: database_id: The ID of the Notion database
Returns: Dict with database title and properties schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||