advisor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| advisor_create_taskA | 登记当前对话的顾问咨询:已有绑定则复用(改名),force_new=True 才新开 kimi 会话。task_name 用中文短名。 |
| advisor_consultA | 发起咨询(异步):立即返回任务号,用 advisor_poll 查结果。mode 可选:blueprint 出施工单 / unstick 破局 / review 验收。task_id 可显式指定其他会话。 |
| advisor_pollA | 查询咨询任务状态:⏳ 运行中(已耗时)/ ✅ 结果 / ❌ 失败。 |
| advisor_list_tasksA | 列出本工程的顾问会话绑定(会话名 / 状态 / kimi 会话)。 |
| advisor_close_taskA | 标记当前对话(或 task_id 指定)的顾问会话完成,会话保留在 kimi 侧可回看。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly unique role: creating a task binding, initiating a consultation, polling status, listing sessions, and closing a session. There is no ambiguity between them.
All tools use the consistent 'advisor_' prefix followed by a clear verb (and sometimes an object). The verb_noun pattern is uniform and predictable.
With exactly five tools, the server is well-scoped for managing advisor consultations. Each tool earns its place in the lifecycle without redundancy.
The tool set covers the full lifecycle of a consultation task: create, start, poll, list, and close. No obvious missing operations are needed for the stated purpose.