Skip to main content
Glama
by qwang07

search

Query the web with DuckDuckGo to retrieve structured search results, supporting options like region, SafeSearch, and result count for precise and customizable searches.

Instructions

Search the web using DuckDuckGo

Input Schema

NameRequiredDescriptionDefault
optionsNo
queryYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "properties": { "numResults": { "default": 50, "type": "number" }, "region": { "default": "zh-cn", "type": "string" }, "safeSearch": { "default": "MODERATE", "enum": [ "OFF", "MODERATE", "STRICT" ], "type": "string" } }, "type": "object" }, "query": { "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qwang07/duck-duck-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server