Skip to main content
Glama

DeepSearch MCP

by yuemingruoan

deepsearch

Execute broad web searches using the DeepSearch model to retrieve structured results with improved accuracy compared to standard AI search tools, though processing may take longer.

Instructions

使用 DeepSearch 模型执行广域检索并返回结构化结果,拥有比AI Agent内置搜索更好的搜索效果但更耗时,需要平衡需求

Input Schema

NameRequiredDescriptionDefault
filtersNo
localeNo
queryYes
top_kNo

Input Schema (JSON Schema)

{ "properties": { "filters": { "additionalProperties": {}, "default": {}, "type": "object" }, "locale": { "type": "string" }, "query": { "minLength": 1, "type": "string" }, "top_k": { "maximum": 10, "minimum": 1, "type": "integer" } }, "required": [ "query" ], "type": "object" }

Other Tools from DeepSearch MCP

Related Tools

    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/yuemingruoan/DeepSearch-MCP'

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