MCP tools
emfirge_list_branches
List isolated infrastructure branches, optionally filtered by their base analysis.
Parameters
base_analysis_id: string · optional
MCP ask / arguments
{ "base_analysis_id": "analysis_123" }
Returns
The response is JSON shaped for the operation. The fields and semantics are described below.
JSON response
[{ "branch_id": "branch_456", "name": "restrict-public-access", "status": "open", "base_analysis_id": "analysis_123", "num_changes": 1 }]
Validation, behavior, and limits
Omit base_analysis_id to list all branches. Each item reports branch_id, name, status, base_analysis_id, and num_changes, the number of ordered modeled changes.
Listing is read-only and does not affect AWS.
Based on the Emfirge MCP and engine source.View source