Skip to main content
Glama

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

get_korean_saas

특정 한국 SaaS의 상세 정보(소개·카테고리·공식 사이트·운영 상태·후기)를 가져온다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYessearch_korean_saas 가 반환한 slug

TDQS

A4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explicitly states the operation is retrieval ('가져온다') and lists the specific information returned (introduction, category, official site, operational status, reviews), adding useful behavioral context about the return content. It does not mention error cases or side effects, but for a read tool this is adequate.

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 a single, front-loaded sentence that clearly states the action and the information scope. Every word earns its place with no redundancy.

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 tool with one parameter and no output schema, the description lists the return categories, which is sufficient to set expectations. It does not detail error responses or exact structure, but that is not critical for such a straightforward get operation.

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?

Schema coverage is 100% and the parameter description ('search_korean_saas 가 반환한 slug') already explains the parameter meaning. The tool description adds no additional parameter semantics, so the baseline score of 3 applies.

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 what the tool does: it retrieves detailed information (introduction, category, official site, operational status, reviews) about a specific Korean SaaS. The verb '가져온다' (retrieves) and the resource '특정 한국 SaaS' are specific, and the tool is distinct from siblings like search, compare, and list.

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 after identifying a specific SaaS, but it does not explicitly state when to use it versus siblings. The parameter schema hints that the slug comes from search_korean_saas, but this is not in the description. There is no mention of alternatives or exclusions.

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