Check connectivity
Ping tool to test connectivity and authentication. You can use this if other tool calls are failing to verify if the connection is working.
ThoughtSpot Spotter MCP brings governed enterprise analytics, natural-language questions, deep research, root-cause analysis, and insight generation to agents.
Ping tool to test connectivity and authentication. You can use this if other tool calls are failing to verify if the connection is working.
Start an analytical session with the Analytics Agent. This is the first step in a three-step workflow: create a session, send a message, then poll for updates. Once created, you can use the returned `analytical_session_id` to send analytical questions via `send_session_message` and retrieve answers via `get_session_updates`. Sessions are conversational, so you can ask follow-up questions in the same session without creating a new one. Using a single analytical session is preferable, because it reuses the same data source selection.
Create a dashboard from a list of answers, allowing the user to revisit the results later. You can use this if the user asks for a dashboard or liveboard, or asks to save the results from the analysis. This can be a useful way to save the results to revisit later, or present them to other users.
Get the latest updates from the Analytics Agent. You can call this after `send_session_message` to retrieve the Agent's response. If `is_done` is false, you can call this tool again to continue polling, as the Agent is still generating a response. Even if `is_done` is false, you can use the updates to show status updates or progress to the user, so that they are informed about the ongoing process. An empty `session_updates` list while `is_done` is false is normal; it means the Agent is still thinking. When `is_done` is true, the Agent has finished and the results in `session_updates` are complete, so you can present them to the user. You can also send a follow-up message in the same session after `is_done` is true. If the completed response indicates that no data or no results were found, AND the `list_orgs` tool is available to you, the requested data may live in a different org or the user may not have access to it in the current org: tell the user this and that they can call `list_orgs` to see their orgs (the active one is marked `is_active`) and `switch_org` to switch to another org, then retry. If `list_orgs` is not available, do not mention orgs.
List the Orgs the authenticated user can access on the ThoughtSpot instance, including the ID, name, and description of each Org. The Org marked `is_active: true` is the one currently active for your account, which all tool calls operate against. Use this to tell the user which Org they are in. Only available when authenticated via OAuth. If the list is large , summarize or show only the most relevant orgs (e.g. the active one and a few others) rather than listing all of them, unless the user explicitly asks to see all orgs.
Search for objects (Answers, Liveboards, Worksheets) in ThoughtSpot matching a given search term. Supports optional filters (types, owner, tag, modified_since, verified_only) and pagination (limit, cursor). Returns `results` (ranked), plus `next_cursor`. Each result carries: object_id, title, type (LIVEBOARD | ANSWER | LIVEBOARD_VIZ | WORKSHEET; LIVEBOARD_VIZ is a viz pinned on a Liveboard — render it as 'Liveboard viz'), author_name, description, tags, last_modified (ISO-8601), verified, external_link, query (Answer/viz sage tokens; null for Liveboards) and confidence. Returns identifiers and metadata only — never the object's data or contents, and it does not run queries. How to present the results: • Render as a table with fixed columns in this order: Object (the name, linked to `external_link`) · Type · Owner · Verified (✓ or —) · Last Modified. • Put the description and, for an Answer/viz, the `query` tokens as sub-lines under the name (e.g. '↳ sales by region, last 3 months') — never as their own columns. • Render `last_modified` as a plain date (2026-05-15), never the raw timestamp. • Lead with the top match; if the top 2–3 are close, present them as ranked candidates. • Never surface `next_cursor` or the numeric `confidence` in your prose. Outcomes other than a hit list: • `status: "no_results"` — the search ran but nothing matched. Tell the user nothing matched, and suggest broadening the term or dropping a filter. Do not invent results. • `status: "error"` — the search failed. Tell the user briefly using `error.message`; if `error.retryable` is true, offer to try again. Never show `error.code`.
Send a message to a session with the Analytics Agent. The Agent may take some time to think and generate a response, so the response will not be returned immediately. Instead, you can use the `get_session_updates` tool to query for the latest updates on the session. After the Agent finishes responding (when `get_session_updates` returns `is_done: true`), you can send another message to the same session to ask follow-up questions without creating a new session. Do not send a new message until the Agent has finished responding to the previous message (when `get_session_updates` returns `is_done: true`). If the user wants to create a dashboard, do not send a message with that request; instead use the `create_dashboard` tool.
Switch the active Org. After switching, all subsequent tool calls (analysis sessions, answers, data sources, dashboards) operate against the selected Org. Pass an `org_id` returned by `list_orgs`. If you do not have access to the Org, the switch fails and the active Org is unchanged. The selection is durable and shared across all of your sessions — it persists across reconnects and applies to your other active conversations; it resets only on re-authentication or after prolonged inactivity. Only available when authenticated via OAuth.
The ThoughtSpot Spotter MCP integration connects your Dench AI CRM directly to ThoughtSpot Spotter MCP, so agents can read and act on your ThoughtSpot Spotter MCP data as part of everyday work — answering questions in chat, keeping your CRM in sync, and running automations without anyone copying data between tools.
8 actions are available for agents to invoke on your behalf. Every call runs through ThoughtSpot Spotter MCP's own authorization, scoped to the account you connect.
Sign in to your Dench workspace and open Integrations.
Find ThoughtSpot Spotter MCP and click Connect — you'll authorize access through ThoughtSpot Spotter MCP's own sign-in flow. No API keys or code required.
Ask an agent to use ThoughtSpot Spotter MCP in chat, or call it from an automation.
Manage or disconnect the connection any time from workspace settings.
The Dench ThoughtSpot Spotter MCP integration connects your AI CRM to ThoughtSpot Spotter MCP, so AI agents can work with your ThoughtSpot Spotter MCP data as part of chats, automations, and CRM workflows. You connect your account once, and every agent in your workspace can use it — governed by your workspace permissions.
The ThoughtSpot Spotter MCP integration currently exposes 8 actions, including Check connectivity, Create analysis session, Create dashboard, Get session updates, List orgs, and Search objects. Agents invoke them on your behalf from chat or from automations.
No. You connect ThoughtSpot Spotter MCP from your Dench workspace using ThoughtSpot Spotter MCP's own sign-in and authorization flow — no API keys to copy, no glue code to maintain.
Connections are authorized through ThoughtSpot Spotter MCP's own authentication flow, and Dench stores only the authorization needed to act on your behalf. You can review and disconnect the ThoughtSpot Spotter MCP connection from your workspace settings at any time.