manage_keyword_map
Register, list, remove, or reset keyword-to-table mappings to enhance table-matching accuracy in data queries.
Instructions
Manage keyword-to-table-name mappings. After inspecting the schema with list_tables, register domain-specific mappings to improve smart_query table-matching accuracy. e.g., {"revenue": ["payment"], "creator": ["creator"]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_source_id | Yes | Data source ID | |
| action | Yes | Action to perform | |
| mappings | No | Mappings to add (required when action=add). e.g., {"revenue": ["payment", "billing"]} | |
| keywords | No | Keywords to remove (required when action=remove). e.g., ["revenue", "order"] |