Skip to main content
Glama

extract_report_claims

Read-onlyIdempotent

Extract verifiable claims from reports as exact text values, preserving original strings to avoid rounding errors and list unverified columns.

Instructions

보고서에서 원본과 대조 가능한 주장을 뽑습니다.

값은 원문 문자열 그대로 담습니다. 숫자로 바꾸거나 정규화하지 않습니다 — 6262.0 으로 바꿔 놓으면 반올림 오류를 반올림 오류로 지적할 수 없습니다.

표 기반 보고서는 열 이름 → 필드 매핑으로 결정적으로 뽑힙니다. 추측이 개입하지 않으므로 같은 보고서는 항상 같은 주장을 냅니다.

미검증열 에는 의도적으로 검증하지 않는 열과 그 이유가 담깁니다. 조용히 건너뛰면 "전부 검증했다"로 읽히기 때문입니다.

Returns: 주장응답: 총 주장 수, 필드별 개수, 주장 목록(잘릴 수 있음).

Examples: - 사용: "보고서가 L-08 계획완료일을 뭐라고 적었나요?" (필드="계획완료일") - 사용하지 않음: 맞는지 틀리는지 판정하려면 → verify_claims

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
필드No특정 필드만 보려면 지정. 예 금주진척률 · 계획완료일
보고서Yes검증 대상 .docx 파일명 또는 경로

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageYes검증 워크플로에서 지금 위치한 단계
statusYes이 호출의 결과 상태
잘림YesTrue면 주장 목록이 잘렸습니다. 필드 인자로 좁혀 보세요
주장Yes
총주장Yes
필드별Yes
next_actionsNo이어서 호출하면 좋은 도구 목록
미검증열Yes의도적으로 검증하지 않는 열과 그 이유. 조용히 건너뛰지 않는다
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds substantial behavioral context: values are kept as raw strings to avoid masking rounding errors, extraction is deterministic for table-based reports, and '미검증열' explicitly discloses unverified columns with reasons. This goes well beyond the 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 front-loaded with the core purpose, then gives behavioral guarantees, return summary, and examples. The '62 vs 62.0' rationale and the '미검증열' explanation are dense but purposeful; every sentence earns its place 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 output schema and annotations, the description is complete: parameters are covered, return contents are summarized including truncation, examples show how to phrase queries, and the sibling alternative is named. Nothing needed for correct invocation appears to be missing.

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 coverage is 100%, so the schema already documents both parameters. The description adds a concrete example of 필드 ('L-08 계획완료일') and clarifies that extracted values remain raw strings, but it does not meaningfully elaborate on the 보고서 parameter beyond the schema. This is slightly above the baseline.

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 a clear verb and resource: extracting ('뽑습니다') claims that can be checked against the original source ('원본과 대조 가능한 주장'). It also differentiates itself from verify_claims in the example, so an agent can distinguish extraction from verification without opening other tools.

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?

The description explicitly gives a '사용' vs '사용하지 않음' example: use this tool to ask what the report says, and use verify_claims instead when the task is to judge correctness. It also notes deterministic table-based extraction, which helps the agent decide when this tool is appropriate.

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/asuramama-hue/weekly-verify-mcp'

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