brave_image_search
brave_image_searchSearch for images of people, places, things, design ideas, and art. Specify query, country, language, count, safesearch, and spellcheck parameters.
Instructions
Performs an image search using the Brave Search API. Helpful for when you need pictures of people, places, things, graphic design ideas, art inspiration, and more. When relaying results in a markdown environment, it may be helpful to include images in the results (e.g., ).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The user's search query. Query cannot be empty. Limited to 400 characters and 50 words. | |
| country | No | Search query country, where the results come from. The country string is limited to 2 character country codes of supported countries. | US |
| search_lang | No | Search language preference. The 2 or more character language code for which the search results are provided. | en |
| count | No | Number of results (1-200, default 50). Combine this parameter with `offset` to paginate search results. | |
| safesearch | No | Filters search results for adult content. The following values are supported: 'off' - No filtering. 'strict' - Drops all adult content from search results. | strict |
| spellcheck | No | Whether to spellcheck provided query. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| items | Yes | ||
| count | Yes | ||
| might_be_offensive | Yes | Whether the image might be offensive. |