Skip to main content
Glama
jaeuk-mrt

mrt-fe-review-washer

by jaeuk-mrt

task.create

Manually create a new task to record code review results, capturing title, description, file path, line range, category, severity, and optional patch diff. Enables manual entry of review findings for management.

Instructions

새 Task를 수동으로 생성합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNo대상 파일 경로
titleYesTask 제목
endLineNo끝 라인
categoryNo분류 (예: bug, security, perf, style)
severityNo평가 라벨 (suggestion/recommendation/improvement/required/needs_confirmation)improvement
startLineNo시작 라인
descriptionYesTask 설명
suggestion_patch_diffNo제안 패치 (diff 형식)
Behavior2/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 only states the action and the modifier 'manually' but does not disclose side effects, authorization requirements, return values, or error behavior. For a creation tool, this is a significant gap.

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, front-loaded sentence with zero filler. It is appropriately concise for a simple create operation, and no sentence wastes space.

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?

Despite the rich schema, there is no output schema and no annotations. The description does not explain return values, side effects, or usage context beyond 'manual creation'. With 8 parameters and sibling tools, the description is not complete enough to fully guide an agent.

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 description coverage is 100% with all 8 parameters documented, including descriptions for file, title, category, severity, lines, etc. The description adds no parameter-specific information beyond the schema, so it meets the baseline of 3 but does not exceed it.

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 'Creates a new Task manually' uses a specific verb ('creates') and resource ('Task'), with the modifier 'manually' distinguishing it from sibling tools like task.from_review. It clearly states what the tool does without ambiguity.

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 word 'manually' implies usage when creating a task by hand rather than automatically from a review, which is a useful hint given sibling task.from_review. However, it does not explicitly state when to use this tool vs alternatives or any prerequisites, so guidance is only implied.

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