Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEMANTIC_SCHOLAR_API_KEY | No | Your Semantic Scholar API key for accessing the Semantic Scholar API. Sign up at https://www.semanticscholar.org/product/api |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| semantic_scholar_search_papers | Search for academic papers. Supports boolean operators (AND, OR, NOT), phrase search with quotes. |
| semantic_scholar_get_paper | Get paper details. Accepts: S2 ID, DOI:xxx, ARXIV:xxx, PMID:xxx, CorpusId:xxx |
| semantic_scholar_search_authors | Search for academic authors by name. |
| semantic_scholar_get_author | Get author profile with optional publications list. |
| semantic_scholar_recommendations | Get paper recommendations based on a seed paper. |
| semantic_scholar_bulk_papers | Retrieve multiple papers in a single request (max 500). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |