{"profile":"opsdeck","serverInfo":{"name":"Opsdeck Control","version":"1.0.0"},"protocol":"MCP over JSON-RPC 2.0","transport":{"endpoint":"https://opsdeck-iota.vercel.app/mcp","method":"POST","contentType":"application/json"},"capabilities":{"tools":{},"prompts":{},"resources":{}},"tools":[{"name":"build_runbook","description":"Build a runbook outline for a system or process.","inputSchema":{"type":"object","properties":{"system":{"type":"string","description":"System, workflow, or process name"}},"required":["system"]}},{"name":"triage_incident","description":"Draft an incident triage note from a short report.","inputSchema":{"type":"object","properties":{"incident":{"type":"string","description":"Incident description"}},"required":["incident"]}},{"name":"draft_status","description":"Draft a polished status update from raw notes.","inputSchema":{"type":"object","properties":{"update":{"type":"string","description":"Raw update notes"}},"required":["update"]}},{"name":"workflow_score","description":"Score a workflow and suggest improvements.","inputSchema":{"type":"object","properties":{"workflow":{"type":"string","description":"Workflow to evaluate"}},"required":["workflow"]}},{"name":"multi_agent","description":"Run the coordinator, auditor, and closer chain.","inputSchema":{"type":"object","properties":{"task":{"type":"string","description":"Operational task to coordinate"}},"required":["task"]}}],"prompts":[{"name":"incident_review","description":"Prompt template for reviewing a live or recent incident.","arguments":[{"name":"severity","description":"Incident severity or urgency","required":false}]},{"name":"launch_plan","description":"Prompt template for feature launch planning.","arguments":[{"name":"feature","description":"Feature or release name","required":false}]}],"resources":[{"uri":"resource://opsdeck/queue-snapshot","name":"queue_snapshot","description":"Mock support and delivery queue overview.","mimeType":"application/json"},{"uri":"resource://opsdeck/release-notes","name":"release_notes","description":"Recent release notes and follow-up tasks.","mimeType":"application/json"}]}