Inspects Dynamics 365 solutions: lists environments, installed solutions, components, publishers, versions, dependencies. Use for 'what solutions are installed?', 'what's in solution X?', customizations queries.
npx claudepluginhub nickmeron/dataverse-mcp-serverThis skill is limited to using the following tools:
The user wants to understand what's deployed in their Dynamics 365 environment at the solution level.
Manages Dataverse solution lifecycle: create, export, import, pack/unpack, promote across environments, and validate deployments using PAC CLI and Python SDK.
Automates Dynamics 365 CRM operations: create, update, retrieve, list leads, accounts, contacts, opportunities, sales orders, invoices, cases via Web API tools.
Share bugs, ideas, or general feedback.
The user wants to understand what's deployed in their Dynamics 365 environment at the solution level.
Argument provided: $ARGUMENTS
Select environment — call list_environments, ask the user, call select_environment.
Determine the question type:
list_solutions (optionally with unmanaged_only: true to see only custom solutions)get_solution_details to get the solution GUID and publisher infoget_solution_components to list all components| Code | Type |
|---|---|
| 1 | Entity |
| 2 | Attribute (Field) |
| 3 | Relationship |
| 9 | Option Set |
| 10 | Entity Relationship |
| 20 | Security Role |
| 24 | Form |
| 25 | Organization Settings |
| 26 | View (SavedQuery) |
| 29 | Workflow / Action |
| 59 | Chart |
| 60 | System Form |
| 61 | Web Resource |
| 62 | Sitemap |
| 63 | Connection Role |
| 65 | Plugin Assembly (SDK Message Processing Step Registration) |
| 70 | Field Security Profile |
| 91 | Plugin Assembly |
| 92 | Plugin Type (Step) |
| 150 | Routing Rule |
| 154 | SLA |
| 300 | Canvas App |
| 371 | Connector |
list_entities to show the entity display namesget_solution_dependencies to see missing or required dependencies