Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_dataverse_optionset_options

Retrieve all available choices, values, labels, descriptions, and colors from a specific option set in Microsoft Dataverse to understand available selections and their configuration.

Instructions

Retrieves all options (choices) within a specific option set, including their values, labels, descriptions, and colors. Use this to inspect the available choices in an option set and understand their configuration.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the option set to get options for

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the option set to get options for", "type": "string" } }, "required": [ "name" ], "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