web_search
Perform web searches directly from the MCP Server to retrieve accurate information for LLM interactions in the continue.dev environment. Ideal for enhancing context-aware responses.
Instructions
Search the web for information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "web_searchArguments",
"type": "object"
}