Skip to main content
Glama
chrischall

OurFamilyWizard MCP

by chrischall

ofw_save_draft

Save a message draft in OurFamilyWizard. Replace an existing draft (new ID created), add recipients, reply-to, and attachments from uploaded files.

Instructions

Save a message as a draft in OurFamilyWizard. Recipients are optional. Pass messageId to replace an existing draft — note that under the hood this creates a NEW draft and deletes the old one (OFW's update-in-place endpoint silently no-ops while echoing the posted body, so we don't use it); the response.id will be the NEW id, not the messageId you passed, and the change is documented in a transparency NOTE in the response. If replyToId is provided, the cache may rewrite it to the latest reply in the thread (note included in response). Attach files by passing their fileIds (from ofw_upload_attachment) in myFileIDs. After saving, the tool re-fetches the draft from OFW to populate the local cache from authoritative server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesMessage body text
subjectYesMessage subject
messageIdNoID of an existing draft to replace (the new draft will have a new id; the old is deleted)
myFileIDsNoAttachment file ids (from ofw_upload_attachment)
replyToIdNoID of the message this draft replies to
recipientIdsNoArray of recipient user IDs (optional for drafts)
Behavior5/5

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

The description discloses important behavioral traits beyond the readOnlyHint annotation: creating a new draft and deleting the old one, response.id being new, and cache rewriting for replyToId. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is slightly lengthy but well-structured with front-loaded key information. Each sentence adds value, though it could be trimmed slightly without losing meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (side effects, cache behavior, file attachment) and the absence of an output schema, the description covers all necessary behavioral nuances, including re-fetching from server to populate cache.

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?

The input schema covers all 6 parameters with descriptions, so the baseline is 3. The description adds significant value by explaining the practical implications of 'messageId', 'myFileIDs', and 'replyToId', which go beyond the 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 saves a message as a draft, specifies optional recipients, and explains the process of replacing an existing draft. It distinguishes itself from sibling tools like 'ofw_send_message' and 'ofw_list_drafts' by focusing on draft saving.

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 provides explicit guidance on when to use the tool and key caveats (e.g., new ID creation, cache rewriting for replyToId). It does not explicitly mention when not to use it (e.g., if you want to send immediately), but the context is clear enough.

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