Skip to main content
Glama

case_search_submit

Submit CAPTCHA response to retrieve Korean court auction case details and schedule after initial search.

Instructions

[2단계] CAPTCHA 값을 입력해 사건 조회를 완료한다.

Args: session_id: case_search_captcha 가 반환한 세션 ID. captcha_text: 사용자가 이미지에서 읽은 문자.

Returns: 사건 기본정보와 진행/기일 내역.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
captcha_textYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It describes input and output but does not disclose whether the operation is read-only, any potential side effects, or authentication requirements. Basic transparency is present but insufficient for a tool with no annotations.

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 concise with two sentences plus an args/returns section. It efficiently conveys the purpose, parameters, and return without redundancy.

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 tool's low complexity (2 simple parameters, no output schema), the description fully covers the essential information: what it does, how to use it, and what it returns. No gaps are apparent.

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?

With 0% schema description coverage, the description adds crucial meaning: it explains that session_id comes from case_search_captcha and captcha_text is user-typed characters. This compensates well for the lack of schema 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 clearly states it completes a case search after CAPTCHA input, referencing the preceding tool (case_search_captcha) and specifying the return type. It distinguishes itself from siblings by being the second step in a two-phase process.

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 explicitly marks this as step 2, implying it should follow case_search_captcha. It provides clear context but does not explicitly state when not to use it or mention alternatives, which would be beneficial.

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/kingtousick/HwangsLawyerMCP'

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