Skip to main content
Glama
drAbreu

OpenAlex Author Disambiguation MCP Server

by drAbreu

retrieve_author_works

Retrieve an author's scholarly works from OpenAlex with filtering by citations, publication year, work type, and peer-review status for academic research and validation.

Instructions

Enhanced MCP tool wrapper for retrieving author works with flexible filtering.

Args: author_id: OpenAlex Author ID (e.g., 'https://openalex.org/A123456789') limit: Maximum number of results (default: None = ALL works via pagination, max: 2000) order_by: Sort order - "date" for newest first, "citations" for most cited first publication_year: Filter by specific publication year type: Filter by work type (e.g., "journal-article", "letter") journal_only: If True, only return journal articles and letters (default: True) min_citations: Only return works with at least this many citations peer_reviewed_only: If True, apply balanced peer-review filters (default: True)

Returns: dict: Serialized OptimizedWorksSearchResponse with author's works.

Usage Patterns: # For AI validation (sample of high-impact works) retrieve_author_works(author_id, limit=20, order_by="citations")

# For complete benchmark evaluation (ALL works, minimal filtering) retrieve_author_works(author_id, peer_reviewed_only=False, journal_only=False) # For peer-reviewed works only (default behavior) retrieve_author_works(author_id)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
author_idYes
limitNo
order_byNodate
publication_yearNo
typeNo
journal_onlyNo
min_citationsNo
peer_reviewed_onlyNo

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/drAbreu/alex-mcp'

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