Skip to main content
Glama
paarthureddy

Protocol-0

by paarthureddy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
startMonitoringA

Start continuous live polling of enterprise SaaS systems (GitHub, Jira, Datadog, Calendar) every 30 seconds.

stopMonitoringA

Stop continuous live polling of enterprise SaaS systems.

getMonitoringStatusA

Get the active status of SaaS polling, last run timestamp, and recent Gmail/Slack alerts.

getSecurityAuditLogsA

Fetches recent security audit logs, including IAM role modifications, Zero-Trust Gate executions, and unauthorized access attempts.

getEngineeringHealthA

Get the detailed engineering health report computed from weighted metrics (Deployment Success 25%, CI/CD Success 20%, Sprint Health 20%, Issue Rate 15%, Infrastructure 20%).

getKubernetesStateA

Fetches the current live state of the Kubernetes production clusters, identifying failing pods (CrashLoopBackOff, OOMKilled).

getIncidentReportA

Get the complete analysis for one incident: timeline, root cause, confidence, affected systems, business impact and recommendations. Renders the incident detail view.

getRecommendationsA

Get prioritized AI recommendations (high/medium/low). Optionally scoped to one incident. Exposes Approve/Reject actions.

list_incidentsB

List active incidents.

get_incidentB

Legacy alias for getIncidentReport.

getPagerDutyIncidentsA

Fetches the active on-call PagerDuty incidents and alerts across all engineering escalation policies.

getCompanyHealthA

Get the live Protocol-0 dashboard: overall system health score, per-subsystem health, open incidents, and top recommendations.

executiveChatA

Executive Copilot: Ask natural-language operational questions like "Why is engineering health low?", "Summarize today's risks", etc.

getAgentActivityB

Show the live multi-agent execution pipeline (Monitoring -> Infrastructure -> Incident Commander -> Action) and agent logs.

get_company_healthC

Legacy alias for getCompanyHealth.

get_agent_activityD

Legacy alias for getAgentActivity.

approveRecommendationA

Action Agent: approve and execute a recommended action through its designated MCP server.

rejectRecommendationB

Action Agent: reject a recommended action, marking it as rejected in the timeline.

triggerIncidentB

Hackathon Simulator: Trigger one of the 10 supported incident scenarios to observe how the LangGraph multi-agent pipeline reasons and mitigates in real-time.

simulate_disasterA

What-If Disaster Simulator: Simulate the catastrophic failure of a specific sub-system or cloud region to test auto-remediation and cascading impacts.

Prompts

Interactive templates invoked by user choice

NameDescription
digital_twin_dashboardGet an overview of the global IT infrastructure health dashboard
incident_investigationAnalyze and summarize details for a specific incident
recommendation_reviewGet details on a specific recommendation and advice on whether to approve or reject it
run_simulation_drillGet guidance on triggering a simulated incident drill to test the multi-agent pipeline
sre_post_mortem_generatorGenerates a detailed, SRE-compliant post-mortem report for a resolved incident

Resources

Contextual data attached and managed by the client

NameDescription
datadog-alertsFetch the latest critical Datadog alerts and CPU/Memory metrics
github-actions-failedFetch the latest failed GitHub Actions workflows
jira-sprints-activeFetch active Jira sprints and story point burndown metrics
slack-ops-historyFetch the latest incident notifications sent to the ops Slack channel
audit-trailFetch the tamper-evident, PII-redacted audit trail of all agent actions
Health ChecksCurrent health status of all registered health checks
MonitoringUI component for Monitoring
Security Audit LogsUI component for Security Audit Logs
Engineering HealthUI component for Engineering Health
Kubernetes StateUI component for Kubernetes State
Incident DetailUI component for Incident Detail
RecommendationUI component for Recommendation
List IncidentsUI component for List Incidents
Pagerduty IncidentsUI component for Pagerduty Incidents
System HealthUI component for System Health
Executive ChatUI component for Executive Chat
Agent ActivityUI component for Agent Activity
Trigger IncidentUI component for Trigger Incident
Simulate DisasterUI component for Simulate Disaster
Widget ExamplesProvides metadata and examples for all registered UI widgets

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paarthureddy/TheBlacklisted-NitroStack'

If you have feedback or need assistance with the MCP directory API, please join our Discord server