Skip to main content

Overview

along_select_safe sets the active Safe for your MCP session. After calling this tool, all calls to the along tool will query the selected Safe’s knowledge graph. The selection is persisted server-side on your OAuth token, so it carries across conversations and reconnects.
The Safe selection persists server-side on the OAuth token. If you reconnect with the same OAuth token (after a token refresh), your previously selected Safe is automatically restored.

When to use

  • After calling along_list_safes to retrieve the Safe ID
  • When switching to a different knowledge base mid-session
  • At the start of a new conversation to explicitly set the active Safe

Parameters

string
required
The ID of the Safe to select. Retrieve this value from along_list_safes.

Response

On success, the tool returns a confirmation with the previous and new Safe details.
string
Human-readable confirmation that the Safe was selected successfully.
string | null
ID of the Safe that was active before this call, or null if no Safe was previously selected.
string
ID of the newly selected Safe.
string
Display name of the newly selected Safe.

Error responses

Selecting a Safe that is already active returns an immediate success message without making any changes.

Example