lookup_arxiv
ActiveTool of GoCreative Agent API
declared in 1.27.1
Search arXiv for recent papers matching a query (title, authors, abstract, PDF link). Use for ML/AI research agents and literature review. Example call: {"query": "diffusion transformer"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_arxivArguments",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"title": "Query"
}
}
}Parent server
GoCreative Agent API
1/7 registries