Skip to main content
Glama

Apply Feedback to Pro Draft

blog_apply_feedback_pro

Update Pro Mode blog drafts by submitting the task ID and your feedback.

Instructions

[HTTP 모드 전용] Pro Mode로 생성된 블로그 초안에 피드백을 반영합니다.

⚠️ Claude Desktop/Code 사용자: 이 도구는 HTTP 모드에서만 필요합니다. Claude Desktop/Code 환경에서는 Claude에게 직접 수정을 요청하세요.

Args:

  • task_id: Pro 작업 ID (필수)

  • feedback: 수정 요청 사항 (필수)

  • anthropic_api_key: Anthropic API 키 (환경변수로 대체 가능)

Returns:

  • task_id: 작업 ID

  • status: 작업 상태

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes피드백을 적용할 Pro 작업 ID
feedbackYes수정 요청 사항
anthropic_api_keyNoAnthropic API 키 (없으면 ANTHROPIC_API_KEY 환경변수 사용)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes작업 상태
messageYes안내 메시지
task_idYes작업 추적용 고유 ID
Behavior4/5

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

Annotations already set readOnlyHint=false, indicating a mutation. The description adds valuable context: HTTP-only requirement, anthropic_api_key fallback to environment variable, and the return fields (task_id, status). It does not contradict annotations.

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 reasonably concise, starting with the key constraint '[HTTP 모드 전용]', followed by a directed warning, and organized Args/Returns sections. It is structured and not overly verbose, though it could be slightly tighter given the schema already documents the parameters.

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 purpose, usage limitations, parameters, and return values. With an output schema present and a simple 3-parameter tool, this is nearly complete. However, it does not specify what happens to the draft after feedback is applied (e.g., whether it updates in place or triggers further processing), which would enhance completeness.

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%, so the parameters are already fully documented (e.g., task_id '피드백을 적용할 Pro 작업 ID', feedback '수정 요청 사항', anthropic_api_key with env var fallback). The description's Args list repeats the same information without adding new semantic value.

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 'Pro Mode로 생성된 블로그 초안에 피드백을 반영합니다' (applies feedback to blog drafts created in Pro Mode), which is a specific verb and resource. It also differentiates itself from the sibling tool blog_apply_feedback by the 'Pro' designation and Pro Mode mention.

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

Usage Guidelines5/5

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

The description explicitly states it is HTTP mode only, and warns Claude Desktop/Code users to use Claude directly instead, providing a clear alternative. It also ties usage to Pro-generated drafts, giving context for when this tool is appropriate.

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