Under the hood
claude.ai content-search tool no longer always defers loading its schema
What
The tool that searches claude.ai content (used for discovery by keyword) previously always deferred loading its schema. It now only defers when the schema wasn't already loaded up front, via a conditional check rather than a fixed setting.
Why
This avoids unnecessarily deferring the tool's schema when it's already available, which can make the tool ready sooner in cases where its schema was preloaded.