Skip to main content
Glama

update_day

Update a specific day's title or content in a trip itinerary. Modify trip day details by providing the trip ID and day ID.

Instructions

일자의 제목이나 내용을 수정한다.

Args: trip_id: 여행 ID day_id: 일자 ID (get_trip에서 확인) title: 변경할 제목 (빈 문자열이면 변경하지 않음) content: 변경할 내용 (빈 문자열이면 변경하지 않음)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
day_idYes
contentNo
trip_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses an important behavioral detail: passing empty strings for title or content results in no change. However, with no annotations, it does not cover side effects, permissions, error conditions, or output format, which limits transparency.

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 concise: one sentence for purpose followed by a clear bullet list of parameters. It is front-loaded and every sentence adds value with no wasted words.

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?

The description adequately covers the tool's functionality and parameters for a simple update operation. However, it does not mention the output schema or provide guidance on error handling, leaving minor gaps.

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?

Despite 0% schema description coverage, the description fully explains each parameter in the Args list, including the special behavior of empty strings for title and content. This adds significant meaning beyond the schema types.

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 that it modifies the title or content of a day, using a specific verb and resource. It distinguishes from sibling tools like clear_day_content (which clears content) and create_day (which creates new days).

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 explicit guidance on when to use this tool versus alternatives. The description does not mention when-not-to-use or recommend clear_day_content for clearing content, leaving the agent to infer from sibling names.

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