Skip to main content
Glama
mrfelfel

Taghvim

recurrence

Generate bounded recurring date schedules from natural language or RRULE, converting patterns like 'every Monday' into deterministic RFC 5545 rules within a date range.

Instructions

Generate recurring date schedules using RFC 5545 RRULE. Supports natural language patterns ('every Monday', 'first Friday of every month', 'every 90 days') converted deterministically to RRULE where possible. Always generates bounded results within a date range. Never generates infinite recurrences.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rruleNoRFC 5545 RRULE string, e.g. 'FREQ=WEEKLY;BYDAY=MO'
end_dateNoEnd date (YYYY-MM-DD) bounding occurrences
timezoneNoUTC
start_dateYesStart date (YYYY-MM-DD) for occurrence generation
max_occurrencesNoMaximum occurrences to generate (max 500)
natural_languageNoHuman-readable pattern, e.g. 'every Monday', 'first Friday of every month'

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv3.0.1

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It adds valuable guarantees: deterministic conversion 'where possible', always bounded results, and never infinite recurrences. It does not discuss output format or invalid-input behavior, but the core safety constraints are covered.

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 with no filler; the main purpose is front-loaded, and the boundedness guarantee is delivered in compact separate statements. Every sentence earns its place.

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?

The description adequately covers purpose and constraints, but it does not address the relationship between the rrule and natural_language fields—for instance, what happens if both are provided or neither is provided. Since no output schema exists, this ambiguity is a real gap.

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?

Schema coverage is high (83%), so the baseline is 3. The description adds meaning by explaining that natural_language inputs are deterministically converted to RRULE where possible, and by tying result bounds to date ranges rather than just listing fields.

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 opens with a specific verb and resource: 'Generate recurring date schedules using RFC 5545 RRULE.' It also covers the natural-language mode, making it immediately distinguishable from sibling tools like calculate_date or business_days.

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?

The description implies when to use it—whenever recurring date schedules are needed, including natural-language patterns—and sets clear constraints (bounded results, no infinite recurrences). It does not explicitly name alternative tools, so it stops short of full exclusion guidance.

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

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/mrfelfel/taghvim'

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