Skip to main content
Glama

create_activity

Add a new activity to a specific day in a trip. Specify category, title, optional time, location, cost, and notes.

Instructions

일자에 활동을 추가한다.

Args: trip_id: 여행 ID day_id: 일자 ID (get_trip에서 확인) category: 활동 유형 (SIGHTSEEING, DINING, TRANSPORT, ACCOMMODATION, SHOPPING, OTHER) title: 활동 제목 (예: "벨렝 탑 방문") start_time: 시작 시간 HH:mm (예: "09:30", 선택) start_timezone: 시작 IANA 시간대 (예: "Asia/Seoul", 선택) end_time: 종료 시간 HH:mm (예: "11:00", 선택) end_timezone: 종료 IANA 시간대 (예: "Europe/Lisbon", 선택) location: 장소명 (예: "Torre de Belém", 선택) memo: 메모 (선택) url: 예약·티켓·문서 링크 (선택, 메모와 분리된 항목) cost: 예상 비용 (0이면 미입력, 선택) currency: 통화 코드 (기본 EUR) payment_timing: 지출 시점 (ADVANCE=사전 결제, ON_SITE=현장 결제, 미지정 시 현장)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
costNo
memoNo
titleYes
day_idYes
trip_idYes
categoryYes
currencyNoEUR
end_timeNo
locationNo
start_timeNo
end_timezoneNo
payment_timingNo
start_timezoneNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions default values (cost=0 means not entered, payment_timing defaults to ON_SITE) but lacks details on authorization, idempotency, or error handling.

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?

Description is well-structured with an Args section and bullet points, front-loaded with purpose. However, it is somewhat lengthy; could be slightly more concise while retaining all necessary info.

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?

Tool has many parameters (14) and an output schema; description covers parameter semantics and default behaviors adequately. Lacks guidance on timezone handling or complex use cases, but sufficient for a creation tool.

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

Parameters5/5

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

Schema description coverage is 0%, but description compensates by explaining each parameter with types, format examples (e.g., '09:30'), and meaning (e.g., 'url: 예약·티켓·문서 링크'). Adds significant value beyond schema.

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 '일자에 활동을 추가한다' (add activity to a day), specifying verb and resource. Differentiated from siblings like update_activity and delete_activity as a create operation.

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?

Description explains required and optional parameters, provides examples, and references get_trip for IDs. However, it does not explicitly state when to use this tool over alternatives like update or delete.

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/idean3885/trip-planner'

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