Skip to main content
Glama

update_activity

Modify an existing activity within a trip itinerary by updating its title, timing, location, cost, category, or notes.

Instructions

활동을 수정한다.

Args: trip_id: 여행 ID day_id: 일자 ID activity_id: 활동 ID title: 변경할 제목 (빈 문자열이면 변경하지 않음) start_time: 변경할 시작 시간 HH:mm (예: "13:00") start_timezone: 시작 IANA 시간대 (예: "Asia/Seoul") end_time: 변경할 종료 시간 HH:mm (예: "20:15") end_timezone: 종료 IANA 시간대 (예: "Europe/Lisbon") location: 변경할 장소명 memo: 변경할 메모 url: 변경할 링크 (예약·티켓·문서, 빈 문자열이면 변경하지 않음) cost: 변경할 비용 (0이면 변경하지 않음) currency: 변경할 통화 코드 category: 변경할 유형 (SIGHTSEEING, DINING, TRANSPORT, ACCOMMODATION, SHOPPING, OTHER) payment_timing: 변경할 지출 시점 (ADVANCE=사전 결제, ON_SITE=현장 결제)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
costNo
memoNo
titleNo
day_idYes
trip_idYes
categoryNo
currencyNo
end_timeNo
locationNo
start_timeNo
activity_idYes
end_timezoneNo
payment_timingNo
start_timezoneNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations present, but the description clearly states the mutation behavior and specifies that optional parameters with defaults (e.g., empty string) will not change the field, which provides adequate transparency beyond the schema.

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 structured with 'Args:' and each parameter on a separate line, making it easy to scan. However, it is somewhat lengthy due to listing all 15 parameters; still, every line adds value.

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?

With 15 parameters (3 required) and an output schema present, the description covers all parameters and their semantics, making it sufficiently complete for an update tool. No major gaps identified.

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 the description adds detailed meaning to each parameter, including special behaviors (e.g., '빈 문자열이면 변경하지 않음' for title, '0이면 변경하지 않음' for cost), fully compensating for the lack of schema descriptions.

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 '활동을 수정한다' (modify activity), specifies the verb and resource, and is distinct from sibling tools like create_activity, delete_activity, and reorder_activities.

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 explains what the tool does but does not provide explicit guidance on when to use it versus alternatives like create_activity or update_day, nor does it mention prerequisites or exclusions.

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