Skip to main content
Glama

Dataverse MCP Server

by mwhesse

update_dataverse_team

Modify team settings like name, description, administrator, or configuration properties for existing Dataverse teams without affecting team membership.

Instructions

Updates the properties and configuration of an existing team. Use this to modify team settings like name, description, administrator, or other team properties without changing team membership.

Input Schema

NameRequiredDescriptionDefault
administratorIdNoNew administrator user ID
azureActiveDirectoryObjectIdNoAzure AD Object ID for the team
delegatedAuthorizationIdNoDelegated authorization context for the team
descriptionNoNew description of the team
emailAddressNoEmail address for the team
membershipTypeNoMembership type: 0=Members and guests, 1=Members, 2=Owners, 3=Guests
nameNoNew name of the team
queueIdNoDefault queue ID for the team
teamIdYesID of the team to update
teamTemplateIdNoTeam template ID to associate with the team
teamTypeNoTeam type: 0=Owner, 1=Access, 2=Security Group, 3=Office Group
transactionCurrencyIdNoCurrency ID associated with the team
yomiNameNoPronunciation of the team name in phonetic characters

Input Schema (JSON Schema)

{ "properties": { "administratorId": { "description": "New administrator user ID", "type": "string" }, "azureActiveDirectoryObjectId": { "description": "Azure AD Object ID for the team", "type": "string" }, "delegatedAuthorizationId": { "description": "Delegated authorization context for the team", "type": "string" }, "description": { "description": "New description of the team", "maxLength": 2000, "type": "string" }, "emailAddress": { "description": "Email address for the team", "maxLength": 100, "type": "string" }, "membershipType": { "description": "Membership type: 0=Members and guests, 1=Members, 2=Owners, 3=Guests", "enum": [ "0", "1", "2", "3" ], "type": "string" }, "name": { "description": "New name of the team", "maxLength": 160, "type": "string" }, "queueId": { "description": "Default queue ID for the team", "type": "string" }, "teamId": { "description": "ID of the team to update", "type": "string" }, "teamTemplateId": { "description": "Team template ID to associate with the team", "type": "string" }, "teamType": { "description": "Team type: 0=Owner, 1=Access, 2=Security Group, 3=Office Group", "enum": [ "0", "1", "2", "3" ], "type": "string" }, "transactionCurrencyId": { "description": "Currency ID associated with the team", "type": "string" }, "yomiName": { "description": "Pronunciation of the team name in phonetic characters", "maxLength": 160, "type": "string" } }, "required": [ "teamId" ], "type": "object" }

Other Tools from Dataverse MCP Server

Related Tools

    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/mwhesse/mcp-dataverse'

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