Skip to main content
Glama

Dataverse MCP Server

by mwhesse

list_dataverse_teams

Retrieve and filter teams in your Dataverse environment to discover available teams, find teams by business unit or type, and get an overview of team organization.

Instructions

Retrieves a list of teams in the Dataverse environment with filtering options. Use this to discover available teams, find teams by business unit or type, or get an overview of team organization. Supports filtering by business unit, team type, and system-managed status.

Input Schema

NameRequiredDescriptionDefault
businessUnitIdNoFilter teams by business unit ID
excludeDefaultNoWhether to exclude default business unit teams
filterNoOData filter expression
systemManagedOnlyNoWhether to list only system-managed teams
teamTypeNoFilter by team type: 0=Owner, 1=Access, 2=Security Group, 3=Office Group
topNoMaximum number of teams to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "businessUnitId": { "description": "Filter teams by business unit ID", "type": "string" }, "excludeDefault": { "default": false, "description": "Whether to exclude default business unit teams", "type": "boolean" }, "filter": { "description": "OData filter expression", "type": "string" }, "systemManagedOnly": { "default": false, "description": "Whether to list only system-managed teams", "type": "boolean" }, "teamType": { "description": "Filter by team type: 0=Owner, 1=Access, 2=Security Group, 3=Office Group", "enum": [ "0", "1", "2", "3" ], "type": "string" }, "top": { "description": "Maximum number of teams to return (default: 50)", "type": "number" } }, "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