Skip to main content
Glama

Get Kakao Consult Link

get_kakao_consult_link

Returns KakaoTalk channel 1:1 chat URL with UTM tracking parameters. Use when user wants to start consultation with 나라투어.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoTraffic source (e.g., 'chatgpt.com', 'perplexity.ai', 'claude.ai')
campaignNoCampaign context if any (optional)

TDQS

A4.2/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 clearly states the output (a URL with UTM tracking) and implies a read-only retrieval. No side effects or contradictions are present.

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 sentence that front-loads the main purpose and action. No extraneous words; every part is essential.

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 retrieval tool with two optional parameters and no output schema, the description adequately covers functionality, output, and usage context. It is complete enough for an AI agent to select and invoke correctly.

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%, with both parameters (source, campaign) already described in the input schema. The description adds no additional parameter context, so a baseline score of 3 is appropriate.

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?

Description clearly states the tool returns a KakaoTalk 1:1 chat URL with UTM parameters, and specifies the use case (starting consultation with 나라투어). This is a specific verb+resource combination, and it distinguishes from siblings (get_company_profile, ping) which serve different purposes.

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 explicitly says 'Use when user wants to start consultation with 나라투어,' providing clear context. It does not mention when not to use or alternatives, but the simple scope makes this sufficient.

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.1/5.0
Disambiguation5/5

Each tool has a unique and clear purpose: get_company_profile for company info, get_kakao_consult_link for consultation, and ping for connectivity. There is no overlap or ambiguity.

Naming Consistency4/5

Two tools follow the 'get_' prefix pattern, and 'ping' is a common exception for health checks. Overall, the naming is consistent with a minor deviation.

Tool Count4/5

Three tools is within the typical well-scoped range of 3-15. While minimal, each tool serves a distinct purpose and earns its place.

Completeness1/5

The tools only cover company identity and contact, lacking any tour-related functionality (e.g., list tours, get tour details, bookings). The surface is severely incomplete for a tour company domain.

Resources