Skip to main content
Glama

generate_awx_workflow_from_chef_runlist

Converts Chef runlists into AWX/AAP workflow templates with job dependencies for automated infrastructure deployment.

Instructions

Generate AWX/AAP workflow template from Chef runlist.

Args: runlist_content: Chef runlist content (JSON or comma-separated) workflow_name: Name for the workflow template environment: Target environment for workflow execution

Returns: AWX/AAP workflow template configuration with job dependencies

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runlist_contentYes
workflow_nameYes
environmentNoproduction

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It states the tool generates a workflow template but doesn't explain key behaviors: whether this is a read-only analysis or a write operation that creates resources, what permissions or authentication are required, or any rate limits or side effects. The mention of 'Returns: AWX/AAP workflow template configuration' hints at output but lacks detail on format or errors.

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

Conciseness4/5

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

The description is well-structured and concise, with a clear purpose statement followed by 'Args:' and 'Returns:' sections. Each sentence serves a purpose without redundancy. It could be slightly more front-loaded by integrating the return statement into the main description, but overall it's efficient and easy to scan.

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

Completeness3/5

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

Given the complexity of generating a workflow template, the description is moderately complete. It has an output schema (implied by 'Returns'), so it doesn't need to detail return values. However, with no annotations and low schema coverage, it misses critical behavioral context (e.g., mutation risks, auth needs). For a tool that likely involves system changes, this leaves significant gaps in understanding its full impact.

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 0%, so the description must compensate. It lists parameters with brief explanations (e.g., 'Chef runlist content (JSON or comma-separated)'), adding some semantics beyond the schema's titles. However, it doesn't fully clarify usage, such as examples for 'runlist_content' formats or the scope of 'environment'. With 3 parameters and low schema coverage, this provides basic but incomplete guidance.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Generate AWX/AAP workflow template from Chef runlist.' It specifies the verb ('Generate'), resource ('AWX/AAP workflow template'), and source ('Chef runlist'), making it easy to understand. However, it doesn't explicitly differentiate from sibling tools like 'generate_awx_job_template_from_cookbook' or 'generate_playbook_from_recipe', which prevents a perfect score.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It lacks context about prerequisites, such as needing a Chef runlist, and doesn't mention any of the many sibling tools that handle related conversions (e.g., 'convert_chef_deployment_to_ansible_strategy'). This leaves the agent with insufficient information to make informed decisions.

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/kpeacocke/souschef'

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