Skip to main content
Glama
dolrea77
by dolrea77

prepare_qa_item

Accesses a specific item's target page to collect DOM structure, providing script generation data for the agent. Ensures prerequisites are ready for journey group items.

Instructions

특정 항목 1개의 대상 페이지에 접속하여 DOM 구조를 수집합니다. 에이전트에게 스크립트 생성용 데이터를 반환합니다. 여정 그룹의 중간 항목은 선행 스크립트가 모두 ready 상태여야 합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes준비할 항목 ID
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the main behavior (accessing a page, collecting DOM) and notes a dependency. However, it does not state potential side effects (e.g., whether it modifies item status), authorization requirements, or long-running behavior, leaving uncertainty about operational impact.

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?

Two concise sentences with clear structure. The first states the action, the second explains return value and a key prerequisite. No filler or redundancy.

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 a simple one-parameter tool with no output schema, the description covers the main action, return purpose, and a critical precondition. It could be more complete by specifying what the returned data includes, but it is adequate for an agent to decide usage.

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 coverage for the single parameter is 100% with a clear description ('Item ID to prepare'). The description itself does not add parameter information, but the schema suffices, so a baseline 3 is appropriate.

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 uses specific verbs ('accesses target page', 'collects DOM structure') and names the resource ('specific item'). It clearly distinguishes from sibling tools like list_qa_items or save_qa_script by stating its role in script generation data collection.

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?

The description implies it is used before script generation and explicitly states a prerequisite (preceding scripts must be ready for intermediate items). However, it does not name alternative tools or specify when not to use it, so it falls short of 'explicit alternatives' level.

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