resq_mcp.prompts
MCP prompt templates for the ResQ server.re
FastMCPError
mcp
incident_response_plan
- Situation Summary: Analyze current state and severity
- Asset Allocation: Review and assign available resources
- Risk Assessment: Evaluate hazards and constraints
incident_id- The incident identifier to analyze (e.g., “INC-123”).
str- Formatted prompt template with:- Analysis instructions
- Tool references (get_deployment_strategy, resq://drones/active)
- Expected output format
Use Cases:prompt = incident_response_plan(“INC-456”)Use with LLM:
response = llm.complete(prompt)LLM will call tools and produce structured response
- AI-assisted crisis coordination (Spoon OS agent)
- Human operator decision support
- Training scenario generation
- Post-incident plan review
- get_deployment_strategy(incident_id) -> OptimizationStrategy
- resq://drones/active -> Fleet status
- Additional sector/swarm status tools as needed