Skip to main content
Glama
chrischall

OurFamilyWizard MCP

by chrischall

ofw_update_event

Destructive

Update existing calendar events in OurFamilyWizard by modifying dates, times, title, notes, children tags, location, and visibility.

Instructions

Update an existing OurFamilyWizard calendar event. Fetches the event, applies the given changes, and writes the merged result back (OFW has no partial update).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
titleNo
allDayNo
endDateNoEnd date YYYY-MM-DD (default: startDate)
endTimeNoEnd time HH:mm, 24-hour (required unless allDay)
eventIdYesEvent id — the `id` from ofw_list_events / eventRecurrenceId from ofw_create_event
childrenNoChild userIds to tag; pass [] to remove all child tags (omit to keep current tags)
locationNo
startDateNoStart date YYYY-MM-DD
startTimeNoStart time HH:mm, 24-hour (required unless allDay)
privateEventNotrue = visible only to you; default false = shared with co-parent
eventParentIdNouserId of the parent the event is 'for'
pickUpParentIdNouserId of the pick-up parent
dropOffParentIdNouserId of the drop-off parent
reminderMinutesNo
Behavior4/5

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

The description adds behavioral context beyond the destructiveHint annotation: it reveals the merge strategy (fetch, apply changes, write back). It does not contradict annotations. It lacks explicit disclosure of required permissions or irreversibility details, but the annotation covers general destructiveness.

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 two sentences: first states the purpose, second explains the merge behavior. No redundancy, efficient, and front-loaded.

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 description explains the crucial merge strategy, which is key for correct usage. However, it does not explicitly state that omitted fields retain their current values, nor does it describe the return value (no output schema). For a tool with 15 parameters, this is a minor gap.

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 67% schema description coverage, the schema already documents most parameters. The description adds overall context about the merge operation but does not elaborate on individual parameters beyond what's in the schema. Baseline 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 'Update an existing OurFamilyWizard calendar event.' It also explains the merge strategy, distinguishing it from create (ofw_create_event) and delete (ofw_delete_event) siblings.

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 explains the fetch-merge-write approach and notes that OFW has no partial update, implying how to use parameters. However, it does not explicitly state when to use this tool versus create or delete, though the context with sibling tools makes it clear.

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/chrischall/ofw-mcp'

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