Skip to main content
Glama

Dataverse MCP Server

by mwhesse

set_solution_context

Define the solution context for Dataverse metadata operations to automatically associate new tables, columns, and relationships with the specified solution.

Instructions

Sets the active solution context for all subsequent metadata operations. When a solution context is set, all created tables, columns, relationships, and other components will be automatically added to this solution. This is required before creating any custom components.

Input Schema

NameRequiredDescriptionDefault
solutionUniqueNameYesUnique name of the solution to set as context for subsequent operations

Input Schema (JSON Schema)

{ "properties": { "solutionUniqueName": { "description": "Unique name of the solution to set as context for subsequent operations", "type": "string" } }, "required": [ "solutionUniqueName" ], "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