pi_status
Long-poll for a run's result and reopen its read-only transcript window.
Instructions
取 run 结果(long-poll);openWindow 可重开该 Run 的只读窗口
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| openWindow | No | ||
| waitTimeoutMs | No |
Long-poll for a run's result and reopen its read-only transcript window.
取 run 结果(long-poll);openWindow 可重开该 Run 的只读窗口
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| openWindow | No | ||
| waitTimeoutMs | No |
Changes observed during successful MCP inspections.
v0.1.0Does 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 mentions long-polling and the openWindow action, but does not disclose timeout behavior, error handling, side effects, or any authentication or rate-limit considerations. This is minimal for a tool with no annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, consisting of one line that front-loads the primary action. While efficient, it may be overly terse, omitting critical details, but the structure itself is clean and non-redundant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with three parameters, no output schema, and no annotations, the description is too sparse. It does not explain the return format, what happens on timeout, error conditions, or how openWindow interacts with the polling. An agent would lack essential information for correct invocation and interpretation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It implicitly covers runId (the run) and explains openWindow, but it does not mention waitTimeoutMs at all, nor does it clarify the format or constraints of runId. The parameter documentation is incomplete and fails to compensate for the lack of schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool retrieves run results via long-polling and can reopen a read-only window. The purpose is specific and distinct from the sibling pi_delegate, though it does not explicitly name the alternative.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given on when to use this tool versus pi_delegate. There is no mention of conditions, exclusions, or alternative tools, leaving the agent to infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.