Tools
| Tool | Description | Key Params |
|---|---|---|
views.list | List all views in the workspace | object_type_slug (optional), list_id (optional) |
views.get | Get a single view’s configuration | view_id |
views.create | Create a new view | name, object_type_slug, view_type, config, list_id |
views.update | Update a view’s config (filters, sort, columns) | view_id, config |
views.delete | Delete a view | view_id |
views.data | Fetch records using a view’s saved config | view_id, page, page_size |
View Types
| Type | Description |
|---|---|
list | Table view with sortable columns |
board | Kanban board grouped by a select field |