Skip to main content
Glama

job_execution_management

Manage Ansible job execution by launching, monitoring, and controlling jobs, ad-hoc commands, and execution environments.

Instructions

Enhanced job and execution management tool. Handles jobs, ad-hoc commands, execution environments, and job events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction: list_jobs, launch, cancel, relaunch, get_status, get_logs, get_events, list_adhoc, launch_adhoc, cancel_adhoc, get_adhoc_status, get_adhoc_logs, get_adhoc_stdout, list_execution_envs, create_execution_env, update_execution_env, delete_execution_env, list_unified_jobs, get_stdout, slice_job, job_host_summaries
job_template_idNoJob template ID for launching jobs
job_idNoJob ID for operations on specific jobs
adhoc_idNoAd-hoc command ID
execution_env_idNoExecution environment ID
inventory_idNoInventory ID for ad-hoc commands
module_nameNoAnsible module name for ad-hoc commands
module_argsNoModule arguments for ad-hoc commands
credential_idNoCredential ID for ad-hoc commands
extra_varsNoExtra variables
limitNoLimit hosts for execution
execution_env_dataNoExecution environment data
filtersNoFilters for listing

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure but provides none. It doesn't indicate whether operations are read-only or destructive, what permissions are required, whether there are rate limits, what happens when jobs are launched/canceled, or what the response format looks like. For a tool with 13 parameters and multiple action types including destructive ones like 'delete_execution_env', this is a critical gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief (two sentences) but inefficient. The first sentence ('Enhanced job and execution management tool') is redundant with the name. The second sentence lists categories but doesn't convey actionable information. While it's concise, it fails to front-load useful information that would help an agent understand the tool's purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (13 parameters, multiple action types, no annotations) and the presence of an output schema, the description is inadequate. While the output schema may help with return values, the description doesn't provide necessary context about the tool's scope, behavioral characteristics, or differentiation from sibling tools. For a multi-function tool with potential destructive operations, more guidance is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 13 parameters thoroughly. The description adds no additional meaning about parameters beyond what's in the schema. It doesn't explain relationships between parameters (e.g., which parameters are needed for which actions) or provide usage examples. Baseline 3 is appropriate when the schema does all the work.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Enhanced job and execution management tool. Handles jobs, ad-hoc commands, execution environments, and job events' is vague and tautological. It restates the tool name ('job and execution management') without specifying what 'enhanced' means or what concrete operations are performed. It lists categories but doesn't provide a clear verb+resource statement of what the tool actually does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus the 16 sibling tools listed. The description doesn't mention any context, prerequisites, or alternatives. An agent would have no idea whether to use this tool or one of the other management tools like 'workflow_automation_management' or 'configuration_system_management' for job-related tasks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anshulbehl/aap-mcp-pilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server