Download a completed conversion to disk. Returns the saved file path. Optionally, use wpconvert_create_preview to view the theme in a live WordPress before/after downloading.
AI agents call wpconvert_download_result to retrieve information from Wpconvert Devtools without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool retrieves and downloads data (a completed conversion file) to the user's filesystem. It is a read operation with no side effects on the conversion system or data integrity. The download itself is a standard file transfer operation. Severity is low because downloading a file poses minimal security risk—the worst outcome would be obtaining an unwanted file, which can be deleted without consequence.
From the tool's definition Tool description states 'Download a completed conversion to disk. Returns the saved file path.' The action is retrieval of an already-completed result with no modification, creation, or deletion involved.
Attacks that exploit this kind of access
Download a completed conversion to disk. Returns the saved file path. Optionally, use wpconvert_create_preview to view the theme in a live WordPress before/after downloading. It is categorised as a Read tool in the Wpconvert Devtools MCP Server, which means it retrieves data without modifying state.
Register the Wpconvert Devtools MCP server in PolicyLayer and add a rule for wpconvert_download_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 Wpconvert Devtools. Nothing to install.
wpconvert_download_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 wpconvert_download_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 wpconvert_download_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.
wpconvert_download_result is provided by the Wpconvert Devtools MCP server (Gem43929/wpconvert-devtools). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
wpconvert_download_result is one line of Wpconvert Devtools's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →