Skip to main content
Glama
openhee

Jeju Humanities Tour MCP Server

by openhee

recommend_course

Find a Jeju humanities tour course tailored to your region, theme, and time limit. Returns a sequenced itinerary of spots.

Instructions

특정 지역·테마·소요 시간 제약으로 인문학 투어 코스를 추천할 때 사용. 사용자가 "OO에서 XX 테마로 N시간 이내 코스 추천해줘"처럼 지역과 테마, 시간 제약을 함께 이야기하며 여러 스팟을 묶은 '코스'를 원할 때 호출한다. (스팟 하나만 물어보면 get_spot을 대신 사용할 것.) courses·course_spots·spots를 조인해서 조건에 맞는 코스 1개를 방문 순서(seq)대로 정리해 반환한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeYes
regionYes
max_hoursYes
Behavior3/5

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

The description mentions joining tables and returning one course ordered by sequence, but lacks details on selection logic (e.g., how the best course is chosen), permissions, side effects, or error handling. Since no annotations are provided, the description carries the full burden but only partially fulfills it.

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 concise (4 sentences) and front-loaded: first sentence states purpose, second provides usage example, third distinguishes from sibling, fourth explains internal logic. No redundant information, though could be slightly more compact.

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?

For a recommendation tool with no annotations and no output schema, the description explains input and output (one course with spots in order) but omits details like output format, behavior when no matches, or how the single recommendation is selected. It is adequate but not thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only reiterates the parameter names (region, theme, max_hours) without adding format, constraints, or examples. Given the low coverage, the description should compensate but does not add meaningful semantics beyond the parameter names.

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 recommends humanities tour courses based on region, theme, and time constraints. It distinguishes itself from the sibling tool 'get_spot' by specifying that this tool is for multi-spot courses, not single spots.

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

Usage Guidelines5/5

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

Explicitly provides when to use (user asks for a course with region, theme, and time constraints) and when not to use (single spot inquiry should use get_spot). This clear differentiation helps the agent select the correct tool.

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/openhee/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server