Skip to main content
Glama

오늘 해야 할 일 후보 생성

get_today_tasks
Read-onlyIdempotent

Retrieve today's essential tasks and upcoming deadlines for real estate transactions based on contract dates and user role.

Instructions

기준일과 일정 후보를 조합해 오늘 해야 할 일과 임박 일정 후보를 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageNo문서 또는 단계 구분.
regionNo시/군/구 수준까지만 허용. 상세주소 금지.
contextNo전문가 검토 트리거용 문맥 태그.
user_roleYes사용자 역할. buyer 또는 tenant.
closing_dateNoYYYY-MM-DD 형식의 잔금일.
current_dateNoYYYY-MM-DD 형식의 기준일.
move_in_dateNoYYYY-MM-DD 형식의 입주일.
contract_dateNoYYYY-MM-DD 형식의 계약일.
calendar_styleNo캘린더 출력 스타일.
lease_end_dateNoYYYY-MM-DD 형식의 임대차 종료일.
transaction_typeYes거래 유형. home_purchase, lease_jeonse, lease_monthly 중 하나.
deposit_amount_rangeNo정확한 액수 대신 범위 문자열.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
unknownsYes
disclaimerYes
expert_review_pointsYes
source_status_summaryYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds value by explaining the combination logic (reference date + schedule candidates) and specifying outputs (today's tasks and imminent schedule candidates). No contradictions with annotations.

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 a single, well-structured Korean sentence that front-loads the core function. No redundant or unnecessary words. Achieves clarity in minimal space.

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?

Despite the tool's complexity (12 parameters, many date fields), the description only provides a high-level overview. It omits details like how 'schedule candidates' are determined or the role of the stage parameter. The existence of an output schema partially compensates, but behavioral completeness is lacking.

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

Parameters3/5

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

Schema coverage is 100%, so the input schema already documents all parameters. The description adds no parameter-specific details or interaction guidance. It does not explain how parameters like stage or region affect the output.

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 uses specific verbs ('combines', 'returns') and clearly identifies the resource ('today's tasks and imminent schedule candidates'). Distinguishes from siblings like 'generate_calendar_items' and 'generate_pre_contract_checklist' by focusing on daily tasks based on combined dates and transaction types.

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 implies the tool is for generating a task list for today based on input dates and transaction type. However, it provides no explicit guidance on when to use it versus alternatives (e.g., generate_calendar_items for calendar output). No exclusions or prerequisites are stated.

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/inhoinno86-hub/kakao_mcp_checktime'

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