Skip to main content
Glama

arXiv MCP Server

load_article_to_context

Search and load arXiv.org articles by title into LLM context for analysis or reference. Enables retrieval of full text content for scholarly articles within natural language workflows.

Instructions

Load the article hosted on arXiv.org into context. This tool searches for the article based on its title, retrieves the article content, and loads text content into LLM context.

Args: title: Article title.

Returns: Article as a text string or error message.

Input Schema

NameRequiredDescriptionDefault
titleYes

Input Schema (JSON Schema)

{ "properties": { "title": { "title": "Title", "type": "string" } }, "required": [ "title" ], "title": "load_article_to_contextArguments", "type": "object" }
Install Server

Other Tools from arXiv 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/prashalruchiranga/arxiv-mcp-server'

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