Skip to main content
Glama
fortin
by fortin

Manage perspective

manage_perspective

Update a custom perspective's filter rules in place. Modify existing perspectives because OmniFocus automation cannot create or delete them.

Instructions

Update a custom perspective's filter rules in place. OmniFocus cannot create or delete perspectives via automation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rulesNoReplacement archivedFilterRules document.
aggregationNo
perspective_idNo
perspective_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint=false), the description adds that changes are made in place and that OmniFocus does not permit perspective creation or deletion through automation. This is useful context for an agent forming expectations, though it omits details like defaulting behavior when rules/aggregation are null.

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?

Two sentences with no redundancy; the core action is front-loaded and the platform limitation is stated as a single useful qualifier. Every clause earns its place.

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

Completeness2/5

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

For a mutating tool with four optional parameters and only 25% schema coverage, the description leaves key operational questions unanswered: how to identify the perspective, what null values mean, and whether rules and aggregation can be updated independently. The existence of an output schema lowers the burden for return-value details, but targeting remains underspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%, and the description does not compensate. It maps conceptually to 'rules' via 'filter rules' but gives no guidance on the two perspective identifiers, the role of aggregation, or which parameters are needed to target and modify a perspective.

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?

States a specific verb ('Update'), a precise resource ('a custom perspective's filter rules'), and the in-place scope. The second sentence clarifies that perspective creation/deletion is unavailable, distinguishing this tool from potential management siblings and making its role unambiguous.

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 clearly identifies the tool as the update path for existing custom perspectives and warns that create/delete operations are not supported via automation. It does not explicitly name alternatives like query_perspectives or list the conditions for selecting perspective_id versus perspective_name, but the boundary is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.