Skip to main content
Glama
pat229988
by pat229988

mail_sync_now

Trigger an incremental sync or force a full mailbox reconciliation to keep the synchronized OKF knowledge layer in line with the provider's authoritative mailbox state.

Instructions

Run an incremental sync, or force a full reconciliation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNo
account_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the burden for behavioral disclosure. It mentions incremental vs full modes, giving some transparency into behavior. However, it doesn't state whether sync is destructive, whether it can run concurrently, rate limits, or what happens to pending changes. It doesn't contradict annotations (none exist), but could describe more.

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?

A single, dense sentence with zero filler. Every word adds value, capturing the incremental/full distinction in 8 words. Ideal conciseness.

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

Completeness3/5

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

Given its position among mail_sync_initial, mail_sync_all, and mail_sync_status siblings, this description could better explain where it fits in the sync lifecycle. With an output schema present and simple parameters, the description is near-adequate but misses the opportunity to clarify how 'now' differs from 'initial' and 'all'.

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 0%, so the description must compensate. It partially does by explaining the 'full' parameter as 'force a full reconciliation,' which adds meaning to the otherwise bare boolean. However, the account_id parameter is not explained beyond the schema's title 'Account Id,' which is self-explanatory. The description adds value for 'full' but not for account_id.

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 states the verb ('Run') and resource (mail sync), and distinguishes between incremental sync vs full reconciliation. It distinguishes reasonably from the sibling tools mail_sync_initial and mail_sync_all, though it doesn't explicitly call out the differences.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage via the 'incremental vs full' contrast, and the existence of mail_sync_initial and mail_sync_all siblings suggests differentiation, but no explicit when-to-use guidance or exclusions are provided. The agent must infer the distinction between this and the sibling sync tools.

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/pat229988/OKF_MAIL'

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