Skip to main content

Overview

run_plot_job triggers the job-plot-worker job and renders an HTML chart artifact using SingleBlockGraphsMCP. The tool blocks until the job completes and returns the output blob URL.

Parameters

input_url
string
required
Blob URL to one of the supported JSON artifacts:
  • data_extractor_*.json
  • feature_engine_*.json
  • ml_engine_*.json
  • portfolio_optimization_*.json
config
object
required
Plot rendering configuration.

Returns

{
  "status": "Succeeded",
  "output_url": "https://stmcpfabricdev.blob.core.windows.net/data/plot_20260322_173012.html",
  "output_name": "plot_20260322_173012.html",
  "execution_name": "job-plot-worker-abc123xyz"
}

Example

{
  "input_url": "https://stmcpfabricdev.blob.core.windows.net/data/data_extractor_20260322_120000.json",
  "config": {
    "block_name": "prices_graphs",
    "tool_name": "plot_ohlcv_section_for_ticker",
    "params": {
      "ticker": "AAPL",
      "section": "close"
    }
  }
}

Resources

ResourceValue
Container Apps Jobjob-plot-worker
Container namejob-plot-worker
Env vars injectedINPUT_URL, CONFIG
Output blob prefixplot_
Timeout600 seconds