Skip to main content
Glama

mcp-jina-ai

search_web

Query and retrieve web results using Jina AI's search API, offering flexible formats like markdown, text, or HTML, and options for image handling.

Instructions

Search the web using Jina AI's search API

Input Schema

NameRequiredDescriptionDefault
countNo
queryYes
retain_imagesNonone
return_formatNomarkdown
with_generated_altNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 5, "type": "number" }, "query": { "type": "string" }, "retain_images": { "default": "none", "enum": [ "none", "all" ], "type": "string" }, "return_format": { "default": "markdown", "enum": [ "markdown", "text", "html" ], "type": "string" }, "with_generated_alt": { "default": true, "type": "boolean" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-jina-ai

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

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