Skip to main content
Glama

saaskr — Korean SaaS Directory (한국 SaaS 디렉토리)

search_korean_saas

한국에서 만든 SaaS를 검색한다. 이름·태그라인·소개·태그를 대상으로 하며, 운영 중이 확인된 서비스만 반환한다. 카테고리로 좁힐 수 있다. "한국 AI 도구", "국산 협업툴" 같은 요청에 사용.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo최대 결과 수(기본 10, 최대 30)
queryNo검색어(한국어). 예: "회의록", "결제", "디자인"
categoryNo카테고리 slug로 좁히기. 가능한 값: ai, productivity, social, design, developer-tools, marketing, fintech, ecommerce, education, health, media, lifestyle, hr, gaming, travel, food

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses key behavioral traits: only returns services confirmed to be in operation, and searches specific fields. It does not describe output structure or pagination, but these are less critical for a read-only search tool and the schema covers limit.

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 concise, front-loaded with the core function, and uses one sentence plus example queries. Every phrase adds value: search fields, active-only filter, category narrowing, and concrete usage examples. No redundancy or wasted words.

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 simple search tool with three optional parameters and no output schema, the description sufficiently covers search scope, the active-service filter, and category narrowing. It does not specify result fields, but the sibling get_korean_saas likely provides details, so this level of completeness is acceptable.

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?

The schema descriptions already cover all three parameters with examples and defaults (limit, query, category). The description adds only a marginal reinforcement that category can narrow results, which the schema already states. Baseline of 3 is appropriate given the high schema coverage.

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 the tool's function: searching for Korean SaaS, with specific search targets (name, tagline, description, tags) and a filter for active services. It distinguishes from sibling tools via the verb 'search' and explicit scope, e.g., get_korean_saas retrieves a specific service, list_saas_categories lists categories.

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 provides clear usage context with realistic example queries ('한국 AI 도구', '국산 협업툴') and mentions narrowing by category. It does not explicitly mention when to use alternative tools (e.g., get for a single SaaS, compare for comparisons), so it lacks explicit exclusions but is still unambiguous about when search is appropriate.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct operation: search, get details, compare, list categories, and submit. There is no overlap—agents can easily select the right tool based on whether they need one service, two services, categories, or discovery.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern (compare_, get_, list_, search_, submit_). Although 'list_saas_categories' refers to categories rather than 'korean_saas', it remains consistent with the object-oriented convention and is readable.

Tool Count5/5

With 5 tools, the set is well-scoped for a SaaS directory: discovery (search, list categories), lookup (get), comparison (compare), and contribution (submit). Each tool has a clear role, and the count feels neither sparse nor bloated.

Completeness5/5

The surface covers the full user journey for a directory: searching and browsing, viewing details, comparing options, and submitting new entries. There is no need for update/delete tools in this domain, as submissions go through a review queue rather than direct editing.

Resources