# validate > validate the MCP tools - Author: Xavier Coulon - Repository: rsoaresd/argocd-mcp-server - Version: 20260204084356 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/rsoaresd/argocd-mcp-server - Web: https://mule.run/skillshub/@@rsoaresd/argocd-mcp-server~validate:20260204084356 --- --- name: validate description: validate the MCP tools --- # Usage Use this skill to validate that existing MCP tools conform to the best-practices # Checklist ## Tool naming Verify that the tools defined in the `internal/argocd` package respect the following naming scheme: - Use snake_case with service prefix - Format: {service}_{action}_{resource} - Example: slack_send_message, github_create_issue