Skip to main content
Glama

Dataverse MCP Server

by mwhesse

create_dataverse_publisher

Create a publisher identity in Dataverse to establish customization prefixes for schema names and enable solution creation for custom components.

Instructions

Creates a new publisher in Dataverse. Publishers are required for creating solutions and provide customization prefixes for schema names. Use this to establish a publisher identity before creating solutions and custom components.

Input Schema

NameRequiredDescriptionDefault
customizationOptionValuePrefixYesOption value prefix (e.g., 72700)
customizationPrefixYesCustomization prefix for schema names (e.g., 'sample')
descriptionNoDescription of the publisher
friendlyNameYesFriendly name for the publisher
uniqueNameYesUnique name for the publisher (e.g., 'examplepublisher')

Input Schema (JSON Schema)

{ "properties": { "customizationOptionValuePrefix": { "description": "Option value prefix (e.g., 72700)", "type": "number" }, "customizationPrefix": { "description": "Customization prefix for schema names (e.g., 'sample')", "type": "string" }, "description": { "description": "Description of the publisher", "type": "string" }, "friendlyName": { "description": "Friendly name for the publisher", "type": "string" }, "uniqueName": { "description": "Unique name for the publisher (e.g., 'examplepublisher')", "type": "string" } }, "required": [ "friendlyName", "uniqueName", "customizationPrefix", "customizationOptionValuePrefix" ], "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