Overview
Thealong_list_safes tool returns all Safes the authenticated user has access to, across every team they belong to. Call this tool to discover available knowledge bases before selecting one with along_select_safe.
This tool is only available on OAuth-authenticated sessions (personal connector). API key sessions are pre-scoped to a specific Safe and do not expose this tool.
When to use
- At the start of a session when no Safe is selected
- When the user wants to know which Safes are available
- Before calling
along_select_safe
Parameters
This tool takes no input parameters.Response
ID of the currently active Safe for this session, or
null if no Safe is selected.List of all Safes the authenticated user can access.
Total count of Safes accessible to the authenticated user.
Instruction for the next step — prompts the AI to call
along_select_safe with the chosen safeId.