Skip to main content
Glama

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

submit_korean_saas

내가 만든 SaaS를 saaskr 디렉토리에 등록한다. 사용자가 "내 서비스 등록해줘", "saaskr에 올려줘"라고 할 때 사용. 이미 등록된 서비스면 기존 페이지를 알려주고, 새 서비스면 심사 큐에 넣는다(링크가 살아있는지 등 자동 검증 후 발행). 등록 전 사용자에게 이름·URL·한 줄 설명을 확인받고, 소개는 사용자가 준 정보로만 채운다(임의로 지어내지 말 것).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes서비스 이름
taglineYes한 줄 설명(5자 이상, 200자 이내)
categoryNo카테고리 slug(선택). 가능한 값: ai, productivity, social, design, developer-tools, marketing, fintech, ecommerce, education, health, media, lifestyle, hr, gaming, travel, food
is_ownerNo본인이 만든 서비스면 true
descriptionNo서비스 소개(선택, 4000자 이내)
website_urlYes서비스 공식 URL (https:// 로 시작)
submitter_emailNo연락받을 이메일(선택)

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does well. It discloses key behaviors: confirming name/URL/tagline with the user, auto-verifying the link before publishing, placing new submissions in a review queue, and prohibiting fabricated descriptions. This goes far beyond a basic purpose statement.

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 three sentences, front-loaded with the main action, and each sentence adds a distinct piece of information: purpose, usage triggers, and validation/confirmation rules. There is no filler or 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?

The description covers the main flow (registering, handling existing entries, validation, and review) but does not describe the exact return format or error handling. Given the moderate complexity (7 parameters) and lack of output schema, it is sufficient for invocation but could be enhanced with response details.

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?

The schema already provides 100% coverage with descriptions for all parameters, so baseline is 3. The description adds behavioral semantics by specifying that certain parameters (name, URL, tagline) are confirmed with the user and that the description field must only contain user-provided information, guiding the agent on how to populate these fields correctly.

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 registers a SaaS to the saaskr directory ('saaskr 디렉토리에 등록한다'), using a specific verb and resource. It also distinguishes itself from siblings by describing handling of both existing and new services, which is not covered by compare/get/list/search 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 description provides explicit trigger phrases ('내 서비스 등록해줘', 'saaskr에 올려줘') and outlines the two main scenarios (existing vs. new). However, it does not explicitly name alternatives for other actions, so while usage context is clear, it could be stronger by directly excluding sibling tools.

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