Skip to main content
Glama

Dataverse MCP Server

by mwhesse

create_dataverse_solution

Create a new unmanaged solution container in Dataverse to package, deploy, and manage custom components like tables, columns, and other customizations.

Instructions

Creates a new unmanaged solution in Dataverse. Solutions are containers for customizations and allow you to package, deploy, and manage custom components. Use this to create a solution before adding tables, columns, and other customizations.

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the solution
friendlyNameYesFriendly name for the solution
publisherUniqueNameYesUnique name of the publisher to associate with this solution
uniqueNameYesUnique name for the solution (e.g., 'examplesolution')
versionNoVersion of the solution1.0.0.0

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the solution", "type": "string" }, "friendlyName": { "description": "Friendly name for the solution", "type": "string" }, "publisherUniqueName": { "description": "Unique name of the publisher to associate with this solution", "type": "string" }, "uniqueName": { "description": "Unique name for the solution (e.g., 'examplesolution')", "type": "string" }, "version": { "default": "1.0.0.0", "description": "Version of the solution", "type": "string" } }, "required": [ "friendlyName", "uniqueName", "publisherUniqueName" ], "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