Skip to main content
Glama

Dataverse MCP Server

by mwhesse

manage_powerpages_webapi_config

Configure PowerPages WebAPI access and table permissions to control data exposure and security settings for portal users.

Instructions

Manage PowerPages WebAPI configurations and table permissions. Add/remove WebAPI access for tables, configure table permissions, and check configuration status for PowerPages portals.

Input Schema

NameRequiredDescriptionDefault
accessTypeNoAccess type for the permissionGlobal
fieldsNoFields to expose via WebAPI (default: '*' for all fields)*
operationYesType of configuration operation to perform
permissionNameNoName for the table permission
privilegesNoPrivileges to grant
projectPathNoPath to PowerPages project (defaults to current directory)
tableNameNoLogical name of the table (e.g., 'cr7ae_creditcardses', 'contacts')
webRoleNameNoWeb role name (default: 'Authenticated Users')Authenticated Users

Input Schema (JSON Schema)

{ "properties": { "accessType": { "default": "Global", "description": "Access type for the permission", "enum": [ "Global", "Contact", "Account", "Parent" ], "type": "string" }, "fields": { "default": "*", "description": "Fields to expose via WebAPI (default: '*' for all fields)", "type": "string" }, "operation": { "description": "Type of configuration operation to perform", "enum": [ "add_webapi_config", "remove_webapi_config", "list_webapi_configs", "add_table_permission", "remove_table_permission", "list_table_permissions", "check_config_status" ], "type": "string" }, "permissionName": { "description": "Name for the table permission", "type": "string" }, "privileges": { "default": [ "Read" ], "description": "Privileges to grant", "items": { "enum": [ "Create", "Read", "Write", "Delete", "Append", "AppendTo" ], "type": "string" }, "type": "array" }, "projectPath": { "description": "Path to PowerPages project (defaults to current directory)", "type": "string" }, "tableName": { "description": "Logical name of the table (e.g., 'cr7ae_creditcardses', 'contacts')", "type": "string" }, "webRoleName": { "default": "Authenticated Users", "description": "Web role name (default: 'Authenticated Users')", "type": "string" } }, "required": [ "operation" ], "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