gc_records
Manage runtime record definitions and instances—define types, create, retrieve, list, update, delete, or transition records with query filters, sorting, temporal constraints, and pagination.
Instructions
Runtime record definitions and instances. Actions: types, get_type, define_type, create, get, list, update, delete, transition. Use definition for define_type and data for create/update. Use params for Records query filters, sort, temporal constraints, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Record data for create or update | |
| type | No | Record type handle for create or list | |
| event | No | Lifecycle event for transition | |
| action | Yes | Action to perform | |
| handle | No | Record type handle for get_type | |
| params | No | List filters, sort, temporal constraints, and pagination | |
| pub_id | No | Public record ID for get, update, delete, or transition | |
| definition | No | Record type definition for define_type |