Skip to main content
Glama

review

Convene a diverse panel of expert advisors to evaluate your proposal from multiple perspectives, then receive a consolidated set of recommendations.

Instructions

多角色会诊:邀请多位专家从不同角度评审方案,提供综合建议。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNo评审重点(可选):如'架构合理性'、'安全性'、'用户体验'等
advisorsNo参与评审的专家ID列表。可选值:zhangxiaolong, yujun, mikecohn, martinfowler, unclebob, donnorman, stevekrug, evanyou, linus, guido, jamesbach, kelseyhightower, michaelstonebraker, wernervogels, wangjian, bruceschneier, wuhuanqing, djpatil, zhoujingren, brendangregg, yangtao, ruanyifeng, laozi, sunzi, wangyangming, zhuangzi, guiguzi, hanfeizi, viktorfrankl, camus, adler, jung, yangjiang, shitieteng, epictetus, kahneman, munger, future-self
proposalYes要评审的方案、设计或代码
Behavior3/5

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

With no annotations, the description clarifies the core behavior: multiple experts review from different angles and produce comprehensive advice, so the agent knows this is an advisory/read-only style operation. It does not disclose what happens when no advisors are specified, how focus affects the output, or the exact output format.

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 a single, front-loaded sentence with a clear label ('多角色会诊') followed by the behavior and outcome. There is no filler or redundancy; every part earns its place.

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?

The schema covers all parameters, and the description clearly communicates the expected output ('提供综合建议'). Since there is no output schema, this is enough for an agent to know what it will receive. The main gaps are unspecified default behavior when 'advisors' is omitted and the exact structure of the combined advice.

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?

Schema description coverage is 100%; all three parameters (proposal, focus, advisors) already have rich descriptions in the schema. The tool description adds no additional parameter semantics, which is acceptable given the schema coverage, but also means it provides no extra value beyond the 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 names a specific action ('评审方案' - review a proposal) and a clear resource (方案/设计/代码, reinforced by the schema). The '多角色会诊' framing makes the multi-expert purpose explicit, which helps distinguish it from generic tools. It does not explicitly contrast itself with the sibling tool 'roundtable', which could serve a similar multi-perspective role.

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: when a proposal exists and multiple expert perspectives are wanted. However, it does not state when to prefer this tool over alternatives such as 'roundtable', 'consult', or 'critique', and it gives no explicit when-not-to-use 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/Dream22180971/wise-council-mcp'

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