add-dataverse

Create and extend Dataverse tables for Power Apps code apps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-dataverse-butchersoft-msn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-dataverse
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/code-apps/skills/add-dataverse
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-dataverse-butchersoft-msn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automatically provisions Dataverse tables in a Power Apps code app and generates TypeScript models and services for immediate use.

Core Features & Use Cases

  • Provision new Dataverse tables with schema and primary keys
  • Generate TypeScript models and services for CRUD operations
  • Extend existing tables with new columns and relationships

Quick Start

Create a new Dataverse table for the project and generate its TypeScript models and services.

Frequently Asked Questions about add-dataverse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Dataverse table creation for Power Apps code apps?

Automating Dataverse table creation involves sending JSON metadata payloads to the Dataverse Web API endpoints. This skill handles schema provisioning, updates existing tables with new columns, and wires data sources for local and deployment workflows.

Can I generate TypeScript models and services for Dataverse CRUD operations?

Generating TypeScript models and services for Dataverse CRUD operations is supported. This skill provisions tables with schemas and primary keys, then automatically outputs TypeScript models and services for immediate integration into your application.

What do I need to authenticate and extend Dataverse tables with new columns?

Extending Dataverse tables with new columns and relationships requires the Dataverse Web API, a publisher prefix, and proper authentication. This skill constructs the necessary JSON metadata payloads to update existing schemas.

Does this Dataverse automation skill support local development and deployment workflows?

This Dataverse automation skill supports local development and deployment workflows by wiring data sources and updating schemas across environments. It interacts directly with the Dataverse Web API to manage EntityDefinitions.