Skip to main content
Glama

generate_review_outline_data_v1

Generate a reproducible literature review outline from a topic or community IDs. Write the structured sections to the database.

Instructions

生成综述大纲(确定性,无 LLM)

从 topic 或 comm_ids 生成可复现的综述大纲结构,写入数据库。

Args: topic: 综述主题(与 comm_ids 二选一) comm_ids: 社区 ID 列表(与 topic 二选一) outline_style: 大纲样式,默认 "econ_finance_canonical" rebuild: 是否重建已存在的大纲,默认 False

Returns: outline_id, topic, sections 列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNo
comm_idsNo
outline_styleNoecon_finance_canonical
rebuildNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses deterministic behavior ('无 LLM'), database write, rebuild flag for overwriting, and a clear return structure. This provides good transparency beyond the schema.

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 very concise: a brief purpose sentence, then Args and Returns sections. No wasted words, well-structured, and front-loaded with the core purpose.

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 an output schema, the description does not need to detail return values, but it does. It covers all aspects: input choices, behavior, output. Complete for a straightforward tool.

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 coverage is 0%, so description must compensate. It adds meaning for all four parameters: topic and comm_ids are mutually exclusive, outline_style has a default, rebuild is a boolean. The return value is also described.

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 it generates a reproducible review outline ('生成综述大纲(确定性,无 LLM)') from a topic or comm_ids, distinguishing it from potential LLM-based alternatives. The verb 'generate' and resource 'review outline' are specific.

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 explains the two mutually exclusive inputs (topic or comm_ids) and optional parameters (outline_style, rebuild). It does not explicitly state when not to use or compare to siblings, but the context is clear enough for an agent to decide.

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