apply_view_sorts
Apply sort conditions to Airtable views or clear all sorts with an empty array to organize data presentation.
Instructions
Apply sort conditions to a view. Pass an empty array to clear all sorts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID (e.g. "viwXXX") | |
| sorts | Yes | Array of sort conditions. Empty array [] clears all sorts. | |
| debug | No | When true, include raw Airtable response in output for diagnostics |