Skip to main content
Glama

Jina AI Remote MCP Server

by acchuang

search_web

Find up-to-date web content, news, articles, and websites using specific search terms. Apply filters like time, location, and language to retrieve relevant results for research, queries, or resource discovery.

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" }

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/acchuang/jina-mcp'

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