Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- get_context — Get context from the user's connected workspaces and websites. The attached widget displays only the list of sources consulted — it does not show the retrieved content, so use the returned context to answer the user directly.writeidempotentopen internet
- ask_question — Ask a question about the user's connected workspaces and websites and receive a concise answer with citations. The attached widget displays only the list of sources consulted — it does not show the answer, so always relay the answer text in your reply.writeidempotentopen internet
- save_memory — Save content to the user's memory for later retrieval. Use this when the user wants to save information, notes, or conversation content.destructive
- get_memory — Retrieve previously saved memory content by its namespace. Use this when the user wants to recall saved content.writeidempotent