1. Receive user request for Polymarket data or order management.
2. Parse the request to extract relevant parameters (market, order details, action).
3. Construct the appropriate `grimoire venue polymarket` command.
4. Execute the command using the Grimoire CLI.
5. Parse the JSON output from the CLI.
6. Format the output into a human-readable response.
7. Return the response to the user.