Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

update_collection_name_or_owner

Modify a collection’s name or owner by providing its ID, using the AYX-MCP-Wrapper server to streamline data management tasks in Alteryx environments.

Instructions

Update a collection name or owner by its ID

Input Schema

NameRequiredDescriptionDefault
collection_idYes
nameYes
owner_idYes

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "title": "Collection Id", "type": "string" }, "name": { "title": "Name", "type": "string" }, "owner_id": { "title": "Owner Id", "type": "string" } }, "required": [ "collection_id", "name", "owner_id" ], "title": "update_collection_name_or_ownerArguments", "type": "object" }

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