# plot_pyecharts_dashboard

A write tool on the Excel MCP Server MCP server.

Agent View of the PolicyLayer registry record for `plot_pyecharts_dashboard`. HTML page: https://policylayer.com/tools/aifornorms-excelmcp/plot-pyecharts-dashboard

## Facts

- Tool: `plot_pyecharts_dashboard`
- Server: Excel MCP Server (`aifornorms/excelmcp`) — https://policylayer.com/tools/aifornorms-excelmcp.md
- Homepage: https://github.com/Aifornorms/ExcelMCP
- Risk category: Write (Medium risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "plot_pyecharts_dashboard",
    "arguments": {}
  }
}
```

## Why plot_pyecharts_dashboard is rated Medium

Based on the server context (Excel MCP Server for creating, reading, and modifying Excel workbooks) and the tool name suggesting dashboard plotting/creation via pyecharts, this tool likely generates or writes a chart/dashboard to a workbook. Without a description, confidence is low, but 'plot' implies creation/writing of visual output rather than pure read.

From the tool's own definition: "Tool name 'plot_pyecharts_dashboard'; description is empty and uninformative."

## Use case

AI agents use plot_pyecharts_dashboard to create or update resources in Excel MCP Server, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Excel MCP Server environment.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Excel MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "plot_pyecharts_dashboard": {
      "limits": [
        {
          "counter": "plot_pyecharts_dashboard_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Excel MCP Server (14)

- `analyze_correlations` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-correlations.md
- `analyze_data` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-data.md
- `analyze_data_overview` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-data-overview.md
- `analyze_group_stats` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-group-stats.md
- `analyze_missing_values` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-missing-values.md
- `analyze_numeric_stats` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-numeric-stats.md
- `analyze_time_series` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-time-series.md
- `analyze_unique_values` — Read — https://policylayer.com/tools/aifornorms-excelmcp/analyze-unique-values.md
- `get_random_sample` — Read — https://policylayer.com/tools/aifornorms-excelmcp/get-random-sample.md
- `list_columns` — Read — https://policylayer.com/tools/aifornorms-excelmcp/list-columns.md
- `list_worksheets` — Read — https://policylayer.com/tools/aifornorms-excelmcp/list-worksheets.md
- `plot_matplotlib_chart` — Read — https://policylayer.com/tools/aifornorms-excelmcp/plot-matplotlib-chart.md
- `plot_pyecharts_chart` — Read — https://policylayer.com/tools/aifornorms-excelmcp/plot-pyecharts-chart.md
- `save_transformed_data` — Write — https://policylayer.com/tools/aifornorms-excelmcp/save-transformed-data.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=aifornorms-excelmcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/aifornorms-excelmcp
