qc_run_checklist
Run a sequential QC checklist against a website URL. Checks site load, SSL, meta tags, og:image, robots.txt, sitemap, console errors, broken links, response time, and copy quality (em dashes, banned words). Runs checks one at a time and returns a pass/fail/warn result for each.
This record as markdown: /tools/io-github-malamutemayhem-unclick-mcp-server/qc-run-checklist.md
What qc_run_checklist does on UnClick
AI agents invoke qc_run_checklist to trigger actions in UnClick. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The full URL to check (e.g. https://example.com) |
checks | array | — | Optional subset of checks to run. Available: site_loads, ssl_valid, meta_tags, og_image_valid, robots_txt, sitemap, no_console_errors, link_check, response_time |
Parameters from the server's own tool schema.
Why qc_run_checklist is rated High
This tool executes automated quality control operations against specified URLs, including fetching pages, parsing HTML, checking SSL certificates, and crawling for broken links. While it does not modify data or execute code on the target system itself, it performs non-trivial automated operations whose effects (resource consumption, detection by WAF/logs, bandwidth usage) depend on the URL argument provided.
From the tool's definition Tool description states it 'Run[s] a sequential QC checklist against a website URL' with multiple checks including site load, SSL validation, link crawling, and console error detection.
Risk signalsAccepts URL/endpoint input (url)
Attacks that exploit this kind of access
The rule that runs qc_run_checklist safely
PolicyLayer is an MCP gateway: it sits between your AI agents and UnClick, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For qc_run_checklist, this is the rule to start with:
qc_run_checklist stays usable, but rate-capped: a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect UnClick, apply this rule, and every qc_run_checklist call is checked against it from then on.
Questions about qc_run_checklist
Run a sequential QC checklist against a website URL. Checks site load, SSL, meta tags, og:image, robots.txt, sitemap, console errors, broken links, response time, and copy quality (em dashes, banned words). Runs checks one at a time and returns a pass/fail/warn result for each. It is categorised as a Execute tool in the UnClick MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
qc_run_checklist accepts 2 parameters: url, checks. Required: url. The full parameter table on this page comes from the server's own tool schema.
Register the UnClick MCP server in PolicyLayer and add a rule for qc_run_checklist: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches UnClick. Nothing to install.
qc_run_checklist is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the qc_run_checklist rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for qc_run_checklist. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
qc_run_checklist is provided by the UnClick MCP server (@unclick/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on UnClick, and thousands of servers like it.
Across the catalogue