Skip to main content
Glama

build_reminder

Convert minutes into an iCalendar TRIGGER string for task reminders. Specify minutes before due time to generate the correct trigger value.

Instructions

Convert minutes into an iCalendar TRIGGER string for reminders.

[Category: Utilities]  [Auth: none]
[Related: create_task, update_task]

Args:
    minutes_before: 0=at due time, 30=30min before, 60=1hr, 1440=1day, 2880=2days.

Usually you don't need this — use the reminder_minutes parameter in create_task
/ update_task directly. This tool is for inspection or manual trigger building.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minutes_beforeYes
Behavior3/5

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

No annotations provided, so description carries full burden. Describes category (Utilities) and auth (none), implying no side effects, but lacks details on output format or error behavior. Adequate for simple tool.

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?

Well-structured: one-line summary, metadata section, parameter explanation, usage note. Every sentence adds value, no fluff.

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?

For a simple utility with 1 parameter and no output schema, description covers purpose, parameter meaning, and usage guidance. Minor missing detail on exact output format but not critical.

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

Parameters5/5

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

Schema has 0% description coverage, but description adds detailed meaning for the only parameter 'minutes_before' with examples. Fully compensates for missing schema descriptions.

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?

Clearly states the verb 'convert' and resource 'minutes into an iCalendar TRIGGER string'. Distinguishes from sibling tools like build_recurrence_rule with a specific purpose.

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?

Explicitly advises when to use this tool (inspection/manual building) versus when to avoid it (use reminder_minutes parameter in create_task/update_task). Provides clear when-not-to-use guidance.

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/KpihX/tick-mcp'

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