Recommend the right LLC package
recommend_llc_packageGiven the US state, whether the LLC has more than one member, and which services the user needs, returns the appropriate package and explains why. Read-only: it does not create anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| estado | No | US state where the LLC will be formed. E.g. "Wyoming", "WY", "Delaware". | |
| multimember | No | true if the LLC has more than one member. | |
| quiere_account_manager | No | true if the user wants a dedicated account manager. | |
| quiere_declaracion_federal | No | true if the user wants the federal tax filing (1120+5472 or 1065) included. | |
| quiere_renovacion_incluida | No | true if the user wants the annual renewal and Annual Report included. |