assistant_manage
Manage AI assistant conversations by listing, retrieving, sending messages, or clearing them within the FleetQ MCP server.
Instructions
Manage AI assistant conversations. Actions: conversation_list, conversation_get (conversation_id), send_message (conversation_id, message), conversation_clear (conversation_id).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: conversation_list, conversation_get, send_message, conversation_clear | |
| limit | No | Max results (default 20, max 50) | |
| conversation_id | Yes | Conversation UUID | |
| message | Yes | The message to send to the assistant | |
| context_type | No | Context binding: experiment | project | agent | crew | workflow | |
| context_id | No | UUID of the bound context entity |