Skip to main content
Glama

Dataverse MCP Server

by mwhesse

list_dataverse_relationships

Discover table connections and data model relationships in Microsoft Dataverse with filtering by entity, relationship type, and custom/managed status.

Instructions

Retrieves a list of relationships in the Dataverse environment with filtering options. Use this to discover table connections, find custom relationships, or get an overview of the data model relationships. Supports filtering by entity, relationship type, and managed/unmanaged status.

Input Schema

NameRequiredDescriptionDefault
customOnlyNoWhether to list only custom relationships
entityLogicalNameNoFilter relationships for a specific entity
filterNoOData filter expression
includeManagedNoWhether to include managed relationships
relationshipTypeNoType of relationships to listAll

Input Schema (JSON Schema)

{ "properties": { "customOnly": { "default": false, "description": "Whether to list only custom relationships", "type": "boolean" }, "entityLogicalName": { "description": "Filter relationships for a specific entity", "type": "string" }, "filter": { "description": "OData filter expression", "type": "string" }, "includeManaged": { "default": false, "description": "Whether to include managed relationships", "type": "boolean" }, "relationshipType": { "default": "All", "description": "Type of relationships to list", "enum": [ "OneToMany", "ManyToMany", "All" ], "type": "string" } }, "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