Skip to main content
Glama

Apply Review Feedback

blog_apply_review_feedback

Apply additional review feedback to a blog review task by providing task ID and feedback. Select a Gemini model to process the request in the background.

Instructions

검수 결과에 추가 피드백을 반영합니다 (백그라운드 실행).

모델 선택 (model)

  • gemini-1.5-flash: 빠른 응답 (기본값)

  • gemini-1.5-pro: 고품질 피드백 반영

Args:

  • task_id: 피드백을 적용할 검수 작업 ID

  • feedback: 추가 검수 요청 사항

  • model: Gemini 모델 (기본: gemini-1.5-flash)

  • gemini_api_key: Gemini API 키 (없으면 GEMINI_API_KEY 환경변수 사용)

Returns:

  • task_id: 작업 ID

  • status: "pending"

  • message: 안내 메시지

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo사용할 Gemini 모델gemini-1.5-flash
task_idYes피드백을 적용할 검수 작업 ID
feedbackYes추가 검수 요청 사항
gemini_api_keyNoGemini API 키 (없으면 GEMINI_API_KEY 환경변수 사용)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo사용된 AI 모델
statusYes작업 상태
messageYes안내 메시지
task_idYes작업 ID
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it states the tool runs in the background, returns a status of 'pending', and references API key fallback to environment variable. These aspects are not captured in the annotations, which only provide basic hints (read-only, destructive, etc.).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections for purpose, model selection, arguments, and returns. It is not overly verbose and front-loads the primary action, though it repeats parameter information already present in the schema.

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 description covers the key contextual aspects: asynchronous execution, return status, model options, and API key handling. It is sufficiently complete given the output schema and annotations, though it does not mention error conditions or prerequisites beyond the API key.

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?

Schema describes all parameters with 100% coverage, so the baseline is 3. The description goes further by explaining the trade-offs between model choices (flash for speed, pro for quality) and clarifying the default, which adds practical semantics beyond the schema's enum list and default values.

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 applies additional feedback to review results and runs in the background, using a specific verb and resource. However, it does not explicitly distinguish itself from the sibling tool 'blog_apply_feedback', which may serve a similar or overlapping purpose.

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?

The description provides no guidance on when to use this tool versus alternatives. It only explains parameter options (e.g., model selection) but does not mention when to choose this tool over siblings like 'blog_apply_feedback' or 'blog_start_review'.

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/jiwon11/blog-generator-mcp'

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