Skip to main content
Glama
JaeHyeon-KAIST

pdf2zh-next-mcp

check_extraction_status

Check segment extraction status and retrieve segments with translation instructions once complete. Call after extract_segments to confirm completion and fetch results.

Instructions

세그먼트 추출 진행 상황을 확인합니다.

extract_segments 호출 후 이 툴을 호출하여 완료를 확인하세요. 서버가 내부에서 대기 후 응답하므로 별도 대기 불필요합니다. 완료되면 세그먼트와 번역 instruction을 반환합니다.

Args: session_dir: extract_segments에서 반환된 세션 디렉토리 경로 offset: 세그먼트 시작 인덱스 (기본값: 0). 세그먼트가 많을 때 나눠서 가져올 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNo
session_dirYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It discloses the internal waiting behavior, return content, and supports chunked fetching. Lacks details about error handling or idempotency, but the core behavior is well described.

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 well-structured with purpose, usage note, return info, and parameter explanations. It is slightly repetitive (mentions extract_segments twice) but remains tight and front-loaded.

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?

For a status-check tool in a pipeline, the description covers the essential context: trigger (previous tool), behavior (server waits), return value (segments + instructions), and pagination. Sibling tool names reinforce the pipeline context.

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%, so the description fully compensates by explaining session_dir as the path returned from extract_segments and offset as the start index for pagination. This exceeds the schema's bare definitions.

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 'Check segment extraction progress' and explains that it returns segments and translation instructions when complete. It explicitly references the preceding tool extract_segments, distinguishing it from other pipeline steps like check_assembly_status.

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?

Provides explicit when-to-use guidance: call after extract_segments to confirm completion. Also notes that no separate wait is needed because the server waits internally, and mentions the offset parameter for pagination when segments are numerous.

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/JaeHyeon-KAIST/pdf2zh-next-mcp'

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