Prompts
Catalog of Data Hub MCP prompts: scripted workflows for summaries, troubleshooting, and attribution.
Prompts are scripted workflows the client surfaces to the user. Each prompt assembles a multi-step instruction that the model then executes using MCP tools. Argument schemas below match what the server advertises over the protocol.
See MCP overview for authentication and client setup.
daily_summary
Arguments
datestringDate to summarize (YYYY-MM-DD, UTC calendar day). Defaults to the current UTC day.
troubleshoot_instrument
Arguments
instrumentIdrequiredstringInstrument identifier to troubleshoot
compare_runs
Arguments
instrumentIdrequiredstringInstrument identifier (both runs must be on the same instrument)
runId1requiredstringFirst run identifier
runId2requiredstringSecond run identifier
find_my_runs
Arguments
instrumentIdstringOptional instrument to narrow results
dateFromstringStart date (YYYY-MM-DD, UTC), inclusive
dateTostringEnd date (YYYY-MM-DD, UTC), inclusive
explain_failed_run
Arguments
instrumentIdrequiredstringInstrument identifier
runIdrequiredstringRun identifier within the instrument
claim_unattributed_runs
Arguments
instrumentIdrequiredstringInstrument identifier
dateFromstringOptional start date (YYYY-MM-DD, UTC)
dateTostringOptional end date (YYYY-MM-DD, UTC)
summarize_instrument_week
Arguments
instrumentIdrequiredstringInstrument identifier
dateFromstringStart date (YYYY-MM-DD, UTC). Defaults to 7 days ago (UTC).
dateTostringEnd date (YYYY-MM-DD, UTC). Defaults to today (UTC).