Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

get_author

Retrieve detailed information about a specific author using their unique ID. Specify fields to customize the returned data, such as publications, citations, and affiliations, via the Semantic Scholar Academic Graph API.

Instructions

Get detailed information about a specific author. Args: author_id: Author ID fields: Comma-separated list of fields to return Returns: Detailed author information

Input Schema

NameRequiredDescriptionDefault
author_idYes
fieldsNo

Input Schema (JSON Schema)

{ "properties": { "author_id": { "title": "Author Id", "type": "string" }, "fields": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Fields" } }, "required": [ "author_id" ], "title": "get_authorArguments", "type": "object" }
Install Server

Other Tools from Semantic Scholar MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SnippetSquid/SemanticScholarMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server