MCP Scholarly Server
by adityak74
search-arxiv
Search arxiv for articles related to the given keyword.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
}