Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

semantic_scholar_author_search

Search for authors and their published papers on Semantic Scholar using a name query and customizable result limits, integrating with Open Search MCP's research tools.

Instructions

Search for authors and their papers on Semantic Scholar

Input Schema

NameRequiredDescriptionDefault
authorNameYesAuthor name to search for
maxResultsNoMaximum number of papers to return (1-50)

Input Schema (JSON Schema)

{ "properties": { "authorName": { "description": "Author name to search for", "type": "string" }, "maxResults": { "default": 10, "description": "Maximum number of papers to return (1-50)", "maximum": 50, "minimum": 1, "type": "number" } }, "required": [ "authorName" ], "type": "object" }

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/flyanima/open-search-mcp'

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