brave_search
Search Brave for relevant links by entering a query, enabling quick access to web data through the LSD MCP Server integration.
Instructions
Search Brave for possibly relevant links to a query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}