get_dataverse_optionset
Retrieve detailed metadata and configuration for specific Dataverse option sets to inspect available choices and understand field definitions.
Instructions
Retrieves detailed information about a specific option set including its metadata, options, and configuration. Use this to inspect option set definitions and understand available choices.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the option set to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the option set to retrieve",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}