Linkup
linkup-search
Search the web in real time using Linkup to retrieve current information, facts, and news from trusted sources. Use this tool for: real-time data (weather, stocks, sports scores, events), breaking news, current events, recent research, product information, up-to-date prices, schedules, and any information not available in your knowledge base. Returns comprehensive content from the most relevant sources.
Remote LinkupPlatform/linkup-mcp-server
Other tools also called linkup-search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"depth": {
"enum": [
"standard",
"deep"
],
"type": "string",
"default": "standard",
"description": "The search depth to perform. Use \"standard\" for queries with direct answers, \"deep\" for complex research requiring analysis across multiple sources."
},
"query": {
"type": "string",
"description": "Natural language search query. Full questions work best, e.g., \"How does the new EU AI Act affect startups?\""
},
"includeImages": {
"type": "boolean",
"default": false,
"description": "Allows you to receive image results alongside text results in your search responses. When set to true, Linkup will return relevant images related to your query, each with a URL and metadata."
}
}
}