Skip to main content
Glama
nazerim

brave-answers-mcp

by nazerim

research_submit

Submit a deep web research job for explicit deep research requests. Returns a research_id immediately; the job runs in the background for later result retrieval.

Instructions

Submit a Brave Answers RESEARCH job: multi-iteration web research (~90-300s). Cost ≈ $0.07 × queries actually run (narrow ≈ $0.07, broad ≈ $0.77, full 20-query runs can exceed $1) — only use when the user explicitly requests deep research. Returns a research_id immediately; the job runs in the background. Poll with research_status and fetch the deliverable with research_result once completed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe research question
countryNoTarget country, e.g. us, gb, de
languageNoResponse language, e.g. en, de, fr
research_allow_thinkingNoAllow the model to think between iterations (default true)
research_maximum_number_of_queriesNoMax total search queries across the run (default 20)
research_maximum_number_of_secondsNoTime budget in seconds (default 180, max 300; soft target — wall-clock can exceed it)
research_maximum_number_of_iterationsNoMax research iterations (default 4)
research_maximum_number_of_tokens_per_queryNoMax context tokens per search query (default 8192)
research_maximum_number_of_results_per_queryNoSearch results fetched per query (default 60)
Behavior5/5

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

With no annotations provided, the description carries full responsibility. It discloses runtime (~90-300s), cost formula with concrete examples, asynchronous behavior (returns research_id immediately, runs in background), and the polling/fetching workflow. This is above and beyond what an annotation would typically provide, and gives the agent a realistic cost/benefit picture.

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

Conciseness4/5

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

The description is information-dense but each clause earns its place: purpose, duration, cost, usage constraint, async behavior, and follow-up steps. The cost details are slightly lengthy but valuable for decision-making. No filler 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 complexity (9 params, async, cost), the description covers the critical operational context: when to use, how long it takes, how much it costs, what it returns initially, and how to get the final result. It does not cover failure handling or cancellation, but with no output schema and strong sibling tool descriptions, this is a minor gap.

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 coverage is 100%, so the baseline is 3. The description does not elaborate on individual parameters but does add cost-related context (e.g., 'full 20-query runs can exceed $1' connects to research_maximum_number_of_queries). This provides marginal added meaning beyond the schema.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Submit a Brave Answers RESEARCH job'. It clearly distinguishes this from the sibling tools by naming research_status and research_result as follow-up steps, and contrasts with the quick 'answers' tool. The scope (multi-iteration web research) is explicit.

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

Usage Guidelines5/5

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

The description gives an explicit usage condition: 'only use when the user explicitly requests deep research'. It also tells the agent what happens after submission (poll with research_status, fetch with research_result), effectively guiding when to use this tool versus its siblings. This meets the 'explicit when/when-not/alternatives' bar.

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/nazerim/brave-answers-mcp'

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