Skip to main content
Glama

Jina AI Remote MCP Server

Official
by jina-ai

search_web

Search the web for up-to-date information, news, articles, and websites. Use this tool to research topics, find specific resources, or discover relevant content by entering keywords, location, or time-based parameters.

Instructions

Search the entire web for current information, news, articles, and websites. Use this when you need up-to-date information, want to find specific websites, research topics, or get the latest news. Ideal for answering questions about recent events, finding resources, or discovering relevant content.

Input Schema

NameRequiredDescriptionDefault
glNoCountry code, e.g., 'dz' for Algeria
hlNoLanguage code, e.g., 'zh-cn' for Simplified Chinese
locationNoLocation for search results, e.g., 'London', 'New York', 'Tokyo'
numNoMaximum number of search results to return, between 1-100 (default: 30)
queryYesSearch terms or keywords to find relevant web content (e.g., 'climate change news 2024', 'best pizza recipe')
tbsNoTime-based search parameter, e.g., 'qdr:h' for past hour, can be qdr:h, qdr:d, qdr:w, qdr:m, qdr:y

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "gl": { "description": "Country code, e.g., 'dz' for Algeria", "type": "string" }, "hl": { "description": "Language code, e.g., 'zh-cn' for Simplified Chinese", "type": "string" }, "location": { "description": "Location for search results, e.g., 'London', 'New York', 'Tokyo'", "type": "string" }, "num": { "description": "Maximum number of search results to return, between 1-100 (default: 30)", "type": "number" }, "query": { "description": "Search terms or keywords to find relevant web content (e.g., 'climate change news 2024', 'best pizza recipe')", "type": "string" }, "tbs": { "description": "Time-based search parameter, e.g., 'qdr:h' for past hour, can be qdr:h, qdr:d, qdr:w, qdr:m, qdr:y", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Jina AI Remote MCP Server

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/jina-ai/MCP'

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