Manage FAQ
manage_faqList, create, update, or delete this workspace's FAQ items (shown in the chat widget and usable by the AI agent). Set action to 'list' | 'create' | 'update' | 'delete'. 'create' needs question + answer; 'update' and 'delete' need id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | FAQ item id. Required for 'update' and 'delete'. | |
| action | Yes | Which FAQ operation to run. | |
| answer | No | Answer text. Required for 'create'; optional for 'update'. | |
| enabled | No | Whether the FAQ item is visible/active. Optional for 'create' and 'update'. | |
| question | No | Question text. Required for 'create'; optional for 'update'. |