Skip to main content
Glama

get_all_collections

Retrieve a complete list of collections from an Alteryx server using the AYX-MCP-Wrapper interface. This tool simplifies access to server resources for efficient management and organization.

Instructions

Get the list of all collections of the Alteryx server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Core handler function that executes the tool logic by calling the Alteryx Collections API to retrieve all collections and formats the response.
    def get_all_collections(self): """Get the list of all collections of the Alteryx server""" try: api_response = self.collections_api.collections_get_collections() return pprint.pformat(api_response) except ApiException as e: return f"Error: {e}"
  • MCP server tool registration decorator and wrapper function that delegates to the AYXMCPTools instance method.
    def get_all_collections(): """Get the list of all collections of the Alteryx server""" return self.tools.get_all_collections()
  • Tool name and description in the MCP server prompt/system message.
    - get_all_collections: Get all collections

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