Skip to main content
Glama

ArxivSearcher MCP Server

by emi-dm

export_search_results

Export search results from arXiv to formats like BibTeX, CSV, JSON, or Markdown for easier organization and analysis. Specify filename and save path for customized output.

Instructions

Export search results to various formats.

results: Results from search_papers or other search functions format: Export format ('bibtex', 'csv', 'json', 'markdown') filename: Output filename (without extension) save_path: Directory to save the file (default: current directory)

Input Schema

NameRequiredDescriptionDefault
filenameNo
formatNobibtex
resultsYes
save_pathNo

Input Schema (JSON Schema)

{ "properties": { "filename": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filename" }, "format": { "default": "bibtex", "title": "Format", "type": "string" }, "results": { "additionalProperties": true, "title": "Results", "type": "object" }, "save_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Save Path" } }, "required": [ "results" ], "type": "object" }
Install Server

Other Tools from ArxivSearcher 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/emi-dm/Arxiv-MCP'

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