test_brave_search
Verify Brave Search API functionality by testing the connection and configuration using a default or custom query within the URL Text Fetcher MCP Server.
Instructions
Test the Brave Search API connection and configuration.
Args: query: Test query to search for (default: "test")
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No | test |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"default": "test",
"title": "Query",
"type": "string"
}
},
"title": "test_brave_searchArguments",
"type": "object"
}