get_filter
Retrieve specific Gmail filter settings by ID to review automated email organization rules and message handling configurations.
Instructions
Gets a filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the filter to be fetched |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the filter to be fetched",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}