Skip to main content
Glama

Dataverse MCP Server

by mwhesse

delete_dataverse_column

Remove unwanted columns from Dataverse tables to clean up database schema and eliminate unnecessary data storage.

Instructions

Permanently deletes a column from a Dataverse table. WARNING: This action cannot be undone and will remove all data stored in this column. Use with extreme caution and only for columns that are no longer needed.

Input Schema

NameRequiredDescriptionDefault
entityLogicalNameYesLogical name of the table
logicalNameYesLogical name of the column to delete

Input Schema (JSON Schema)

{ "properties": { "entityLogicalName": { "description": "Logical name of the table", "type": "string" }, "logicalName": { "description": "Logical name of the column to delete", "type": "string" } }, "required": [ "entityLogicalName", "logicalName" ], "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