const session = await callMCPTool("create_analysis_session", {
data_source_id: "model-guid-123" // Optional โ GUID of the ThoughtSpot worksheet or model to query. Omit to let ThoughtSpot automatically select the most relevant data source.
});
call_mcp_tool(
"create_analysis_session",
{
"data_source_id": "model-guid-123" # Optional โ GUID of the ThoughtSpot worksheet or model to query.
},
)