Skip to main content
Glama
chrischall

OurFamilyWizard MCP

by chrischall

ofw_sync_messages

Syncs messages from OurFamilyWizard into a local cache. Returns folder counts and unread inbox messages, optionally fetching bodies or deep-scanning all pages.

Instructions

Sync messages from OurFamilyWizard into the local cache. Returns counts per folder and a list of unread inbox messages whose bodies were NOT fetched (to avoid mark-as-read on OFW). Call ofw_get_message(id) on those to read them. Pass deep:true to walk all OFW pages instead of stopping at the first all-cached page (use to backfill suspected gaps).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deepNoIf true, walk every OFW page until empty regardless of cache state. Use to backfill gaps. Default false.
foldersNoFolders to sync (default: all three)
fetchUnreadBodiesNoIf true, also fetch bodies for unread inbox messages (will mark them as read on OFW). Default false.
Behavior5/5

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

The description discloses behavioral traits beyond annotations: it reveals that fetchUnreadBodies marks messages as read on OFW, that deep walks all pages, and that unread inbox bodies are not fetched by default to avoid marking. No contradiction with annotations.

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 concise, front-loaded with the main action, and each sentence adds essential information. No redundant or irrelevant content.

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?

Given no output schema, the description adequately explains return values (counts and list of unread). It covers key behaviors like deep walking and mark-as-read. Minor omission: no detail on cache behavior across multiple calls, but overall sufficient.

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 100%, so baseline is 3. The description adds behavioral context for each parameter: deep for backfilling, fetchUnreadBodies for marking read, and folders defaulting to all three. This provides value beyond schema.

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 syncs messages into a local cache and returns counts per folder and a list of unread inbox messages with bodies not fetched. It distinguishes from siblings like ofw_get_message by explicitly referencing it.

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 advises calling ofw_get_message for unread messages and explains deep:true for backfilling. It provides clear context but does not explicitly compare to other sibling tools like ofw_list_messages.

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/hemnet-mcp'

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