mcp-simple-arxiv

list_categories

List all available arXiv categories and how to use them in search

Input Schema

NameRequiredDescriptionDefault
primary_categoryNoOptional: filter by primary category (e.g., 'cs' for Computer Science)

Input Schema (JSON Schema)

{ "properties": { "primary_category": { "description": "Optional: filter by primary category (e.g., 'cs' for Computer Science)", "type": "string" } }, "type": "object" }