Skip to main content
Glama

draft_section

Generates a specific section of a literature review from an evidence pack. Choose section type and outline style for iterative drafting of targeted content.

Instructions

生成综述特定章节

基于证据包,只生成指定章节的内容。适合迭代写作某个特定部分。

Args: pack_id: 证据包 ID section: 章节类型,如 "methodology"、"findings"、"gaps" 等 outline_style: 大纲样式,默认 "econ_finance_canonical"

Returns: 章节内容和引用列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pack_idYes
sectionYes
outline_styleNoecon_finance_canonical

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 discloses that the tool generates section content and a reference list ('返回章节内容和引用列表'), but does not specify whether the operation is read-only or has side effects (e.g., saving state). The lack of safety or permission context is a gap, but the description accurately outlines core behavior without contradiction.

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 (few lines) and well-structured: a one-sentence summary, followed by Args and Returns sections. It is front-loaded with the main purpose, and every sentence adds value without redundancy. The format is efficient for quick parsing.

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?

Given the tool's moderate complexity (3 parameters, output schema exists), the description covers the main workflow, parameters, and return type. It lacks explicit mention of preconditions (e.g., evidence pack must exist) or behavior beyond generation, but overall it is sufficiently complete for an AI agent to use correctly. The presence of an output schema reduces the need to detail return values.

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%, but the description includes an Args section that adds meaning: 'pack_id' is identified as evidence pack ID, 'section' as a chapter type with examples like 'methodology', and 'outline_style' with a default value and example 'econ_finance_canonical'. This significantly compensates for the bare schema, though not all possible values for 'section' are enumerated.

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 generates a specific section of a literature review based on an evidence pack, using the phrase '只生成指定章节的内容' (only generate the specified section). It explicitly distinguishes from siblings like 'draft_lit_review_v1' by focusing on iterative section writing. The verb '生成' (generate) and resource '综述特定章节' (specific section) are specific and actionable.

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 implies usage for iterative writing of a specific section with '适合迭代写作某个特定部分' (suitable for iterative writing of a specific part), but does not explicitly state when not to use or provide alternatives. Context from sibling tools (e.g., 'draft_lit_review_v1') suggests differentiation, but the description lacks direct comparative guidance.

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