Skip to main content
Glama

chain_full_research

Read-onlyIdempotent

Chain Korean legal research from a single query: AI search to statutes, precedents with outcome analysis, interpretations, and citations, returning combined analysis.

Instructions

Complete legal research in one call (종합 법률 조사).

Chains: AI search → statutes → precedents with outcome analysis → interpretations → citations. This is the most comprehensive single-call research tool.

Args: query: Natural language query (e.g., "음주운전 처벌 기준", "임대차 보증금 반환") display: Results per sub-query (default 5) oc: Optional OC override type: Response format

Returns: Combined legal analysis with statutes, precedent statistics, interpretations, and citations

Examples: >>> chain_full_research(query="부당해고 구제") >>> chain_full_research(query="개인정보 유출 신고 의무")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
typeNoJSON
queryYes
displayNo
Behavior4/5

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

Annotations already declare readOnlyHint/idempotentHint, so safety is covered. The description adds value by disclosing the internal chain pipeline and the combined return structure (statutes, precedent statistics, interpretations, citations), which is behavioral context beyond annotations. No contradictions.

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 a one-line summary, then uses clear sections (Chains, Args, Returns, Examples). Every sentence adds useful information, and the structure is easy to scan.

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 complexity (chaining multiple research steps) and lack of an output schema, the description adequately explains the input parameters, return value, and provides usage examples. It is sufficient for an agent to select and invoke it correctly.

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 description coverage is 0%, so the description's Args section must compensate. It does: it explains query (with examples), display (results per sub-query), oc (optional override), and type (response format). While 'OC' is cryptic, overall it adds meaningful semantics beyond the bare schema.

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 opens with 'Complete legal research in one call' and enumerates a specific chain (AI search → statutes → precedents with outcome analysis → interpretations → citations), clearly stating it is the most comprehensive single-call research tool. This distinguishes it from sibling search and chain tools.

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 phrase 'most comprehensive single-call research tool' provides clear context for when to use it (comprehensive research), and examples show intended queries. However, it does not explicitly name alternative tools for simpler needs, so it lacks explicit exclusions.

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/joohyukjung/LexLink-ko-mcp'

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