Buu AI MCP Server

team_update_member_role

Assign or modify a team member's role by specifying the member's address and their new role within Buu AI MCP Server.

Instructions

[PRIVATE] Update the role of a team member.

Input Schema

NameRequiredDescriptionDefault
memberYesAddress of the team member
newRoleYesNew role for the team member

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "member": { "description": "Address of the team member", "type": "string" }, "newRole": { "description": "New role for the team member", "type": "string" } }, "required": [ "member", "newRole" ], "type": "object" }

You must be authenticated.

Other Tools from Buu AI MCP Server

Related Tools

ID: t0xuq692cn