Skip to main content
Glama

vietnamese-calendar

convert_date_solar2lunar

Convert a solar date (Gregorian calendar) to lunar date (Vietnamese calendar)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesSolar (Gregorian) date in YYYY-MM-DD format (e.g. 2026-04-18)

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does add the context that the conversion uses the Vietnamese calendar, which is a useful behavioral detail. However, it does not disclose potential edge cases (e.g., invalid dates, timezone dependence) or explicitly state that it is a pure calculation with no 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clearly front-loaded sentence that states the tool's purpose without any fluff or repetition. It earns its place with essential information only.

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 tool is simple with one parameter and no output schema. The description adequately covers the core purpose and the calendar system. It does not specify the return format, but the output is logically inferable from the tool name and description, making it reasonably complete for a low-complexity tool.

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?

The input schema covers 100% of the parameter, including format and an example. The description adds no additional semantic detail beyond what the schema already provides, so the baseline of 3 is appropriate.

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 tool converts a solar date to a lunar date, specifying the calendars (Gregorian to Vietnamese). The verb 'convert' is specific, and the direction is explicit, distinguishing it from the sibling tool convert_date_lunar2solar.

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?

Usage is implied by the description: if you have a solar date and need a Vietnamese lunar date, use this. However, it does not explicitly state when to prefer this over alternatives, nor does it mention the inverse tool or any exclusions. The guidance is minimal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: converting between lunar and solar dates, getting Can Chi, retrieving lunar days for a month, and obtaining vegetarian days. There is no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, such as 'convert_date_lunar2solar' and 'get_canchi'. The naming is predictable and uniform.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of Vietnamese calendar conversions and queries. Each tool serves a necessary function without being excessive or insufficient.

Completeness4/5

The tool set covers core functionalities: bidirectional date conversion, Can Chi, lunar days per month, and vegetarian days. Minor omissions like holiday lookup or more detailed lunar year queries are acceptable for a focused server.

Resources