fm_flush_datasets
Clear cached table data from session memory to force a fresh fetch from FileMaker after modifications or to free memory.
Instructions
Flush cached table data from session memory.
The MCP server auto-caches query results per table for fast repeat access. Use this to force a fresh fetch from FileMaker — for example, after data has been modified, or to free memory.
Args: table: Specific table to flush (e.g., "Invoices"). Leave empty to flush ALL cached tables.
Returns: Confirmation with number of rows/tables flushed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |