Closed
Description
Strict tool calling significantly improves OpenAI's ability to send proper payloads to JSON tools. Unfortunately, MCP tools always use non strict tool calling in the Agents SDK, increasing the likelihood that bad data will be sent over the wire. Not all MCP schemas play nicely with strict tool callings current limitations, but when the schema is supported, but it would be nice to be able to opt into strict tool calling when the schema is supported.