create_a_child_schema
Creates a new child schema under a specified parent schema to extend its data structure. Use this tool to add child records linked to a parent custom object.
Instructions
🟡 WRITE · creates data · Custom Objects · POST /customObjects/schemas/{id}/child
Create a child schema
Creates a new record. Not idempotent — calling twice may create duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the parent schema the new child schema will extend |