Skip to main content
Glama

summarize_all_communities

Generate community summaries in batch with parallel execution. Supports macro and micro levels, custom community IDs, and forced regeneration.

Instructions

批量/并行生成社区摘要

Args: level: 社区层级,"macro" 或 "micro"(或整数 1/2) concurrency: 并发数,默认 5 comm_ids: 指定社区 ID 列表 force: 是否强制重新生成

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNo
concurrencyNo
comm_idsNo
forceNo

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 full burden. It mentions 'force' for regeneration, implying idempotency, but does not disclose potential long-running behavior, resource consumption, or side effects of batch operations.

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, front-loaded with purpose, and uses a structured Args list without extra fluff. Every sentence adds value.

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?

Given 4 parameters and an output schema, the description covers parameter usage but lacks broader context like when to choose batch over single community summarization. Output schema exists, so return values are not needed.

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

Parameters3/5

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

With 0% schema description coverage, the description adds meaning by specifying allowed values for 'level' ('macro'/'micro' or integer 1/2), 'concurrency' default 5, and 'force' boolean. However, it does not explain the difference between 'macro' and 'micro' or the format of 'comm_ids'.

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 '批量/并行生成社区摘要' (batch/parallel generate community summaries), specifying the verb (generate), resource (community summaries), and scope (batch/parallel). It distinguishes from the sibling 'summarize_community_v1' which likely handles a single community.

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 use for batch summarization via the name and parameter 'comm_ids', but does not explicitly state when to use this tool versus alternatives like 'summarize_community_v1'. No when-not or exclusion criteria are provided.

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