manage_record_type

Manage record_type schemas. Actions: upsert, get, list, delete. Use list to discover what record_types exist in a database.

Parameters

NameTypeRequiredDescription
actionenum: upsert | get | list | deleteYes
base_idstringYesTarget database ID
record_type_idstringNoRequired for upsert, get, delete
namestringNoRecordType display name
descriptionstringNo
iconstringNo
colorstringNo
json_schemaobjectNoJSON Schema object defining the record_type structure
sourcesarrayNoExternal source configs. Each source defines endpoints, auth, and field mapping for proxying operations to an external API.