Skip to main content
Glama

draft_lit_review_v1

Generates a structured literature review draft from a research topic or existing evidence pack, with customizable outline style for academic papers.

Instructions

生成文献综述草稿

基于指定主题或已有证据包,按照学术标准结构组织成综述草稿。

Args: topic: 综述主题/研究问题(如果提供 pack_id 则可选) pack_id: 已有证据包 ID(如果提供则直接使用,不重新检索) k: 检索的相关 chunk 数量(仅当未提供 pack_id 时使用),默认 30 outline_style: 大纲样式,可选 "econ_finance_canonical"(经济金融)或 "general"(通用)

Returns: 综述草稿,包含: - sections: 按结构组织的章节列表 - all_citations: 所有引用的文献信息 - total_sources: 引用的文献总数

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNo
pack_idNo
kNo
outline_styleNoecon_finance_canonical

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden. It describes the generation process but does not disclose if the tool is read-only, any side effects, authentication needs, or rate limits. For a generation tool, more transparency on mutability would be useful.

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 well-structured with a clear purpose statement, parameter list, and return schema. It is concise with no extraneous information. However, mixing Chinese and English could be slightly confusing.

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

Completeness3/5

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

While the description covers parameters and output, it lacks information on error handling, missing behavior when both topic and pack_id are provided, and system prerequisites (e.g., need for pre-existing evidence packs). Given the complexity and lack of annotations, it is not fully complete.

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 description coverage is 0%, so the description compensates well. It explains each parameter's purpose, defaults, and conditional usage (e.g., k only relevant when no pack_id, outline_style options). This adds significant value beyond the raw schema.

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 clearly states it generates a literature review draft based on a topic or existing evidence pack, following academic standards. However, it does not explicitly differentiate from sibling tools like draft_section or generate_review_outline_data_v1.

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

Usage Guidelines3/5

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

The description provides guidance on when to use parameters (e.g., k only when no pack_id, topic optional if pack_id provided), but does not include when to use this tool versus alternatives or explicit prerequisites.

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/h-lu/paperlib-mcp'

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