fm_delete_context
Remove outdated context entries for FileMaker tables or fields, such as when a field is renamed or a hint is no longer accurate.
Instructions
Delete an operational learning about a FileMaker field or table.
Call this to remove stale or incorrect context entries — for example, when a table or field has been renamed/deleted, or when a previously saved hint is no longer accurate.
The record is deleted from FM and removed from the local cache immediately.
Args: table_name: Table this applies to (e.g., "Invoices"). field_name: Specific field name, or empty for table-level context. context_type: Category — "field_values", "syntax_rule", "query_pattern", "relationship".
Returns: Confirmation message or error description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | No | ||
| table_name | Yes | ||
| context_type | No | field_values |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |