Skip to main content
Glama
tdries

tableau-graphql-mcp

by tdries

impact_analysis

Find every downstream dependency before changing a Tableau field. Get all affected sheets, dashboards, workbooks, and owners to notify.

Instructions

Full transitive (MULTI-HOP) downstream impact of a column, field, or table. Returns every field that directly OR indirectly depends on it, and all affected sheets, dashboards, workbooks, plus the de-duplicated set of OWNERS to notify before a change.

This is the "what breaks if I change/drop this?" tool. Unlike `where_used` (one core-lineage
hop), it follows the whole dependency chain — a calc built on a calc built on the column is
included. `name` is exact and case-sensitive. Workbooks are derived from downstream
sheets/dashboards (the flat downstreamWorkbooks edge is unreliable). If it returns nothing on a
site without Data Management, the transitive lineage may not be indexed there — use `where_used`
for the direct references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, but description discloses exact case-sensitive matching, transitive multi-hop behavior, derivation of workbooks from downstream sheets/dashboards, and site-level Data Management limitation. It also notes the flat downstreamWorkbooks edge is unreliable, which is valuable behavior beyond schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than typical but every sentence adds unique operational context: main behavior, comparison, matching rules, workbook derivation, and fallback. Front-loaded with the core purpose and no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with no annotations and minimal schema, the description covers output contents, owner de-duplication, caveats about Data Management, and relationship to sibling tool. It provides enough context for correct invocation without needing additional documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema only has 'name' with no description. Description adds that `name` is exact and case-sensitive and identifies the target as a column, field, or table, giving the parameter actionable meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states 'Full transitive (MULTI-HOP) downstream impact' and clarifies 'what breaks if I change/drop this?' It specifically distinguishes from `where_used`, making sibling differentiation explicit. This is a strong purpose statement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly frames when to use ('what breaks if I change/drop this?') and contrasts with `where_used` ('one core-lineage hop'). Also provides a fallback direction when transitive lineage may not be indexed ('use `where_used` for the direct references').

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tdries/tableau-graphQL-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server