check_connectivity
ChatGPTPing tool to test connectivity and authentication. You can use this if other tool calls are failing to verify if the connection is working.
From everyday data questions to high-level strategic analyses, Spotter by ThoughtSpot helps business and data teams get answers and insights they can trust, validate, and act on, enabling everyone to use data to drive the business forward.
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.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.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.Click any prompt to copy it.
App Stats
10
Tools
4
Prompts
Apr 20, 2026
First seen
ChatGPT, Claude
Platforms
Category
Data ExplorationWorks with
Data refreshed daily