Skip to main content
Glama
ckgerteis

semantic-scholar-mcp

by ckgerteis

s2_search_authors

Read-onlyIdempotent

Search for authors by name to retrieve academic profiles with affiliations, paper count, citation count, and h-index.

Instructions

Search for authors by name. Returns the unified envelope; each item is an author record (record_type author) with affiliations, paper count, citation count and h-index in extra.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds useful context beyond these annotations by explaining the return envelope structure, the per-item record_type, and which metrics appear in extra. This gives the agent a clearer picture of the operation's output without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences with the core purpose front-loaded. It avoids repetition of the tool name and every sentence adds specific information about behavior or return structure. No filler or redundant content is present.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple search tool with strong annotations and an output schema, the description is nearly complete: it covers the action, the entity type, and the key return fields. It could be slightly more complete by acknowledging pagination behavior, though the schema already defines limit and offset. Overall, an agent can invoke this tool correctly with high confidence.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description only partially addresses parameters by indicating the query is an author name. It does not compensate for the 0% schema description coverage: limit and offset are not mentioned, and there is no guidance on pagination or result sizing. The schema itself provides descriptions for these fields, but the tool description carries little semantic weight for them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Search for authors by name.' It clearly differentiates this from sibling search tools like s2_search_papers by stating the exact entity type returned and even notes the record_type as author. This is unambiguous and immediately actionable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage context is implied: use this when you need to find authors by name. However, the description does not explicitly mention alternatives or conditions for choosing this tool over s2_get_author or s2_author_papers. There is no clear when-not-to-use guidance, so it falls short of a stronger score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/ckgerteis/semantic-scholar-mcp'

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