Mprove
.mdx

mprove-build-dashboard

Call read-docs tool with pageId: reference/dashboard

The run MCP tool returns RunDashboard objects with a url property containing this URL.

{host}/org/{orgId}/project/{projectId}/repo/{repoId}/branch/{branch}/env/{env}/dashboards/dashboard/{dashboardId}?timezone={tz}

Rules

If you build dashboard with top parameters (filters), then make tiles listen to top parameters.

Query Parameters

timezone

IANA timezone identifier, URL-encoded.

  • America/New_York -> America%2FNew_York
  • America/Port-au-Prince -> America%2FPort-au-Prince
  • UTC -> UTC

Provided timezone is project's default_timezone from mprove config.

On this page