skills/debug-plugin/SKILL.md
Debug plugin executions and troubleshoot errors using Plugin Trace Logs. Also discover and inspect Custom Actions and Custom APIs. Use when asked "what went wrong with...", "show me plugin errors", "find custom action X", "how do I call this API?".
npx skillsauth add nickmeron/Dataverse-MCP-Server skills/debug-pluginInstall 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 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}testing
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.