Debugs Dynamics 365 plugin executions via trace logs, troubleshoots errors like InvalidPluginExecutionException, and discovers/inspects custom actions/APIs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dynamics365-dataverse:debug-pluginThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to debug a plugin issue, find errors, or understand custom actions/APIs.
The user wants to debug a plugin issue, find errors, or understand custom actions/APIs.
Argument provided: $ARGUMENTS
get_plugin_traces with the relevant filter:
plugin_type_name: "MyPlugin"correlation_id: "abc-123"message_name: "Create"hours_back if needed (default 24h)find_custom_actions with a keywordget_custom_action_metadata with the unique namefind_custom_apis with a keywordget_custom_api_metadata returns:
execute_action tool with the action name and parametersIf the error or pattern is unclear, search Microsoft Learn for the specific error message or pattern:
site:learn.microsoft.com plugin trace log {error_type}site:learn.microsoft.com custom api dataverse {topic}npx claudepluginhub nickmeron/dataverse-mcp-serverGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.