Skip to main content
Glama

update_activity

Update an existing activity's details including title, times, location, cost, category, and reservation status.

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: 변경할 메모 cost: 변경할 비용 (0이면 변경하지 않음) currency: 변경할 통화 코드 category: 변경할 유형 (SIGHTSEEING, DINING, TRANSPORT, ACCOMMODATION, SHOPPING, OTHER) reservation_status: 변경할 예약 상태 (REQUIRED, RECOMMENDED, ON_SITE, NOT_NEEDED, RESERVED)

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It does explain parameter-level behavior (e.g., empty string for title means no change, cost=0 means no change), but omits high-level effects like whether updates are partial or full, or any side effects.

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 reasonably concise with a clear purpose statement followed by a parameter list. The 'Args:' header is slightly redundant but not harmful. Could be slightly more terse.

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?

Given the tool has 14 parameters and an output schema, the description adequately explains each parameter's purpose. However, it lacks overall context like return value description or constraints. Since output schema exists, return value is not required, but some operational context is missing.

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?

Schema has 0% description coverage, so the description compensates by explaining each parameter's meaning in Korean (e.g., '변경할 제목' for title, time format specification). This adds significant value beyond the schema's type/default alone.

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 action ('활동을 수정한다' means 'modify the activity') and resource ('활동' = activity). It distinguishes from sibling tools like create_activity or delete_activity by specifying update.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like update_day, or when not to use it. The description lacks context about prerequisites or scenarios.

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