search_materials_by_keyword
Search creative copy and labels by keyword, optionally within a game and date range. Return opaque material references and direct video addresses. Keyword length is 2-200 characters. This performs text matching, not arbitrary visual-description vector search. Use search_materials_v2 with query for bilingual concept expansion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results; default 20; maximum 50. | |
| offset | No | Pagination offset; default 0. | |
| date_to | No | End date, YYYY-MM-DD; defaults to today unless explicitly required. | |
| game_id | No | Game token returned by game search, rankings or details. Pass the token unchanged. | |
| keyword | Yes | Search text in the user's original language. Required; 2-200 characters. | |
| sort_by | No | Sort order: heat, latest. The first value is the default. | |
| date_from | No | Start date, YYYY-MM-DD. Follow this tool's required-date and range constraints. | |
| video_type | No | Creative format: 0=image, 1=video, 2=playable. Do not combine with material_type/material_types. |