List models
layerz_list_modelsList models the authenticated user can access. Each result includes can_write (true when owner or editor). For model-scoped API keys, returns only the bound model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Optional name search filter. Substring, case-insensitive (e.g. "swoop" matches "SWOOP - BP 2026"). Use "*" as a wildcard; "%", "_" and "&" are literal. | |
| writable | No | When true, returns only models the caller can edit (owner or editor). Omit to return all accessible models. |