rundeck_enable_job_execution
Re-enable a disabled Rundeck job to make it executable again.
Instructions
Enable execution for a job that was previously disabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job UUID |
Re-enable a disabled Rundeck job to make it executable again.
Enable execution for a job that was previously disabled
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job UUID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry full behavioral disclosure. It only says 'Enable execution' without mentioning what happens if already enabled, required permissions, or side effects. This is insufficient for a mutation tool.
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 a single clear sentence with no extra words. It could include more detail but is not verbose, achieving good conciseness.
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?
The tool is simple with one parameter and no output schema. The description explains the purpose but lacks information on return values, error handling, or idempotency, which would be useful for complete context.
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?
The input schema describes the only parameter 'id' as 'Job UUID' with 100% coverage. The description adds context about enabling execution but does not provide additional meaning beyond the schema, so baseline 3 is appropriate.
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 states the specific action 'Enable execution' and the resource 'a job that was previously disabled', clearly distinguishing from sibling tools like rundeck_disable_job_execution and rundeck_enable_job_schedule.
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?
No explicit guidance on when to use this tool versus alternatives, such as when a job is already enabled or when to use enable_job_schedule. The description only implies use for disabled jobs but lacks exclusions.
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/mariomorenodev/rundeck-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server