Feishu Web Search Tool
Single tool feishu_search with action parameter for web search and content extraction.
Actions
Web Search
{ "action": "search", "query": "latest TypeScript 5.x features" }
With options:
{
"action": "search",
"query": "AI regulation 2026",
"max_results": 10,
"search_depth": "advanced",
"topic": "news",
"days": 7
}
Returns: AI-generated answer + ranked sources with relevance scores.
Extract URL Content
{ "action": "extract", "urls": ["https://example.com/article"] }
Multiple URLs:
{ "action": "extract", "urls": ["https://example.com/a", "https://example.com/b"] }
Returns: Raw content extracted from each URL.
Parameters
Search
query(required): Search query stringmax_results: Number of results, 1-20 (default: 5)search_depth:basic(fast, default) oradvanced(slower, more comprehensive)topic:general(default) ornews(current events)days: For news topic, limit to last n days
Extract
urls(required): Array of URLs to extract content from
Usage Tips
- Use
search_depth: "advanced"for complex research questions - Use
topic: "news"withdaysfor time-sensitive current events - Use
extractwhen you need full page content from a known URL - Default
basicsearch is fast and sufficient for most queries
Configuration
channels:
feishu:
tools:
search: true # default: true