dataverse_check_relationship_eligibility
Check whether a Dataverse table supports a specific relationship role (referenced, referencing, or many-to-many) to pre-validate eligibility before creating the relationship.
Instructions
Pre-validate whether a table supports a specific relationship role before creating a relationship.
Only call this immediately before dataverse_create_one_to_many_relationship or dataverse_create_many_to_many_relationship — do not use for general queries or data reads. Returns eligible (bool) for the requested check_type (see check_type field for valid values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |