Skip to main content
Glama
Wang-JQ77

deepseek-litresearch

by Wang-JQ77

search_literature

Search scientific literature across multiple academic databases and retrieve normalized metadata with abstracts. Set query, sources, and limit to filter results.

Instructions

跨源检索科学文献,返回归一化后的元数据 + 摘要。

Args: query: 检索关键词(如 "GLP-1 receptor agonists neuroprotection")。 sources: 要查询的数据源,默认全部:["europepmc", "semanticscholar", "arxiv"]。 limit: 每个源最多返回条数。 mode: "fast"(元数据+摘要)或 "deep"(含全文,M2 里程碑实现)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNofast
limitNo
queryYes
sourcesNo
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does disclose core behavior: it searches multiple sources, normalizes metadata, returns metadata plus abstracts, and offers a deep mode with full text. It does not mention rate limits, errors, or explicit read-only confirmation, but for a search tool the stated output and mode behavior are substantive.

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 purpose statement is front-loaded in one sentence, followed by a compact Args block. Every line adds information about a parameter or behavior, and there is no redundant filler.

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 four-parameter search tool with no output schema and no annotations, the description covers inputs, defaults, output content, and mode behavior. It is slightly incomplete in not relating this tool to sibling read/deep-research workflows, but it gives an agent enough to invoke it correctly in isolation.

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

Parameters5/5

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

Schema description coverage is 0%, and the description compensates fully: query gets an example, sources are enumerated with a default, limit is defined as per-source maximum, and mode is explained semantically. This adds real meaning beyond the bare JSON Schema property names and defaults.

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

Purpose4/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 ('跨源检索科学文献') and states the return value (normalized metadata + abstracts). It is clearly about cross-source search, but it does not explicitly compare itself with sibling tools such as read_paper or deep_research, so it stops short of full sibling differentiation.

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

Usage Guidelines2/5

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

The Args block explains how to issue a query, but there is no guidance on when to choose search_literature instead of a sibling like read_paper, get_citations, or deep_research. The mode options distinguish fast vs deep internally but do not route the agent between this tool and alternatives.

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

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/Wang-JQ77/dsh-litresearch'

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