ShallowCodeResearch_agent_web_search
Perform targeted web searches with structured results, including summaries and URLs, to support in-depth research on specific queries. Part of MCP Hub's AI-driven research workflow.
Instructions
Wrapper for WebSearchAgent to perform web searches. Returns: Web search results with summaries and URLs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No | The search query to execute |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The search query to execute",
"type": "string"
}
},
"type": "object"
}