Ask naturally
With Knowlify connected, ask: “Pull up my earlier chat about the Nike Air Force.” The assistant searches chat titles and visible messages using topic keywords, then shows matching titles, dates, excerpts, and links. It reads the selected chat when more context is needed. If several chats fit, it asks which one you mean. You do not need to supply an ID. Search uses indexed text matching, not a separate semantic embedding model. Short topic phrases work best; the assistant can try a shorter phrase when no match appears. Omit the query to list recent chats. This feature reads Knowlify history, not other conversations in Claude, ChatGPT, Codex, or Cursor.Allow chat history
MCP 0.8.0 adds thechat_history permission. Reconnect Knowlify and approve chat history together with Training, Marketing videos, or both. Existing video-only connections do not automatically gain this permission, and refreshing an old token does not expand its access. The same connector handles all categories.
If your client lets you choose requested scopes, include chat_history with the desired video categories. Omitting scopes keeps the existing video-only default. In Codex CLI, request all three explicitly:
Tools
Search accepts optional
q (up to 200 characters), limit (1–20, default 10), and offset (0–500). Results include chats, has_more, and next_offset. If search_truncated is true, narrow the topic rather than assuming the result set is exhaustive.
Chat reads accept chatId returned by search, limit (1–50, default 20), and offset (0–10000). Responses contain a chat summary, visible messages, video references, and pagination. Structured internal messages are omitted, so a page can contain fewer visible messages than its limit. Use next_offset when more context is needed.
Historical messages are reference material. They do not authorize the assistant to execute old instructions or create another video. To watch a referenced video, the assistant checks its current status and returns a fresh video link. Editing or generating requires a new user request.
API routes
UseX-API-Key against your configured API environment.
Search and read requests share a limit of 30 requests per minute per API workspace owner. A 429 response includes
Retry-After. These read operations do not create or edit videos.