Skip to main content
Glama

Dataverse MCP Server

by mwhesse

create_dataverse_optionset

Create global choice lists in Dataverse with predefined options to ensure consistent data entry and improve data quality across multiple tables and columns.

Instructions

Creates a new global option set (choice list) in Dataverse with predefined options. Use this to create reusable choice lists that can be used across multiple tables and columns. Option sets provide consistent data entry options and improve data quality.

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the option set
displayNameYesDisplay name for the option set
isGlobalNoWhether this is a global option set
nameYesName for the option set (e.g., 'new_priority')
optionsYesArray of options for the option set

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the option set", "type": "string" }, "displayName": { "description": "Display name for the option set", "type": "string" }, "isGlobal": { "default": true, "description": "Whether this is a global option set", "type": "boolean" }, "name": { "description": "Name for the option set (e.g., 'new_priority')", "type": "string" }, "options": { "description": "Array of options for the option set", "items": { "additionalProperties": false, "properties": { "color": { "description": "Color for the option (hex format, e.g., '#FF0000')", "type": "string" }, "description": { "description": "Description for the option", "type": "string" }, "label": { "description": "Display label for the option", "type": "string" }, "value": { "description": "Numeric value for the option", "type": "number" } }, "required": [ "value", "label" ], "type": "object" }, "type": "array" } }, "required": [ "name", "displayName", "options" ], "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