Skip to main content
Glama
AngusHsu

Lunar Calendar MCP Server

by AngusHsu

batch_check_dates

Analyze multiple dates simultaneously for auspiciousness of a specific activity, processing up to 30 dates at once to identify the best and worst options for event planning.

Instructions

Efficiently analyzes multiple dates simultaneously for a specific activity's auspiciousness. Processes up to 30 dates in a single request, returning scores and levels for each date. Also identifies and highlights the best and worst dates in the batch. This bulk analysis tool is perfect for quickly evaluating several potential dates for an event, comparing options across a non-continuous date range, or conducting comparative analysis of multiple candidates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datesYesArray of dates in YYYY-MM-DD format
activityYesActivity type
cultureNoCultural traditionchinese
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well describing the core functionality (batch processing, scoring, highlighting extremes) and capacity limits (up to 30 dates). However, it doesn't mention error handling, performance characteristics, authentication requirements, or rate limits - important behavioral aspects for a bulk processing tool.

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 appropriately sized with three sentences that each add value. It's front-loaded with the core functionality, followed by capacity details, and concludes with usage scenarios. While efficient, the third sentence could be slightly more concise by combining the three usage scenarios more tightly.

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?

For a tool with 3 parameters, 100% schema coverage, but no annotations or output schema, the description provides good purpose and usage context but lacks details about return format, error conditions, and behavioral constraints. The absence of an output schema means the description should ideally explain what 'scores and levels' means, but it doesn't provide this detail.

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?

With 100% schema description coverage, the baseline is 3. The description doesn't add significant parameter semantics beyond what's in the schema - it mentions 'dates' and 'activity' but doesn't elaborate on valid activity types, cultural traditions beyond the default, or date format requirements. The schema already documents these parameters adequately.

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's purpose with specific verbs ('analyzes multiple dates', 'processes up to 30 dates', 'returning scores and levels', 'identifies and highlights best and worst dates') and distinguishes it from siblings by emphasizing bulk analysis capabilities. It explicitly contrasts with single-date tools like 'check_auspicious_date' through its batch processing nature.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool versus alternatives: 'perfect for quickly evaluating several potential dates for an event, comparing options across a non-continuous date range, or conducting comparative analysis of multiple candidates.' This clearly differentiates it from single-date checking tools and suggests it's the appropriate choice for multi-date 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/AngusHsu/lunar-mcp-server'

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