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
Name | Required | Description | Default |
---|---|---|---|
schemaName | Yes | Schema 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"
}