Debugs Dynamics 365 plugin executions via trace logs, troubleshoots errors like InvalidPluginExecutionException, and discovers/inspects custom actions/APIs.
npx claudepluginhub nickmeron/dataverse-mcp-serverThis skill is limited to using the following tools:
The user wants to debug a plugin issue, find errors, or understand custom actions/APIs.
Provides core rules and tool routing for Dataverse, Dynamics 365, and Power Platform tasks: enforces workspace init check, Python-only scripting, and MCP→SDK→Web API prioritization.
Debugs failing Power Automate cloud flows via FlowStudio MCP server to access action-level inputs/outputs, uncovering root causes like timeouts, auth errors, and expression failures beyond Graph API limits.
Provides reference tables for Copilot Studio YAML authoring: core files, triggers, actions, variables, entities, Power Fx functions, templates.
Share bugs, ideas, or general feedback.
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}