Create Buildin database
buildin_create_databaseCreate a new Buildin.ai database under a specified page parent, requiring at least one title property, with an option to make it inline.
Instructions
Create a new Buildin.ai database under a page parent. Must include at least one property of type 'title'. Set is_inline=true for inline databases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | Usually a page parent: { page_id: '...' }. | |
| title | Yes | Array of rich-text runs. | |
| properties | Yes | Map of property name -> schema definition. At least one property of type 'title' must be present. | |
| icon | No | Icon: emoji or external url. Both discriminator-less and typed forms accepted to match Buildin examples. | |
| cover | No | Cover image (external url only). | |
| is_inline | No | true for inline databases embedded on a page, false for full-page databases. |