ArXiv Scout
arxiv_list_categories
Browse the arXiv category taxonomy.
Remote shawnnygoh/arxiv-scout
Other tools also called arxiv_list_categories?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"group": {
"type": "string",
"description": "An optional arXiv group code (e.g., 'cs') or a natural language search term (e.g., 'robotics')."
},
"output_format": {
"enum": [
"markdown",
"json"
],
"type": "string",
"default": "markdown",
"description": "The desired output format for the category list."
}
}
}