Skip to main content
Glama

generate_awx_project_from_cookbooks

Convert Chef cookbooks to AWX/AAP project configuration for automated deployment, generating playbooks from cookbook directories with SCM integration.

Instructions

Generate AWX/AAP project configuration from Chef cookbooks directory.

Args: cookbooks_directory: Path to Chef cookbooks directory project_name: Name for the AWX project scm_type: SCM type (git, svn, etc.) scm_url: SCM repository URL

Returns: AWX/AAP project configuration with converted playbooks structure

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cookbooks_directoryYes
project_nameYes
scm_typeNogit
scm_urlNo

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 carries the full burden of behavioral disclosure. It states the tool generates configuration but does not clarify if it modifies existing files, requires specific permissions, handles errors, or has side effects like creating directories. For a tool that processes directories and generates outputs, this lack of detail is a significant gap.

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 front-loaded with the core purpose, followed by parameter details and return information. It uses clear sections ('Args', 'Returns') and avoids unnecessary words. The only minor improvement would be integrating the parameter explanations more seamlessly, but overall, it is efficient and easy to scan.

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

Completeness4/5

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

Given the complexity of converting Chef cookbooks to AWX configuration, the description is reasonably complete. It specifies the tool's purpose, parameters, and return value. Since an output schema exists, it does not need to detail return values. However, it lacks usage guidelines and behavioral transparency, which are important for a tool with no annotations.

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

Parameters4/5

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

The description includes an 'Args' section that lists all four parameters with brief explanations, adding meaning beyond the input schema, which has 0% description coverage. It clarifies that 'cookbooks_directory' is a path, 'project_name' is for the AWX project, and 'scm_type' and 'scm_url' relate to SCM. However, it does not provide examples or constraints, such as valid SCM types or URL formats.

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

Purpose5/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 project configuration from Chef cookbooks directory.' It specifies the verb 'generate,' the resource 'AWX/AAP project configuration,' and the source 'Chef cookbooks directory.' This distinguishes it from sibling tools like 'generate_awx_job_template_from_cookbook' or 'generate_awx_inventory_source_from_chef,' which target different outputs.

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 does not mention prerequisites, such as needing Chef cookbooks in a specific format, or compare it to sibling tools like 'generate_playbook_from_recipe' or 'generate_migration_plan.' Without such context, users may struggle to select the appropriate tool for their needs.

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