mcp_run_cron
Trigger specified WordPress cron hooks manually to run scheduled tasks on demand.
Instructions
Manually trigger a cron hook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook | Yes | Cron hook name to run |
Trigger specified WordPress cron hooks manually to run scheduled tasks on demand.
Manually trigger a cron hook
| Name | Required | Description | Default |
|---|---|---|---|
| hook | Yes | Cron hook name to run |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must convey behavioral traits. It only says 'trigger' without indicating side effects, safety, or whether it is destructive. Insufficient for a mutation action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short (4 words) and front-loaded. It is efficient, though some agents might benefit from slightly more context, it is not verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple structure (1 param, no output schema) and lack of annotations, the description is inadequate. It does not explain what triggering entails, what the response is, or any prerequisites.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with the parameter description 'Cron hook name to run'. The tool description adds no additional meaning beyond that, so baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Manually trigger a cron hook' clearly states the verb (trigger) and resource (cron hook). It distinguishes from sibling mcp_get_cron_status which is a read operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use (to trigger a cron hook manually) but provides no explicit guidance about when not to use or alternatives. No exclusions or context for comparison.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cvrt-jh/wordpress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server