Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

edit_task_description

Make targeted edits to GDC task descriptions without overwriting the whole body, preserving inline images. Append work bullets or replace section content.

Instructions

태스크 본문(description)을 통째 덮어쓰지 않고 최소 편집한다(인라인 이미지 보존).

본문을 재구성해 통째로 PATCH하면 <img data-attachment-id> 인라인 이미지가 유실된다. 이 도구는 현재 본문 HTML을 받아 필요한 부분만 편집해 PATCH하므로 편집 대상 밖 이미지가 자동 보존된다. 반영(문서→태스크) 흐름에서 추가 작업/내용 변경을 본문에 적용할 때 쓴다.

mode:

  • "append_work": [label](기본 '작업 내용') 섹션 목록에 bullets를 <li>로 추가한다 (섹션/목록이 없으면 신설). 기존 내용·이미지 100% 보존. bullets 필수.

  • "replace_section": [label] 섹션 본문만 new_body_html로 교체한다(라벨 문단·타 섹션 보존). 섹션에 인라인 이미지가 있으면 keep_media=True(기본)는 이미지를 섹션 끝으로 옮겨 보존, keep_media=False는 함께 삭제. new_body_html 필수(라벨 문단 제외한 본문 HTML).

task_id는 id(정수) 또는 제목(문자열). 편집 결과가 현재와 같으면 PATCH하지 않고 그대로 반환.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
labelNo작업 내용
bulletsNo
task_idYes
keep_mediaNo
new_body_htmlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries full burden and excels: it discloses the PATCH mechanism, inline image preservation, mode-specific behaviors (including keep_media handling), and the no-op behavior when the result is unchanged. This is rich, safety-relevant context.

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 longer than ideal but every sentence adds necessary detail for a complex tool. It is well-structured with clear sections for purpose, usage, and modes, front-loading the key benefit.

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

Completeness5/5

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

Given the 6 parameters, two distinct modes, and nuanced image preservation behavior, the description is complete. It covers purpose, usage, parameter semantics, and edge cases (no-op), so the agent has sufficient context to invoke the tool correctly. The output schema exists, so return values need not be described.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description compensates fully. Every parameter is explained: mode with its two values, label default, bullets required for append_work, new_body_html for replace_section, keep_media behavior, and task_id accepting integer or title.

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 a specific verb+resource: 'minimally edit the task description' while preserving inline images. It distinguishes from a full overwrite and explains the inline image preservation benefit, which sets it apart from sibling tools like update_task.

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?

It provides explicit usage context: use in the doc→task sync flow when applying additional work/content changes. It describes when to use each mode (append_work vs replace_section) but does not explicitly name alternative tools or state when not to use this tool.

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/seonmikii/gdc-claude-plugin'

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