Skip to main content
Glama

Jina AI Remote MCP Server

Official
by jina-ai

parallel_search_arxiv

Conduct multiple arXiv searches simultaneously to explore diverse research angles and methodologies, enabling comprehensive academic coverage and efficient exploration of multiple research directions.

Instructions

Run multiple arXiv searches in parallel for comprehensive research coverage and diverse academic angles. For best results, provide multiple search queries that explore different research angles and methodologies. You can use expand_query to help generate diverse queries, or create them yourself. 💡 Use this when you need to explore multiple research directions simultaneously for efficiency.

Input Schema

NameRequiredDescriptionDefault
searchesYesArray of arXiv search configurations to execute in parallel (maximum 5 searches for optimal performance)
timeoutNoTimeout in milliseconds for all searches

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "searches": { "description": "Array of arXiv search configurations to execute in parallel (maximum 5 searches for optimal performance)", "items": { "additionalProperties": false, "properties": { "num": { "default": 30, "description": "Maximum number of academic papers to return, between 1-100", "type": "number" }, "query": { "description": "Academic search terms, author names, or research topics", "type": "string" }, "tbs": { "description": "Time-based search parameter, e.g., 'qdr:h' for past hour", "type": "string" } }, "required": [ "query" ], "type": "object" }, "maxItems": 5, "type": "array" }, "timeout": { "default": 30000, "description": "Timeout in milliseconds for all searches", "type": "number" } }, "required": [ "searches" ], "type": "object" }

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