Skip to main content
Glama
universalamateur

reclaim-mcp-server

reschedule_focus_block

Move a scheduled focus time block to a different time slot in your Reclaim.ai calendar. Specify new start and end times or let AI suggest optimal rescheduling.

Instructions

Reschedule a focus time block to a different time.

Args: calendar_id: The calendar ID containing the focus block event_id: The focus block event ID to reschedule start_time: New start time in ISO format (optional, triggers AI reschedule if not provided) end_time: New end time in ISO format (optional)

Returns: Planner action result with updated event state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendar_idYes
event_idYes
start_timeNo
end_timeNo

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 the full burden of behavioral disclosure. It states the tool reschedules a focus block and mentions optional parameters trigger AI rescheduling, but lacks critical details: whether this requires specific permissions, if changes are reversible, potential rate limits, or what happens to overlapping events. For a mutation tool with zero annotation coverage, this leaves significant behavioral gaps.

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 appropriately sized and front-loaded with the core purpose in the first sentence. The Args/Returns sections are structured but slightly verbose; every sentence earns its place by clarifying parameters and output, though the AI reschedule note could be more concise.

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 the tool's moderate complexity (4 parameters, mutation operation) and no annotations but an output schema, the description is partially complete. It explains parameters and mentions the return type, but lacks behavioral context (e.g., permissions, effects) and doesn't fully leverage the output schema to detail the 'Planner action result' structure, leaving room for improvement.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning by explaining 'calendar_id' contains the focus block, 'event_id' identifies it, and optional 'start_time'/'end_time' use ISO format with AI fallback. However, it doesn't clarify parameter interactions (e.g., if both times are null) or provide examples, leaving some semantic gaps despite covering all 4 parameters.

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 tool's purpose with a specific verb ('reschedule') and resource ('focus time block'), and distinguishes it from siblings like 'lock_focus_block' or 'unlock_focus_block' by focusing on time adjustment rather than access control. However, it doesn't explicitly differentiate from other time-related tools like 'add_time_to_task' or 'update_task', which could involve similar time management concepts.

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 alternatives. It doesn't mention prerequisites (e.g., needing an existing focus block), exclusions (e.g., not for non-focus events), or comparisons to siblings like 'update_task' or 'lock_focus_block' that might handle related time adjustments. The agent must infer usage from context 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