You're viewing a demo portfolio

Join the waitlist
PRSM

search_arxiv

Active

Tool of STIL Lab Assistant

declared in 1.27.1

Search ArXiv for research papers. Args: query: Search query — keywords, author name, or topic max_results: Maximum number of results to return (1–50) year_from: Only return papers published from this year onwards

Parameters schema

{
  "type": "object",
  "title": "search_arxivArguments",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "title": "Query"
    },
    "year_from": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Year From",
      "default": null
    },
    "max_results": {
      "type": "integer",
      "title": "Max Results",
      "default": 10
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

STIL Lab Assistant

1/7 registries
View full server →
search_arxiv — STIL Lab Assistant — PRSM MCP