skills/inspect-solutions/SKILL.md
Explore and inspect Dynamics 365 solutions — what's deployed, solution components, publishers, versions, and dependencies. Use when asked "what solutions are installed?", "what's in solution X?", "show me customizations".
npx skillsauth add nickmeron/Dataverse-MCP-Server skills/inspect-solutionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 dependenciestesting
Create, monitor, and manage bulk deletion jobs in Dynamics 365. Use when asked "bulk delete", "delete all records of type X", "create a bulk delete job", "check bulk delete status", "cancel bulk delete", "why did bulk delete fail".
data-ai
Produce a business-readable summary of a Dynamics 365 record or set of records. Uses metadata to understand the schema before querying.
testing
Investigate users, security roles, teams, and permissions in Dynamics 365. Use when asked "who has access to...", "what roles does X have?", "compare roles", or "show me users".
data-ai
Query Dynamics 365 records using natural language. Translates questions into OData queries with metadata-aware field selection.