Install any skill in seconds. Free to start, no credit card required.
Get Started Free →View Prisma SD-WAN application definitions for policy visibility
.claude/skills/automateyournetwork-prisma-sdwan-apps/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 34% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -41% | 0% |
View application definitions in your Palo Alto Networks Prisma SD-WAN fabric. Understand which applications are defined for policy enforcement, their categories, and risk levels.
prisma-sdwan-mcp (community MCP from iamdheerajdubey)python3 -u mcp-servers/prisma-sdwan-mcp/src/prisma_sdwan_mcp/server.py (stdio transport)PAN_CLIENT_ID, PAN_CLIENT_SECRET, PAN_TSG_IDPAN_REGION (americas or europe, default: americas)| Tool | Parameters | What It Does | |------|------------|--------------| | get_app_defs | None | List all application definitions with categories and risk |
bash# List all applications "Show me all SD-WAN application definitions" # Find specific application "Is Office 365 defined as an application?" # List by category "What business applications are defined?"
bash# Find high-risk applications "Which applications are classified as high risk?" # Review SaaS applications "List all SaaS application definitions"
bash# Understand categories "What application categories are available for policies?" # Review productivity apps "Show me all productivity category applications"
json{ "applications": [ { "id": "app001", "name": "office365", "display_name": "Microsoft Office 365", "category": "business", "subcategory": "productivity", "risk": "low", "app_type": "saas" }, { "id": "app002", "name": "zoom", "display_name": "Zoom Video Communications", "category": "business", "subcategory": "conferencing", "risk": "low", "app_type": "saas" } ], "total_count": 250 }
| Error Code | Meaning | Resolution | |------------|---------|------------| | AUTH_FAILED | OAuth2 authentication failed | Verify PAN_CLIENT_ID, PAN_CLIENT_SECRET, PAN_TSG_ID | | RATE_LIMITED | API rate limit exceeded | Wait and retry |
Other measured skills in the registry, with their headline benchmark lift.