add_filter
Add a basic auto-filter to a specified range in a Google Sheet to enable data filtering and analysis.
Instructions
Add a basic filter (auto-filter) to a range.
Args: spreadsheet_id: The ID of the spreadsheet sheet: Sheet/tab name range: A1 notation range (e.g., 'A1:E100')
Returns: Result of the filter operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| range | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |