Skip to main content
Glama
GlassyWorld

OmniFocus MCP Server

by GlassyWorld

get_completed_since

Retrieve completed OmniFocus actions and action groups within a specified time range. Provide a start datetime to filter completions.

Instructions

Read-only. Return directly completed OmniFocus actions and action groups within an inclusive absolute time range. Project root completion events are excluded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoRequired ISO 8601 datetime with Z or explicit UTC offset. The inclusive lower completion time bound.
untilNoOptional ISO 8601 datetime with Z or explicit UTC offset. Defaults to the current time and is inclusive.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
completedYes
Behavior2/5

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

With no annotations provided, the description carries the full burden. It declares 'Read-only' and mentions an exclusion, but does not disclose other behavioral traits such as pagination, ordering, rate limits, or authorization requirements. For a read-only tool, this is minimal transparency.

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 extremely concise, consisting of two sentences with zero fluff. It is front-loaded with the core purpose and exclusions, making it efficient for an AI agent to parse.

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 the tool's simplicity (two parameters, output schema exists), the description covers the essential aspects: what is returned, the time range inclusivity, and the exclusion. It does not specify sorting or limits, but the output schema likely covers return structure. Overall, it provides sufficient context for basic usage.

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 already provides descriptions for both parameters (100% coverage). The description adds value by specifying the time range inclusivity and indicating that 'since' is required (though not marked in schema). This clarifies parameter semantics beyond the schema alone.

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 'Return' and the resource 'directly completed OmniFocus actions and action groups'. It also specifies the exclusion of project root completion events. However, it does not explicitly differentiate from sibling tools, but the tool name and context make it distinct.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus siblings. It neither states explicit contexts for use nor mentions alternatives, leaving the agent to infer usage solely from the tool name and description.

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/GlassyWorld/Omnifocus-Agent-MCP'

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