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
Name | Required | Description | Default |
---|---|---|---|
title | Yes |