Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAVE_API_KEY | Yes | Your Brave API key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_brave_with_summary | Search the web using Brave Search API |
| brave_search_summary | 使用Brave搜索引擎搜索网络信息 |
| get_url_content_direct | Get webpage content directly using HTTP request Args:
url (str): The URL to fetch content from
Returns:
str: The webpage content and metadata |
| url_content | 直接获取网页内容 参数:
url (str): 目标网页地址
返回:
str: 网页内容和元数据 |
| search_news | Search news using Brave News API Args:
query (str): The search query for news
Returns:
str: News search results including titles, sources, dates and descriptions |
| search_news_info | 使用Brave新闻API搜索新闻 参数:
query (str): 新闻搜索关键词
返回:
str: 新闻搜索结果,包含标题、来源、日期和描述 |