captureCode
ChatGPTSAVE code to Create State with version tracking. Persists code snippets, functions, or files so the user can reference them later. This is a real API call. CALL THIS when the user asks to 'save this code', 'capture this function', or 'remember this implementation'.
captureConversationContext
ChatGPTSAVE important context from this conversation to Create State. Persists decisions, discussions, debugging insights, or anything the user wants to remember across sessions. This is a real API call that stores data permanently. CALL THIS when the user asks to 'save this', 'remember this', or 'capture this'.
createSessionHandoff
ChatGPTCREATE a session handoff that saves conversation state so another AI session can continue later. Preserves context, decisions, and pending work. CALL THIS when the user says 'save this session', 'create a handoff', 'I need to continue this later', or at the end of a productive conversation.
createWorldModel
ChatGPTCREATE a new world model in the user's Create State account. A world model is a persistent knowledge container for a project that stores code, decisions, and context. CALL THIS TOOL when the user asks to 'create a world model', 'make a new project', or 'set up a knowledge base'. This is a real API call, not roleplay.
fetch
ChatGPTFetch the full content of a knowledge node by ID. Use this to get complete details for citation in research.
getProactiveInsights
ChatGPTGET AI-generated insights and recommendations based on the project's captured knowledge. Analyzes patterns, identifies potential issues, and suggests improvements. CALL THIS when the user asks 'what insights do you have', 'analyze my project', 'any suggestions', or 'what should I focus on'.
getProjectWorldModel
ChatGPTLOAD the full context of a world model including its AI-synthesized summary, architecture overview, key files, tech stack, and recent activity. CALL THIS when the user asks 'tell me about my project', 'what's in this world model', 'load project context', or when you need to understand a project before helping with it.
listHandoffPackages
ChatGPTLIST available session handoffs that can be restored. Shows handoff names, IDs, and when they were created. CALL THIS when the user asks 'what handoffs do I have', 'show my sessions', or before restoring to see available options.
listUserWorldModels
ChatGPTList all world models (projects) in the user's Create State account. Shows names, IDs, languages, and node counts. CALL THIS to see what projects the user has before capturing or querying knowledge.
queryWorldModel
ChatGPTQUERY a world model's knowledge graph with natural language questions. Ask about code structure, component relationships, how things work, or why decisions were made. CALL THIS when the user asks questions about their codebase like 'how does auth work', 'what components use the database', 'why did we choose this approach'.
restoreFromHandoff
ChatGPTRESTORE context from a previous session handoff to continue where you left off. CALL THIS when the user says 'restore my session', 'continue from where we left off', 'load the handoff', or at the START of a conversation to pick up previous work.
search
ChatGPTSearch the Create State knowledge graph for decisions, code, insights, and context. Use this to find relevant information before deep research.
searchProjectKnowledge
ChatGPTSEARCH across all captured knowledge using semantic understanding. Finds relevant code, decisions, and context based on meaning. CALL THIS when the user asks 'find where we discussed X', 'search for code about Y', 'what do we know about Z', or when looking for specific information.
synthesizeProjectContext
ChatGPTGENERATE a comprehensive AI-written project summary from all captured knowledge. Creates an AINOTES-style document covering architecture, key files, tech stack, priorities, and known issues. CALL THIS when the user asks 'summarize my project', 'generate project notes', 'create a summary', or after significant captures to consolidate knowledge.