Skip to main content
Glama

Find consecutive free days

familia_find_free_days
Read-only

Use this when the user asks to find free days, open dates, vacation windows, long weekends, or consecutive days without hard Familia availability blockers. Do not use for listing tasks on one known date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of free-day runs to return. Defaults to 8.
timezoneNoIANA timezone used for day boundaries, e.g. Europe/Prague.
startDateNoYYYY-MM-DD or ISO datetime. Defaults to today.
busyEndHourNoEnd hour of the day window to consider busy. Defaults to 24.
horizonDaysNoHow many days to scan forward from startDate. Defaults to 120.
householdIdNoOptional Familia household id. Omit to use all accessible households.
busyStartHourNoStart hour of the day window to consider busy. Defaults to 0.
blockingPolicyNoavailability ignores soft reminders such as chores, checklists, birthdays/name days and ordinary tasks; strict treats any timeline item as busy.availability
consecutiveDaysNoRequired length of each free-day run. Defaults to 4.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
runsYes
countYes
caveatYes
timezoneYes
startDateYes
horizonDaysYes
blockingPolicyYes
securityNoticeYes
consecutiveDaysYes

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds 'without hard Familia availability blockers' which hints at the blocking semantics, but it does not explain behavior like busy-hour windows or policy effects beyond what the schema already documents.

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?

Two tight sentences, with the primary usage scenario front-loaded and a useful exclusion added. No filler or repetition.

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 has 9 fully documented parameters, an output schema, and read-only annotations. The description focuses appropriately on when to use the tool, which is what an agent needs most for selection. Minor gaps like naming sibling tools or describing result shape are largely covered by other structured fields.

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?

Schema description coverage is 100%, so every parameter already has a meaningful description. The tool description adds no additional parameter-level insight, which is acceptable given the schema carries the full burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool's purpose: finding free days, open dates, vacation windows, long weekends, and consecutive days without availability blockers. It also distinguishes itself by explicitly saying not to use it for listing tasks on one known date, though it does not name a specific sibling tool.

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 gives explicit trigger phrases ('find free days', 'open dates', 'vacation windows', 'long weekends') and a clear negative case ('do not use for listing tasks on one known date'). It lacks a named alternative tool, but the when/when-not guidance is strong.

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.

Resources