Retrieve the full, untruncated proctor exam result stored by a prior run_exam_for_mirror call. run_exam_for_mirror returns a truncated summary to keep the response within MCP size limits. This tool provides on-demand access to the complete result data, including full tool input schemas and detail...
AI agents call get_exam_result to retrieve information from Pulsemcp Cms Admin without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool performs read-only data retrieval of previously stored exam results. It has no side effects—it does not create, modify, delete, or execute operations. The filtering capabilities are for querying/retrieving specific subsets of data, not for making changes. It is a straightforward Read operation with low severity due to no destructive potential.
From the tool's definition Tool name is 'get_exam_result' and description states 'Retrieve the full, untruncated proctor exam result' with 'on-demand access to the complete result data.' Keywords like 'Retrieve' and 'access' indicate data retrieval without modification.
Risk signalsBulk/mass operation — affects multiple targets
Attacks that exploit this kind of access
Retrieve the full, untruncated proctor exam result stored by a prior run_exam_for_mirror call. run_exam_for_mirror returns a truncated summary to keep the response within MCP size limits. This tool provides on-demand access to the complete result data, including full tool input schemas and detailed exam output. Supports filtering by section (exam_results, logs, summary, errors) and by mirror_id to drill into specific parts of the result without loading the entire payload. Tip: For servers with many tools, the full result can be very large. Use the section and/or mirror_id filters to retrieve only the data you need. Typical usage: 1. Call run_exam_for_mirror — note the returned result_id 2. Call get_exam_result with that result_id and a section filter (e.g., section=. It is categorised as a Read tool in the Pulsemcp Cms Admin MCP Server, which means it retrieves data without modifying state.
Register the Pulsemcp Cms Admin MCP server in PolicyLayer and add a rule for get_exam_result: 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 Pulsemcp Cms Admin. Nothing to install.
get_exam_result 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 get_exam_result 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 get_exam_result. 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.
get_exam_result is provided by the Pulsemcp Cms Admin MCP server (pulsemcp-cms-admin-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →