search_api
List tldraw shape types and required props. Filter by name substring or inspect a specific type's live prop names to prepare for JSON manipulation.
Instructions
List supported tldraw shape types and their required props. Use this to discover what can be created before falling back to exec_jq.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional substring to filter shape types | |
| type | No | When verbose=true, the specific shape type to introspect | |
| verbose | No | If true, dump the live prop names from @tldraw/tlschema for the given type |