collection_update_collection_permissions
Grant or revoke user permissions on a Vultr service collection with roles like owner, editor, or viewer.
Instructions
Update permissions for a service collection.
Args: collection_id: ID of the service collection user_id: User ID to grant/revoke permissions permission_level: Permission level (owner, editor, viewer) ctx: FastMCP context for resource change notifications action: Action to take (add, remove)
Returns: Success confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | add | |
| user_id | Yes | ||
| collection_id | Yes | ||
| permission_level | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||