Skip to main content
Glama
universalamateur

reclaim-mcp-server

update_focus_settings

Modify focus time parameters including duration limits, protection level, and activation status to customize concentration periods in your calendar.

Instructions

Update focus time settings.

Args: settings_id: The focus settings ID to update min_duration_mins: Minimum focus block duration in minutes ideal_duration_mins: Ideal focus block duration in minutes max_duration_mins: Maximum focus block duration in minutes defense_aggression: Protection level (NONE, LOW, MEDIUM, HIGH, MAX) enabled: Whether focus time is enabled

Returns: Updated focus settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
settings_idYes
min_duration_minsNo
ideal_duration_minsNo
max_duration_minsNo
defense_aggressionNo
enabledNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While 'Update' implies mutation, the description doesn't mention permission requirements, whether changes are reversible, rate limits, or error conditions. The return statement mentions 'Updated focus settings' but doesn't describe what that contains or confirmation behavior.

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 perfectly structured and concise. It starts with a clear purpose statement, then provides well-organized parameter documentation in bullet-like format, and ends with a return statement. Every sentence earns its place with no wasted words.

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?

For a mutation tool with 6 parameters and no annotations, the description does well on parameter documentation but lacks behavioral context. The existence of an output schema helps (so return values don't need description), but critical information about permissions, side effects, and error handling is missing. It's adequate but has clear gaps for a write operation.

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?

With 0% schema description coverage, the description provides excellent parameter documentation. It clearly explains all 6 parameters with meaningful descriptions, including the enum values for 'defense_aggression'. The only minor gap is not explaining that only 'settings_id' is required while others are optional with null defaults.

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 ('Update') and resource ('focus time settings'), making the purpose immediately understandable. However, it doesn't differentiate this tool from potential sibling tools like 'get_focus_settings' or explain what makes 'update' distinct from other focus-related operations.

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?

No guidance is provided about when to use this tool versus alternatives. There's no mention of prerequisites (like needing existing settings), when not to use it, or how it relates to sibling tools like 'get_focus_settings' or 'lock_focus_block'. The agent must infer usage context from the tool name alone.

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/universalamateur/reclaim-mcp-server'

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