Skip to main content
Glama

lstrm_ai_search

Read-onlyIdempotent

Search Korean legal terminology using AI semantic matching to find definitions and explanations. Enter a query to retrieve relevant legal terms.

Instructions

Search legal terms using AI (법령용어 AI 조회).

This tool searches Korean legal terminology using AI-powered semantic matching. Returns definitions and explanations of legal terms.

Args: query: Search keyword (default "*") display: Number of results per page (max 100, default 20) page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically)

Returns: Search results or error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocNo
pageNo
typeNoJSON
queryNo*
displayNo
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds useful behavioral context beyond that: AI-powered semantic matching, pagination behavior, multiple response formats, automatic ctx injection, and OC override. No contradictions with annotations.

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 a brief intro and organized Args/Returns sections. It is front-loaded with a clear purpose statement. The Args list is a bit verbose with defaults repeated from the schema, but each line serves a purpose and the overall structure is easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, parameters, and basic return info ('Search results or error'). However, it lacks details on the result structure, such as whether definitions are returned in a list or object format, and no examples are provided. Given the absence of an output schema, more detail about return shape would improve completeness.

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 description coverage is 0%, so the description carries the full burden. It compensates fully by explaining every parameter: query ('Search keyword'), display ('Number of results per page, max 100'), page ('1-based'), oc ('Optional OC override'), and type ('Response format'). This adds strong meaning 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 clearly states 'Search legal terms using AI' and further specifies 'searches Korean legal terminology using AI-powered semantic matching. Returns definitions and explanations.' This is a specific verb+resource with explicit scope, distinguishing it from sibling tools like law_search or aiSearch that likely target statutes or general legal documents.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for AI-powered legal term lookup but does not provide explicit when-to-use guidance or mention alternatives among the many sibling search tools. There is no exclusionary language or comparison, so the agent must infer when this tool is preferred over others.

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