search
Search DuckDuckGo to find web results and information using queries. Returns formatted search results for research and information gathering.
Instructions
Search DuckDuckGo and return formatted results.
Args:
query: The search query string
max_results: Maximum number of results to return (default: 10)
ctx: MCP context for logging
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_results | No | ||
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"max_results": {
"default": 10,
"title": "Max Results",
"type": "integer"
},
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}