Skip to main content
Glama
DeyangLiu123

OpenAlex MCP

by DeyangLiu123

resolve_entity

Resolve source, topic, or institution names to their OpenAlex IDs for use in scholarly research queries.

Instructions

把 source/topic/institution 名称解析成 OpenAlex ID。

期刊优先输入 ISSN;会议应按“会议名+年份”(如 INFOCOM 2026)逐年解析, 并同时核对规范名与年份,歧义时不要自动写入配置。USENIX 系会议通常无 OpenAlex source 记录。盘点会议时先 resolve_entity,再把当年 S-id 传给 search_works(venue_ids=[...])。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
entity_typeNosource

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries burden. It notes that USENIX conferences may not have records and warns against auto-writing on ambiguity. However, it does not clarify whether the tool returns multiple candidates or just one, nor details about rate limits or side effects.

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

Conciseness4/5

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

The description is moderately detailed but each sentence contributes meaning. It is front-loaded with the core purpose and structured logically. A bit lengthy but not verbose.

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?

With 3 optional parameters and an output schema existing, the description covers key usage scenarios (journals, conferences, institutions). It provides workflow integration with search_works. Minor gaps remain for other entity_types and error handling.

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

Parameters3/5

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

Schema coverage is 0%, so description must compensate. It implicitly explains that 'query' should contain ISSN for journals and 'conference name+year' for conferences, but does not explicitly describe 'limit' or 'entity_type' beyond default usage. Adds some value but not full coverage.

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 explicitly states the tool resolves source/topic/institution names to OpenAlex IDs, which is a specific verb-resource combination. It distinguishes from sibling tools like search_works or get_work by focusing on entity name resolution.

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

Usage Guidelines5/5

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

Provides explicit guidance: journals prefer ISSN input, conferences should be queried as 'conference name+year', USENIX often lacks records, and advises when to avoid auto-writing. Includes a workflow linking to search_works.

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/DeyangLiu123/openalex-mcp'

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