Skip to main content
Glama

create_workflow_survey

Generate formatted surveys for Ansible Automation Platform workflow job templates to collect runtime parameters and configuration data.

Instructions

Create a survey for a workflow job template with proper formatting. This tool handles the specific format requirements for AAP survey specs.

Example questions format: [ { "question_name": "Environment", "question_description": "Select environment", "required": true, "type": "multiplechoice", "variable": "environment", "default": "dev", "choices": ["dev", "test", "prod"] }, { "question_name": "Application Name", "question_description": "Enter application name", "required": true, "type": "text", "variable": "app_name", "default": "webapp", "min": 1, "max": 50 } ]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflow_idYesWorkflow job template ID
questionsYesList of survey questions in proper format
survey_nameNoSurvey nameWorkflow Survey
survey_descriptionNoSurvey descriptionSurvey for workflow

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