Trend Boards Stay Put, Search Stays Fast
Fixed an issue where newly created topical trend boards could disappear from the library, and added input guardrails to exact_match_search to prevent timeouts on broad queries.
Fix: Trend boards no longer disappear after creation
If you created a topical trend board recently and noticed it briefly appearing in your library before vanishing, that's been fixed. The library was sorting boards by the data window start date — which on topical runs can be weeks or months in the past — instead of when the board was actually created. New boards got buried below older entries and dropped off the visible page. Now boards are sorted by creation date, so your latest runs always show up at the top where you'd expect them.
Smarter limits for exact_match_search
The exact_match_search MCP tool now caps input at 3 must and mustNot items, with OR-groups limited to 4 phrases each. Overly broad queries were occasionally causing search timeouts — these guardrails keep results fast and reliable while still covering the most effective search patterns. The tool also now searches captions and transcripts only; use creator_discovery for creator lookups.