Skip to main content
Glama

motion_recurring_tasks

List, create, or delete recurring tasks, with support for daily, weekly, monthly, quarterly, and custom frequency patterns.

Instructions

Manage recurring tasks. Required params per operation: list: workspaceId or workspaceName. create: workspaceId/workspaceName + name + assigneeId + frequency (with frequency.type). delete: recurringTaskId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoTask name. Required for: create.
durationNoTask duration in minutes or REMINDER
priorityNoTask priority (default: MEDIUM)
scheduleNoSchedule name (default: Work Hours)
frequencyNoFrequency configuration (required for create)
idealTimeNoIdeal time in HH:mm format
operationYesOperation to perform
projectIdNoProject ID.
assigneeIdNoUser ID to assign the recurring task to. Required for: create.
startingOnNoStart date (ISO 8601 format)
descriptionNoTask description.
workspaceIdNoWorkspace ID. Required for: list, create.
deadlineTypeNoDeadline type (default: SOFT)
workspaceNameNoWorkspace name (alternative to workspaceId). Required for: list, create.
recurringTaskIdNoRecurring task ID. Required for: delete.
Behavior2/5

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

No annotations are provided, so the description bears the full burden. It reveals required parameters but does not disclose behavioral traits such as side effects of create/delete, required permissions, reversibility, or response formats. For a tool capable of mutation, this lack of transparency is a significant gap.

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 a single, front-loaded sentence followed by a compact operation-to-required-params mapping. It conveys the core function and key usage constraints without waste. Every segment serves a purpose, making it highly effective for quick scanning.

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?

Despite the tool's complexity (15 params, nested frequency object, three operations), the description only covers required parameters. It omits behavioral details, return values, and operation-specific outcomes, all of which are important given there is no output schema. The rich parameter schema covers field meanings but not the operational flow, leaving the description insufficient for full autonomous use.

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?

The schema already describes every parameter with 100% coverage, including required-for notes. The description adds a per-operation summary that condenses this information into a single line, offering marginal convenience but no new semantic info beyond what the schema provides. Baseline 3 is appropriate.

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 identifies the resource ('recurring tasks') and lists the three operations (list, create, delete) with required parameters. While the verb 'manage' is generic, the operation breakdown makes the tool's purpose clear and distinguishes it from the sibling motion_tasks tool by the recurring-task resource.

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 provides explicit required parameter mappings for each operation, which is helpful for when to use it. However, it does not explicitly state when to prefer this tool over alternatives like motion_tasks, nor does it mention any exclusions or prerequisites beyond the parameter lists. The usage context is implied but not fully differentiated.

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/huebilp/motion-mcp-server'

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