Tools
The six read-only tools the SalesEQ connector exposes to your AI client.

The connector exposes six tools. All of them are read-only and non-destructive. No tool modifies SalesEQ data, sends notifications, writes to your CRM, or makes external requests on your behalf.
| Tool | What it does |
|---|---|
list_meetings | Lists meetings you can access, with title, participants, duration, and platform. Filters to only meetings you recorded or uploaded, plus participant, duration, and sort options. |
search_meetings | Searches your meeting transcripts by topic, phrase, or speaker. Returns the most relevant meetings with their best-matching snippets and playback offsets. |
get_meeting_summary | Fetches the generated summary of a meeting. This is a much cheaper way to answer "what was this meeting about" than reading the full transcript. |
get_transcript | Fetches the transcript for a specific meeting, optionally sliced to a time range so long meetings do not blow out context. |
get_meeting_frame | Fetches a still frame from a meeting's video around a specific timestamp. Audio-only and transcript-only meetings have no video frames. |
get_org_context | Looks up your organization and its members, so the AI resolves a teammate's name or email before searching their meetings. |
Access
Tools return only what your account can reach: meetings you own, meetings shared with you directly, and meetings shared with a group you belong to. Read Overview for the full permission model.
Next
- Overview covers permissions, privacy, and how to disconnect.
- Troubleshooting covers what to do when a tool returns nothing.