Skip to main content

Job Optimization — Inform

job-optimization-inform

A read-only Tableau Cloud admin workflow that analyzes Admin Insights job performance and surfaces optimization signals.

Admin Only

This prompt is restricted to Tableau site administrators and requires the ADMIN_TOOLS_ENABLED feature flag.

Workflow

The prompt instructs the model to call query-admin-insights-job-performance and render the returned rows as a Markdown table followed by an "Optimization signals" section. Defaults to extract-refresh job types; set discover to first enumerate every Job Type on the site and analyze each. Read-only — no schedule, pause, or delete actions.

Arguments

ArgumentTypeRequiredDescription
jobTypestringNoComma-separated raw Job Type values to analyze. Defaults to the extract-refresh types. Ignored when discover is true.
lookbackDaysstring (integer)NoWindow on Started At, in days. Tableau Cloud caps lookback at 90 (365 with Advanced Management).
limitstring (integer)NoMaximum rows per job-type query.
discover"true" | "false"NoWhen true, first discover the Job Type values on the site, then analyze each.

Configuration

ADMIN_TOOLS_ENABLED=true

See also: Environment Variables