Weavz Dynamic Dashboard
Experimental read-only dashboard renderer that turns outputs from other tools into charts, metrics, tables, and comparisons. Collect and normalize upstream tool results into named datasets, use profile_data or suggest_dashboard when the data shape is uncertain, validate_dashboard for custom specs, and render_dashboard for the final visual result. Recipes: time plus numeric fields become line or area charts; category plus metric becomes bar charts; current and baseline datasets become comparison widgets; high-cardinality rows get summary plus table.
Tools
| Name | Description |
|---|---|
profile_dataInspect one or more named datasets and return field types, quality warnings, candidate dimensions/metrics/time fields, and chart suggestions. Use this before rendering when the data shape is uncertain. | Inspect one or more named datasets and return field types, quality warnings, candidate dimensions/metrics/time fields, and chart suggestions. Use this before rendering when the data shape is uncertain. |
suggest_dashboardCreate a deterministic dashboard spec from datasets and hints. Recipes: time + numeric fields become line or area charts; category + metric becomes bar charts; baseline/current datasets become comparison metrics and grouped bars; high-cardinality rows get summary plus table. | Create a deterministic dashboard spec from datasets and hints. Recipes: time + numeric fields become line or area charts; category + metric becomes bar charts; baseline/current datasets become comparison metrics and grouped bars; high-cardinality rows get summary plus table. |
validate_dashboardValidate an explicit dashboard spec without rendering UI. Use this when an agent has modified a suggested spec and wants blocking issues plus repair hints. | Validate an explicit dashboard spec without rendering UI. Use this when an agent has modified a suggested spec and wants blocking issues plus repair hints. |
render_dashboardRender a read-only dynamic dashboard from named datasets. If no spec is passed, the tool profiles and suggests one internally. The result is an MCP UI dashboard envelope; this tool does not fetch data or call other tools. | Render a read-only dynamic dashboard from named datasets. If no spec is passed, the tool profiles and suggests one internally. The result is an MCP UI dashboard envelope; this tool does not fetch data or call other tools. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('weavz-dynamic-dashboard', 'profile_data', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'dashboard',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Weavz Dynamic Dashboard to my app?
Weavz Dynamic Dashboard does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does Weavz Dynamic Dashboard support?
Weavz Dynamic Dashboard supports 4 tools including Profile Data, Suggest Dashboard, Validate Dashboard, Render Dashboard.
Can I use Weavz Dynamic Dashboard with AI agents?
Yes. Add Weavz Dynamic Dashboard to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Weavz Dynamic Dashboard to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Weavz Dynamic Dashboard as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Weavz Dynamic Dashboard tools exposed by that workspace.
Does Weavz Dynamic Dashboard work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Weavz Dynamic Dashboard work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Weavz Dynamic Dashboard?
Weavz Dynamic Dashboard exposes 4 tools, including Profile Data, Suggest Dashboard, Validate Dashboard, Render Dashboard. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Weavz Dynamic Dashboard be used in stateful agent workflows?
Yes. Agents can combine Weavz Dynamic Dashboard tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Weavz Dynamic Dashboard use?
Weavz Dynamic Dashboard does not require external authentication.
How much does the Weavz Dynamic Dashboard integration cost?
The Weavz Dynamic Dashboard integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Weavz Dynamic Dashboard in minutes
Get 20,000 free action executions every month. No credit card required.