web_search
ActiveTool of com.seqbench/workbench
Search the live web (via Tavily) for information not covered by SeqBench's own tools — recent literature, protocols, vendor/reagent info, general facts. Returns a short synthesized answer (if available) plus ranked source snippets with URLs. This does not run any bioinformatics calculation itself; use the dedicated tools for that.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "The search query."
},
"max_results": {
"type": "number",
"description": "Maximum number of results to return (default 5, max 10)."
}
},
"additionalProperties": false
}Parent server
com.seqbench/workbench
1/7 registries