{"name":"paper-finder","description":"Paper finder agent that searches the scientific literature and returns ranked papers.","supportedInterfaces":[{"url":"/api/3/a2a","protocolBinding":"JSONRPC","protocolVersion":"1.0"}],"version":"1.0.0","capabilities":{"streaming":true,"pushNotifications":false},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"paper-finder-interactive-search","name":"Paper Finder Interactive Search","description":"Async paper search over Semantic Scholar with progress reporting and structured results. Submit a natural-language query; receive step updates via SSE and a final paper-finder-search-result artifact.","tags":["search","papers","literature"],"examples":["{\"type\": \"object\", \"required\": [\"query\"], \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"Paper search query in natural language\"}, \"operation_mode\": {\"type\": \"string\", \"enum\": [\"infer\", \"fast\", \"diligent\"], \"default\": \"infer\", \"description\": \"Controls breadth/recall vs latency for broad searches. 'fast' runs a single-pass broad search; 'diligent' runs the full multi-iteration broad search for higher recall at higher latency; 'infer' lets the agent pick based on the query (default).\"}}}"]}]}