Skip to main content

Overview

The along_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

string | null
ID of the currently active Safe for this session, or null if no Safe is selected.
array
List of all Safes the authenticated user can access.
number
Total count of Safes accessible to the authenticated user.
string
Instruction for the next step — prompts the AI to call along_select_safe with the chosen safeId.

Example