Skip to main content
Glama

get_all_workflows

Retrieve a complete list of workflows from the Alteryx server to manage and monitor automation processes.

Instructions

Get the list of all workflows of the Alteryx server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Core implementation of get_all_workflows: fetches all workflows via Alteryx API and returns formatted response.
    def get_all_workflows(self): """Get the list of all workflows of the Alteryx server""" try: api_response = self.workflows_api.workflows_get_workflows() return pprint.pformat(api_response) except ApiException as e: return f"Error: {e}"
  • MCP tool registration decorator and wrapper function that delegates to the tools instance method.
    @self.app.tool() def get_all_workflows(): """Get the list of all workflows of the Alteryx server""" return self.tools.get_all_workflows()

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/jupiterbak/AYX-MCP-Wrapper'

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