wpconvert_check_status

Check the status of a conversion job. Returns status (queued/processing/done/failed), progress, and whether a live preview is available. When done, you can call wpconvert_download_result and/or wpconvert_create_preview.

Server Wpconvert Devtools Gem43929/wpconvert-devtools
Category Read
Risk class Low
Parameters 00 required

What wpconvert_check_status does on Wpconvert Devtools

AI agents call wpconvert_check_status 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.

Why wpconvert_check_status needs a policy

This tool retrieves status information about an existing conversion job. It performs a read-only operation that queries state without creating, modifying, deleting, or executing any changes. The tool merely reports on the status of a prior operation, making it a Read category risk with low severity.

From the tool's definition Tool description states it 'Check[s] the status of a conversion job. Returns status... progress, and whether a live preview is available.' The verb 'check' and 'returns' indicate query/retrieval operations with no side effects.

Questions about wpconvert_check_status

What does the wpconvert_check_status tool do? +

Check the status of a conversion job. Returns status (queued/processing/done/failed), progress, and whether a live preview is available. When done, you can call wpconvert_download_result and/or wpconvert_create_preview. It is categorised as a Read tool in the Wpconvert Devtools MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on wpconvert_check_status? +

Register the Wpconvert Devtools MCP server in PolicyLayer and add a rule for wpconvert_check_status: 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.

What risk level is wpconvert_check_status? +

wpconvert_check_status is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit wpconvert_check_status? +

Yes. Add a rate_limit block to the wpconvert_check_status 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.

How do I block wpconvert_check_status completely? +

Set action: deny in the PolicyLayer policy for wpconvert_check_status. 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.

What MCP server provides wpconvert_check_status? +

wpconvert_check_status 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.

// THE FULL RECORD

wpconvert_check_status 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 →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.