manage_record_type
Manage record_type schemas. Actions: upsert, get, list, delete. Use list to discover what record_types exist in a database.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
action | enum: upsert | get | list | delete | Yes | |
base_id | string | Yes | Target database ID |
record_type_id | string | No | Required for upsert, get, delete |
name | string | No | RecordType display name |
description | string | No | |
icon | string | No | |
color | string | No | |
json_schema | object | No | JSON Schema object defining the record_type structure |
sources | array | No | External source configs. Each source defines endpoints, auth, and field mapping for proxying operations to an external API. |