Skip to main content
Glama
okdoittttt

ko-stock-mcp

by okdoittttt

get_today_date

Retrieves today's date in KST and UTC, returning YYYYMMDD and ISO formats. Use to interpret relative date queries like 'recent' or 'this year' for DART disclosures.

Instructions

오늘 날짜를 KST와 UTC 기준으로 제공합니다.

DART 조회에 쓰이는 YYYYMMDD 형식과 ISO 형식을 함께 반환합니다. "최근", "올해" 같은 상대적 날짜 질의를 해석할 때 사용하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the time zones (KST, UTC) and output formats (YYYYMMDD, ISO). Being a simple date getter, this is adequate; could mention it is read-only but not mandatory.

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?

Three sentences, each with distinct value: first states main purpose, second adds format details, third provides use case. No wasted words, front-loaded with essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given low complexity (0 parameters, no output schema), the description covers purpose, output details, and usage context. It is complete for an agent to decide when and how to use the tool.

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?

Tool has zero parameters and schema coverage is 100%. Baseline for no parameters is 4; description does not need to add parameter info. It appropriately omits param details.

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 it provides today's date in KST and UTC, with specific formats (YYYYMMDD and ISO). It is distinct from sibling tools which are data retrieval functions, not date utilities.

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?

Explicitly advises using it for interpreting relative date queries like 'recent' or 'this year'. No explicit exclusion of alternatives, but the use case is clear and context is sufficient.

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/okdoittttt/ko-stock-mcp'

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