Skip to main content
Glama

protools_code_review_status

Retrieve the status of an asynchronous code review task to get partial or final results. Provide the task ID from the start tool.

Instructions

查询异步代码审查任务状态,可获取部分或最终结果。

注意:审查结果需批判性分析,详见 protools_code_review_start 的说明。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes由 protools_code_review_start 返回的任务 ID
Behavior3/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 partial or final results but does not disclose behavioral traits such as authentication requirements, rate limits, or whether the operation is destructive. Adequate for a simple status query.

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?

Two concise sentences with no wasted words. The first sentence front-loads the purpose, and the second provides a critical note. Every sentence earns its place.

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?

For a simple one-parameter tool with no output schema, the description covers the basic purpose and provides a caution. However, it does not describe the format of results (e.g., JSON structure) which could be helpful, making it moderately complete.

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

Parameters4/5

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

With 100% schema coverage, the description adds value by explaining that task_id is returned by protools_code_review_start, which is informative beyond the schema's minimal description.

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 clearly states it queries the status of an asynchronous code review task, differentiating it from protools_code_review_start which initiates the task. However, it does not explicitly distinguish from the sibling tool protools_code_review, which may perform synchronous review.

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 after starting a task and refers to protools_code_review_start for details on critical analysis. It does not specify when not to use or provide explicit alternatives, offering moderate guidance but lacking exclusions.

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/hotic/protools'

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