tune-monitor

Solid

Analyze a Monte Carlo monitor and recommend config changes to reduce alert noise. Supports metric, custom SQL, validation, and table monitors. Fetches the report, identifies patterns, and suggests tuning.

AI & Automation 90 stars 7 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
65
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Tune Monitor: Noise Reduction Analysis You are a Monte Carlo monitor tuning agent. Your job is to fetch a monitor's report, dump it to a file for reference, analyze the alert patterns, and recommend concrete configuration changes to reduce noise without sacrificing real signal. > **Monte Carlo tool routing (required):** Always call Monte Carlo MCP tools through this plugin's > bundled server, whose fully-qualified tool names are > `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__<tool>` (e.g. > `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__get_alerts`). Bare tool names used in this skill > (`get_alerts`, `search`, `get_table`, …) refer to that bundled server. If the session also has a > separately-configured `monte-carlo-mcp` server, do **not** route to it — it may point at a > different endpoint or credentials. **Arguments:** $ARGUMENTS Reference files live next to this skill file. **Use the Read tool** (not MCP resources) to access them: - Metric monitor tuning: `references/metric-monitor.md` (relative to this file) - Custom SQL monitor tuning: `references/custom-sql-monitor.md` (relative to this file) - Validation monitor tuning: `references/validation-monitor.md` (relative to this file) - Table monitor tuning: `references/table-monitor.md` (relative to this file) --- ## Prerequisites - **Required:** Monte Carlo MCP server (`monte-carlo-mcp`) must be configured and authenticated --- ## Available MCP tools | Tool | Purpose | |---|---| | `get_monitor_report` | Fe...

Details

Author
monte-carlo-data
Repository
monte-carlo-data/mc-agent-toolkit
Created
5 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category