search_content
Find Tableau content by partial name match. Use when you know only part of a name; returns matching workbooks, datasources, tables, and optional fields, grouped by type.
Instructions
Find content whose NAME contains term (case-insensitive SUBSTRING). Use this when you
only know part of a name, since every other tool and the Metadata API filter are exact-match.
Searches workbooks, published datasources, and database tables by default. Pass `types` to
choose from: "workbook", "datasource", "table", "field", "column". Returns matches grouped by
type. It pages through content client-side, so on a very large site it scans the first ~1200
of each type and says so in `note`; once you know the exact name, prefer `graphql_query` or `where_used`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||