Remix.run Logo
meander_water 8 days ago

I think you're mixing up tool calling and structured outputs.

You can have both of those or either without MCP.

MCP just standardizes the tool calling and only makes sense if you want to share your tools across the org. I wouldn't use it for simple functions like getting current date for e.g.

zozbot234 8 days ago | parent [-]

You need structured inputs too or you wouldn't know how to constrain/"structure" the output to begin with.