Create Thing
create_thingCreate a new trackable value by specifying a name, type, and optional initial state. Use this to start tracking custom metrics or chores within Donetick.
Instructions
Create a new thing (trackable value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The thing's name | |
| type | Yes | The thing's type (number, boolean, or text) | |
| state | No | Optional initial state value |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |