introspect_schema
Discover the Tableau Metadata API GraphQL schema: list query entry points and types, or inspect a specific type's fields and arguments to craft accurate queries.
Instructions
Introspect the live Metadata API GraphQL schema (introspection is enabled).
With no argument: returns every Query entry point (with its args) and the full list of
type names. With `type_name` (e.g. "Column", "Workbook", "DatabaseTable", "CalculatedField"):
returns that type's fields, their result types, and args, so you can write a correct query
against exactly what this server exposes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||