Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_dataverse_relationship

Retrieve detailed configuration and settings for Dataverse table relationships to understand table connections and cascade behavior.

Instructions

Retrieves detailed information about a specific relationship between Dataverse tables, including its configuration, cascade settings, and menu behavior. Use this to inspect relationship definitions and understand table connections.

Input Schema

NameRequiredDescriptionDefault
schemaNameYesSchema name of the relationship to retrieve

Input Schema (JSON Schema)

{ "properties": { "schemaName": { "description": "Schema name of the relationship to retrieve", "type": "string" } }, "required": [ "schemaName" ], "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