Skip to main content
Glama

advisor_poll

Retrieve the status of an asynchronous advisory task by task ID, showing elapsed time, result, or failure.

Instructions

查询咨询任务状态:⏳ 运行中(已耗时)/ ✅ 结果 / ❌ 失败。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the three possible outcome types (running with elapsed time, result, failed), which is useful for an agent to interpret the response. However, it does not cover edge cases like invalid task_id or timeout behavior, but overall it provides meaningful behavioral context.

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 concise sentence with an emoji list, front-loading the action and clearly enumerating states. Every element adds value, and there is no redundant or extraneous text.

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 tool is simple (one required parameter) and has an output schema, so the description does not need to detail return values. The description adequately conveys the purpose and expected outcome types, making it complete enough for basic usage. It could mention polling behavior (e.g., whether it is non-blocking), but the context is sufficient for a straightforward status query.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explicitly describe the task_id parameter. The parameter name is self-explanatory and its usage is implied by the description ('query status'), but the description does not add any specific details about format, expected values, or how to obtain it. This is a minor gap.

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's purpose: querying the status of a consultation task. It lists the possible statuses (running with elapsed time, result, failed), and the verb '查询' is specific. This distinguishes it from sibling tools like advisor_create_task (creation) and advisor_list_tasks (listing).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. It does not mention that it should be used after creating a task or how it differs from advisor_list_tasks. The name 'poll' implies usage, but explicit exclusions or alternatives are absent.

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/LiTianYun/cc_advisor_mcp'

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