Skip to main content
Glama
jaeuk-mrt

mrt-fe-review-washer

by jaeuk-mrt

task.from_review

Convert code review findings into actionable tasks automatically. Transform review results into task items to manage follow-up work efficiently.

Instructions

리뷰 결과의 findings를 Task로 자동 변환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
review_idYes리뷰 ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that it 'automatically converts' findings, without disclosing side effects (whether tasks are created, if the review is modified), permissions, idempotency, or return behavior. This is insufficient for a mutation tool.

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 sentence with no filler words, front-loading the core action. It earns its place efficiently and is appropriately sized for the simple tool structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a simple structure (one parameter, no output schema, no annotations), but the description is too minimal. It does not clarify what the conversion entails, whether it creates tasks in bulk, how it handles existing tasks, or what the output looks like. Given the absence of annotations and output schema, more information is needed.

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 coverage is 100% for the single parameter review_id. The description adds that the tool works with review findings, but does not provide additional parameter-level semantics beyond the schema's 'Review ID' description. Baseline 3 applies.

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 converts findings from review results into Tasks, using a specific verb ('converts') and naming the source (review findings) and destination (Task). This distinguishes it from siblings like task.create, which presumably creates tasks manually.

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

Usage Guidelines4/5

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

The description implies this tool should be used when you have review findings to convert into tasks, establishing a clear context (after a review). However, it does not explicitly state when not to use it or mention alternative tools like task.create, making the guidance implicit rather than explicit.

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/jaeuk-mrt/mrt-fe-review-washer'

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