Skip to main content
Glama
brave

Brave Search MCP Server

Official

brave_image_search

brave_image_search

Searches for images using Brave Search API. Useful for finding pictures of people, places, design ideas, and art inspiration.

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., ![image.title](image.properties.url)).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of results (1-200, default 50). Combine this parameter with `offset` to paginate search results.
queryYesThe user's search query. Query cannot be empty. Limited to 400 characters and 50 words.
countryNoSearch query country, where the results come from. The country string is limited to 2 character country codes of supported countries.US
safesearchNoFilters search results for adult content. The following values are supported: 'off' - No filtering. 'strict' - Drops all adult content from search results.strict
spellcheckNoWhether to spellcheck provided query.
search_langNoSearch language preference. The 2 or more character language code for which the search results are provided.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
countYes
itemsYes
might_be_offensiveYesWhether the image might be offensive.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Describes the basic function but does not elaborate on behavior beyond search, such as rate limits or data sources. The openWorldHint annotation is consistent, but the description adds minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences that are direct and front-loaded. First sentence states purpose, second adds a practical usage tip. No unnecessary words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema and simple tool function, the description is adequately complete. The markdown usage tip adds value, though it could mention result format details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the tool description adds no new information about parameters. The baseline of 3 is appropriate as it neither enhances nor detracts from parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it performs image searches using the Brave Search API and provides examples of use cases. Does not explicitly compare to sibling tools, but the distinction from web, video, and other searches is obvious.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides positive usage cues (e.g., for pictures, art inspiration) but lacks explicit guidance on when not to use it or mention of alternative tools. Relies on sibling context for differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brave/brave-search-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server