Overview
Thealong tool is your primary interface to Along’s knowledge graph. Pass any natural language question or request, and Along routes it to the appropriate data source — knowledge base documents, meeting transcripts, CRM records, calendar data, or entity relationship graphs — and returns a grounded answer.
You must have a Safe selected via
along_select_safe before calling this tool. If no Safe is selected, the tool returns an error with instructions to call along_list_safes first.When to use
- Searching documents, transcripts, and uploaded files
- Querying CRM data (deals, contacts, companies)
- Finding meeting recordings or summaries by keyword, date, or participant
- Getting calendar availability or upcoming events
- Exploring how people, companies, and topics relate to each other in the knowledge graph
Parameters
The user’s question or request in natural language. Pass it exactly as the user asked.
Capabilities
Along inspects your request and routes it to the right data source automatically.- Knowledge base
- Meetings
- CRM (HubSpot)
- Calendar (Google Calendar)
- Knowledge graph
Searches documents, call summaries, transcripts, and uploaded files stored in the Safe.Example requests
- “What did we discuss in the Q3 planning meeting?”
- “Summarize our product roadmap”
- “Find all notes about Project Phoenix”
Response structure
Thealong tool returns a JSON text content block. If the active Safe has instructions configured, Along prepends an [Instructions: ...] block to the response so your AI assistant can apply them when formulating the final answer.
Safe switching via natural language
You can also ask thealong tool to switch Safes using natural language — you do not need to call along_list_safes or along_select_safe directly. Phrases like “switch safe”, “change safe”, “list safes”, or “use a different knowledge base” trigger the built-in safe management flow.
Error states
| Error message | Cause |
|---|---|
"No safe is currently selected" | Call along_list_safes then along_select_safe before using this tool. |
"request is required" | The request argument was empty or missing. |