Skip to main content
Glama

get_evidence

Read-only

search_tax가 찾은 근거의 DB 원문을 읽는다. 판례·해석례·예규·조문·통칙·별표·부칙·조약·역사버전을 지원. 긴 본문은 next_offset까지 반복하면 누락 없이 읽을 수 있다. summary_only는 원문 전문이 없는 요지임. 적용 시점 미해소를 현행으로 보충하지 말 것.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
evidence_idYes
source_fieldNo선택: original_text.available_fields의 다른 원문 필드 조회
evidence_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already mark readOnly=true and destructiveHint=false, and the description adds meaningful behavioral detail: pagination with next_offset is required for complete reads, summary_only means the original full text is absent, and results at an unresolved application time should not be supplemented with current law. These go 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?

Four dense sentences, each earning its place. The purpose is front-loaded, and the remaining sentences deliver behavioral warnings and usage constraints without redundancy. No filler or schema duplication.

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 5-parameter tool with annotations and an output schema, the description covers purpose, supported types, pagination behavior, summary-only semantics, and a temporal caveat. It could more explicitly connect the evidence_id to search_tax and clarify the next_offset/offset relationship, but the output schema likely fills the return-value details.

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?

With only 20% schema description coverage, the tool description carries a heavy load. It helps map evidence_type to concrete categories (e.g., case, ruling, article, treaty) and implies evidence_id comes from search_tax results, but it does not explain limit/offset usage, source_field selection, or the exact meaning of each parameter. The pagination comment touches offset indirectly but is not enough to fully compensate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action: reading the DB full text of evidence found by search_tax, and it enumerates supported evidence types. It distinguishes itself from search siblings by tying evidence_id to search_tax, but it does not explicitly differentiate itself from get_article/get_annex/get_treaty_article for direct retrieval.

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 gives clear context: use this after search_tax to read full evidence text, paginate via next_offset for long content, and treat summary_only as non-full-text. It lacks an explicit statement of when not to use it or which sibling to choose instead, but the usage context is otherwise clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.