search_entities_tool
Use search_entities_tool for broad discovery from natural-language questions, especially before drilling into one entity.
#Signature
search_entities_tool(query, entity_types=null, platform=null, limit=10, min_score=0.03, refresh=false) -> JSON string
#Notes
- for images and uploaded files, search
Messageentities rather thanDocument - results contain bounded content snippets and set
content_truncatedwhen shortened;
use get_entity_tool for full stored content
refresh=trueallows connector-owned presentation metadata, such as temporary
attachment URLs, to be refreshed before returning; it does not replace a targeted source fetch for stale content