List Infrastructure Stacks
Use the list_stacks MCP tool to retrieve all stacks from the formae agent.
Workflow
- •Call
list_stacks(no parameters needed) - •Present stacks with their label, description, and resource count
- •If the user wants to drill into a specific stack, use
list_resourceswithstack:<name>
What is a Stack?
A stack is a logical grouping of resources with referential integrity. Destroying one resource in a stack may cascade to dependent resources. The default stack is "default". Unmanaged resources discovered by the agent live on the "unmanaged" stack.