Brave Search MCP

by mikechao
Verified
GPL 3.0
94
1
  • Linux
  • Apple

brave_video_search

Search for video content using Brave Search API, retrieving up to 20 results with titles, URLs, and descriptions for tutorials or media queries.

Instructions

Searches for videos using the Brave Search API. Use this for video content, tutorials, or any media-related queries. Returns a list of videos with titles, URLs, and descriptions. Maximum 20 results per request.

Input Schema

NameRequiredDescriptionDefault
countNoThe number of results to return, minimum 1, maximum 20
queryYesThe term to search the internet for videos of

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 10, "description": "The number of results to return, minimum 1, maximum 20", "maximum": 20, "minimum": 1, "type": "number" }, "query": { "description": "The term to search the internet for videos of", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Brave Search MCP

Related Tools

ID: kku1cfh7ea