OpenAI API adds on-demand Tool Search
OpenAI introduced Tool Search in the API so agents can defer large tool definitions and load only the tools needed at runtime. This reduces up-front context bloat, helps token efficiency and cache preservation, and currently works on GPT-5.4+ models.
This is a practical agent-engineering upgrade: it turns tool discovery into a runtime primitive instead of a prompt-tax developers pay every call.
- –Tool Search supports deferred functions, namespaces, and MCP servers, so teams can keep tool catalogs large without always paying full schema cost.
- –Hosted and client-executed modes cover both simple setups and dynamic tenant/project-specific tool loading patterns.
- –OpenAI’s guidance to group tools into clear namespaces suggests retrieval quality matters as much as raw token savings.
- –Official docs: https://developers.openai.com/api/docs/guides/tools-tool-search and SDK guidance: https://openai.github.io/openai-agents-python/tools/
DISCOVERED
72d ago
2026-03-17
PUBLISHED
72d ago
2026-03-17
RELEVANCE
AUTHOR
Prompt Engineering