Skip to main content
Glama
dopawei

academic-mcp

by dopawei

get_wos_detail

Retrieves the complete record of a Web of Science paper, including title, authors, abstract, keywords, DOI, citations, and funding information from a WoS detail page URL.

Instructions

获取 Web of Science 论文的完整记录。

Args: url: WoS 论文详情页 URL(来自 search_wos 的结果)

Returns: JSON 格式的论文完整记录(标题/作者/摘要/关键词/DOI/被引/基金等)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes the return format (JSON with key fields) but does not disclose behavioral traits like idempotency, authentication needs, or error handling.

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 concise and front-loaded with the purpose. It efficiently includes argument and return information in two sentences without extraneous content.

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

Completeness5/5

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

Given the tool has one parameter and an output schema is present, the description sufficiently explains the tool's purpose, input, and output. It is complete for the agent to understand and invoke correctly.

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?

The input schema has a single 'url' parameter with no description. The tool description explains it is a WoS detail page URL from search_wos results, adding meaningful context beyond the schema.

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 clearly states the tool retrieves the full record of a Web of Science paper, specifying the input (URL from search_wos) and output fields. It distinguishes itself from siblings like search_wos by focusing on detail retrieval.

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?

The description indicates the URL should come from search_wos results, providing clear usage context. However, it does not explicitly mention when not to use or compare to alternative tools like get_paper_detail.

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/dopawei/academic-mcp'

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