@tableau/mcp-server 1.9.1 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -44,3 +44,52 @@ Standard config works in most MCP clients:
44
44
  ## Deploy to Heroku
45
45
 
46
46
  [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)
47
+
48
+ ## Example Prompts to Client
49
+
50
+ #### Prompt #1: Querying Data
51
+
52
+ ```
53
+ For the Superstore Datasource, what are the top 5 states with the most sales in 2025?
54
+ ```
55
+
56
+ #### Response
57
+
58
+ ```
59
+ Based on the Superstore Datasource, here are the top 5 states with the most sales in 2025:
60
+ 1. California - $146,388.34
61
+ 2. New York - $93,922.99
62
+ 3. Washington - $65,539.90
63
+ 4. Texas - $43,421.76
64
+ 5. Pennsylvania - $42,688.31
65
+ California leads by a significant margin with over $146,000 in sales, followed by New York with nearly $94,000. These two states alone account for a substantial portion of the total sales across the top 5 states.
66
+ ```
67
+
68
+ #### Prompt #2: Content Exploration
69
+
70
+ ```
71
+ Find me the most viewed workbook within the last year.
72
+ ```
73
+
74
+ #### Response
75
+
76
+ ```
77
+ The most viewed workbook within the last year is:
78
+
79
+ Global Connections
80
+ - Owner: John Doe
81
+ - Project: Marketing
82
+ - Views in last year: 523
83
+ - Last Modified: September 2, 2025
84
+ - Workbook ID: 111fb672-9401-4913-a167-17b3d89a3e4f
85
+ ```
86
+
87
+ #### Prompt #3: Getting a View
88
+
89
+ ```
90
+ Show me an image of the "Economy" view in the "Finances" project.
91
+ ```
92
+
93
+ #### Response
94
+
95
+ ![Economy View Image](docs/static/img/economy-view.png)