What is your goal?
I have been tinkering with using Make’s MCP server for things like building simple scenarios efficiently, But it’s like, 10x slower than me just building the scenario myself, because there is no good feedback loop.
What is everyone’s experience with using Make’s MCP tools as a whole?
What is the problem & what have you tried?
I connected to ChatGPT via OAuth, and that part works fine. I’m running into a huge efficiency problem though because there’s no endpoint/tool to get the actual details from an execution, so there is almost no feedback loop about whether the scenario actually works or works properly.
The best I’ve been able to do is to instruct it to put a scenario output step and put all the outputs from all the steps in there. But even that doesn’t work for modules (like HTTP steps) where the output schema isn’t defined.