Skip to main content
Glama

Author Profile

author-profile
Read-only

Look up a researcher on OpenAlex to get their works count, citations, h-index, affiliation, ORCID, and top papers. Use to assess author expertise and find key publications.

Instructions

Look up a researcher on OpenAlex and return their profile: works count, total citations, h-index, last-known affiliation, ORCID, and their most-cited works. Use to gauge a source author's expertise and track record, or to find a researcher's key papers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe researcher's name (or ORCID) to look up.
works_limitNoHow many top works to list (1-25).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
foundYes
worksYes
authorNo
Behavior4/5

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

Annotations already signal readOnly and openWorld, and the description adds behavioral context by listing the exact returned data elements (e.g., h-index, ORCID, most-cited works). This goes beyond the annotation's safety profile, though it doesn't discuss ambiguity resolution for common names or pagination behavior.

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?

Two sentences, front-loaded with the core function and value, then a compact list of outputs and use cases. No filler or redundancy.

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?

Given the output schema exists (return values are handled elsewhere), the description sufficiently covers the tool's purpose, key behaviors, and typical use. It doesn't mention potential edge cases like ambiguous author names, but the existing schema and annotations make this adequate.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds meaning by clarifying that works_limit refers to 'most-cited works,' which sharpens the schema's vague 'top works.' The name parameter is already well-documented in the schema, so the description provides a small but meaningful improvement.

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 uses a specific verb ('Look up a researcher') and clearly identifies the resource (OpenAlex) and the output fields (works count, citations, h-index, affiliation, ORCID, most-cited works), distinguishing it from sibling tools like search-literature or citation-graph.

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

Usage Guidelines4/5

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

Explicitly states when to use the tool ('to gauge a source author's expertise and track record, or to find a researcher's key papers'), giving clear context. It doesn't name alternative tools or exclusions, but the use cases are sufficiently distinct.

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

Install Server

Other Tools

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/simonives/research_mcp'

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