Skip to main content
Glama
chrischall

OurFamilyWizard MCP

by chrischall

ofw_send_message

Destructive

Send a message via OurFamilyWizard by composing a new one or sending a saved draft. Add file attachments and reply to messages.

Instructions

Send a message via OurFamilyWizard. To send an existing draft, pass messageId — subject/body/recipientIds become optional overrides (missing fields default to the draft's cached values) and the draft is deleted after sending. To send a fresh message, supply subject/body/recipientIds directly. draftId is the legacy spelling of messageId and works the same way. If replyToId is provided, the cache may rewrite it to the latest reply in the same thread (a note is included in the response when this happens). Attach files by passing their fileIds (from ofw_upload_attachment) in myFileIDs. After sending, the tool re-fetches the message from OFW to populate the local cache and link attachments to the new message id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoMessage body text. Required unless messageId/draftId references a cached draft.
draftIdNoLegacy synonym for messageId. If both are passed they must be equal.
subjectNoMessage subject. Required unless messageId/draftId references a cached draft.
messageIdNoID of an existing draft to send. When set, missing subject/body/recipientIds default to the draft's cached values, and the draft is deleted after sending.
myFileIDsNoAttachment file ids (from ofw_upload_attachment) to attach to the message
replyToIdNoID of the message being replied to
recipientIdsNoArray of recipient user IDs (get from ofw_get_profile). Required unless messageId/draftId references a cached draft.
Behavior5/5

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

Discloses critical behavioral traits beyond the destructiveHint annotation: draft deletion after sending, potential rewriting of replyToId, and post-send cache population. No contradictions 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 relatively long (150 words) but well-structured, starting with the core purpose then detailing each execution mode. Every sentence adds value, though it could be slightly more concise without losing clarity.

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 7 parameters, multiple modes, and no output schema, the description adequately covers requirements, side effects, and constraints. It even mentions a note in the response for replyToId rewrite. It could briefly describe the response structure, but overall it is complete enough for correct invocation.

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?

Adds significant meaning beyond the schema: explains the override behavior of messageId/draftId, the legacy draftId constraint, the replyToId rewrite, and the source of myFileIDs (from ofw_upload_attachment). Even though schema coverage is 100%, the description provides essential context for correct usage.

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 sends a message via OurFamilyWizard, distinguishes between sending a draft versus a fresh message, and mentions attachment handling. This differentiates it from sibling tools like ofw_save_draft and ofw_delete_draft.

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?

Provides explicit guidance on when to use messageId/draftId to send a draft versus providing subject/body/recipientIds for a fresh message, and how to attach files. However, it lacks explicit 'when not to use' statements or direct comparisons to sibling tools like ofw_save_draft.

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