Skip to main content
Glama
dolrea77
by dolrea77

update_qa_item

Update inspection item metadata including description, path, type, group, login, or account. Changing description or path resets script status to pending for script regeneration.

Instructions

특정 검수 항목의 메타데이터를 수정합니다. description, path 변경 시 scriptStatus가 pending으로 리셋됩니다 (스크립트 재생성 필요).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo변경할 시작 페이지 경로
typeNo변경할 검수 타입
groupNo변경할 여정 그룹명
loginNo변경할 로그인 여부
accountNo변경할 계정 키
item_idYes수정할 항목 ID
descriptionNo변경할 검수 내용 (자연어)
Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It reveals a significant side effect: changing description or path resets scriptStatus to pending, requiring script regeneration. This adds valuable context beyond the schema.

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 extremely concise, consisting of two sentences that front-load the main action and then add a crucial side-effect note. No wasted words, making it easy to parse.

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?

For an update tool with 7 parameters and no output schema, the description covers the core purpose and a key behavioral consequence. It does not explicitly state partial-update semantics, but the schema's optional fields imply that, and the description is sufficient for an agent to understand the operation.

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 description coverage is 100%, so the baseline is 3. The description adds extra meaning for two parameters (description and path) by explaining their side effect on scriptStatus, going beyond the schema's simple field descriptions.

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 states '특정 검수 항목의 메타데이터를 수정합니다' (modifies metadata of a specific QA item), providing a clear verb and resource. This distinguishes it from sibling tools like delete_qa_item or save_qa_script.

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 description implies usage for updating QA item metadata, giving clear context but no explicit when-to-use/when-not-to-use guidance or references to alternatives. It does not mention other tools for related operations.

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/dolrea77/inspection-mcp'

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