Generate an insight bundle for the current aggregated value for Pulse Metric using Tableau REST API. You need the full information of the Pulse Metric and Pulse Metric Definition to use this tool. Parameters: - \
AI agents call generate-pulse-metric-value-insight-bundle to retrieve information from Tableau MCP Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
The tool generates (fetches/computes) an insight bundle for a Pulse Metric's current aggregated value. This is a read-oriented operation — it queries and returns data from Tableau rather than creating, modifying, or deleting anything. The word 'generate' could imply a side effect, but in context it refers to producing a report/insight bundle from existing metric data.
From the tool's definition 'Generate an insight bundle for the current aggregated value for Pulse Metric' — this is a read/query operation that retrieves computed insights via the Tableau REST API
Attacks that exploit this kind of access
Generate an insight bundle for the current aggregated value for Pulse Metric using Tableau REST API. You need the full information of the Pulse Metric and Pulse Metric Definition to use this tool. Parameters: - \. It is categorised as a Read tool in the Tableau MCP Server MCP Server, which means it retrieves data without modifying state.
Register the Tableau MCP Server MCP server in PolicyLayer and add a rule for generate-pulse-metric-value-insight-bundle: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Tableau MCP Server. Nothing to install.
generate-pulse-metric-value-insight-bundle is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the generate-pulse-metric-value-insight-bundle rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for generate-pulse-metric-value-insight-bundle. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
generate-pulse-metric-value-insight-bundle is provided by the Tableau MCP Server MCP server (tableau/tableau-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.