Skip to main content
Glama

sect

Create, join, manage, and view cultivation sects. Perform administrative actions like promotions, demotions, kicks, and transfers.

Instructions

⛰️ 宗门系统 — 开宗立派、拜入宗门、宗门管理 Sect System — Create, join, manage, and view cultivation sects.

通过 action 参数指定操作:

  • info: 查看宗门信息(需 sect_name),如属于某宗门则传自己的 sect_name

  • leaderboard: 宗门天榜 — 按宗门总灵力排行

  • create: 开宗立派(需 sect_name, 可选 motto),要求境界 ≥ 结丹期

  • join: 拜入宗门(需 sect_name)

  • leave: 退出当前宗门(有 7 天冷却期)

  • manage: 宗门管理(需 target_user 和 manage_action)

管理操作 (manage_action) 支持:

  • promote_elder: 任命长老 (仅宗主)

  • promote_inner: 升为内门弟子 (宗主/长老)

  • demote: 降为外门弟子 (宗主/长老)

  • kick: 踢出宗门 (宗主/长老)

  • transfer: 传位 (仅宗主)

  • disband: 解散宗门 (仅宗主)

Args: action: 操作类型 (info/leaderboard/create/join/leave/manage) sect_name: 宗门名称 (create/join/info 必填) motto: 宗门宣言 (create 可填) target_user: 目标成员用户名 (manage 必填) manage_action: 管理操作 (manage 必填) username: 当前操作者 GitHub 用户名 top_n: 排行榜显示数量 (leaderboard 默认 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mottoNo
top_nNo
actionNoinfo
usernameNo
sect_nameNo
target_userNo
manage_actionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must fully disclose behavioral traits. It mentions key behaviors like cooldowns, realm requirements, and management restrictions, but lacks details on side effects (e.g., data changes, logging), error handling, or idempotency. This is adequate but not comprehensive.

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 fairly concise given the complexity, using a structured list of actions and parameters. It is front-loaded with a title and overview. However, it is somewhat verbose due to bilingual (Chinese and English) content and emoji, which could be trimmed without losing clarity.

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?

The description explains all actions and parameters well, but does not cover return values or output schema (though an output schema exists). It also lacks error scenarios or what happens if prerequisites are not met. For a multi-action tool with complex logic, this leaves some gaps in completeness.

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% (no descriptions in input schema properties). The description compensates fully by explaining each parameter's purpose and when it's required: action options, sect_name for info/create/join, motto for create, target_user and manage_action for manage, username for operator identity, and top_n for leaderboard count. All seven parameters are clearly defined.

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 handles a 'Sect System' with explicit actions: 'Create, join, manage, and view cultivation sects.' It distinguishes from sibling tools like 'leaderboard' (which might be a separate tool) by showing that leaderboard is an action within this tool, and other cultivation tools are different. The purpose is specific and unambiguous.

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 provides detailed usage guidance for each action, including prerequisites (e.g., 'create requires at least 结丹期 realm'), cooldown ('leave has 7-day cooldown'), and role restrictions (e.g., only sect leader can transfer). However, it does not explicitly contrast with alternatives like the standalone 'leaderboard' tool, leaving some ambiguity about when to use this tool's leaderboard action vs. the sibling tool.

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/JinNing6/TianGong'

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