Summary
Add higher-level tools that compose multiple API calls into useful operations.
Examples
Redis Cloud
get_subscription_summary - subscription + all databases + stats in one call
compare_databases - compare configs between two databases
check_subscription_health - databases + alerts + recent tasks
Redis Enterprise
get_cluster_health - cluster + nodes + alerts + stats
get_database_overview - database + endpoints + shards + stats
diagnose_database - comprehensive health check
Cross-Platform
list_all_databases - aggregate from Cloud + Enterprise
find_database - search by name/pattern across platforms
Implementation
- Build on existing atomic tools
- Return structured summaries
- Consider caching for repeated lookups
- Handle partial failures gracefully
Related
Summary
Add higher-level tools that compose multiple API calls into useful operations.
Examples
Redis Cloud
get_subscription_summary- subscription + all databases + stats in one callcompare_databases- compare configs between two databasescheck_subscription_health- databases + alerts + recent tasksRedis Enterprise
get_cluster_health- cluster + nodes + alerts + statsget_database_overview- database + endpoints + shards + statsdiagnose_database- comprehensive health checkCross-Platform
list_all_databases- aggregate from Cloud + Enterprisefind_database- search by name/pattern across platformsImplementation
Related