xpass_aggregated_verdict
Return one XPass conductor verdict for a target PR/change at a specific commit SHA. Selected PASS receipts must name the same head SHA; stale, unscoped, missing, or blocker receipts cannot produce a green verdict.
This record as markdown: /tools/io-github-malamutemayhem-unclick-mcp-server/xpass-aggregated-verdict.md
What xpass_aggregated_verdict does on UnClick
AI agents call xpass_aggregated_verdict to retrieve information from UnClick without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
now | string | — | Alias for generated_at. |
body | string | — | Optional body text used for check selection. |
tags | array | — | Optional tags used for check selection. |
files | array | — | Alias for changed_files. |
title | string | — | Optional PR/change title used for check selection. |
target | object | Yes | Target change to inspect. target.sha or target.head_sha is required for anti-stale proof binding. |
context | string | — | Optional extra context used for check selection. |
results | object | — | Map form of pass_results keyed by check name. |
summary | string | — | Optional summary text used for check selection. |
ownedFiles | array | — | Alias for owned_files. |
description | string | — | Optional PR/change description used for check selection. |
owned_files | array | — | Owned file paths for check selection. |
Parameters from the server's own tool schema.
Why xpass_aggregated_verdict is rated Low
The tool queries and retrieves XPass conductor verdicts based on existing receipts. It performs no write, destructive, execute, or financial operations. The action is a lookup/aggregation of status information with no side effects, making it a Read category with low severity.
From the tool's definition Tool returns a verdict for a PR/change at a specific commit SHA. It 'selects' and 'names' existing receipts without creating, modifying, or deleting data. The operation is read-only—retrieving and aggregating existing verdicts.
Risk signalsAccepts URL/endpoint input (target.url) · Accepts raw HTML/template content (body) · High parameter count (48 properties)
Attacks that exploit this kind of access
The rule that runs xpass_aggregated_verdict 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 xpass_aggregated_verdict, this is the rule to start with:
xpass_aggregated_verdict is read-only, so it stays allowed. 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 xpass_aggregated_verdict call is checked against it from then on.
Questions about xpass_aggregated_verdict
Return one XPass conductor verdict for a target PR/change at a specific commit SHA. Selected PASS receipts must name the same head SHA; stale, unscoped, missing, or blocker receipts cannot produce a green verdict. It is categorised as a Read tool in the UnClick MCP Server, which means it retrieves data without modifying state.
xpass_aggregated_verdict accepts 12 parameters: now, body, tags, files, title, target, context, results, summary, ownedFiles, description, owned_files. Required: target. 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 xpass_aggregated_verdict: 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.
xpass_aggregated_verdict is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the xpass_aggregated_verdict 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 xpass_aggregated_verdict. 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.
xpass_aggregated_verdict 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.
This server
Across the catalogue