F
licenseNot graded
qualityC
maintenanceEnables AI agents to investigate production incidents by exposing service health, logs, and deployment data through MCP tools.
10 npm
-
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one searches existing playbooks, the other generates new plans. No overlap or confusion possible.
Both tools follow a consistent verb_noun pattern: search_playbooks and generate_rollout_plan. Naming is clear and predictable.
With only 2 tools, the server feels very thin for a 'rollout-playbook' domain. A typical set would include at least listing, retrieving, creating, and updating playbooks.
The domain of rollout playbooks is missing fundamental operations like create, read, update, delete, and execute playbooks. Only search and generate are present, leaving significant gaps.