Skip to main content
Glama

Routine

by routineco

taskMove

Relocate tasks across events, pages, or sections within Routine's MCP server. Define the task ID and destination to streamline task organization and management.

Instructions

Move a task.

Input Schema

NameRequiredDescriptionDefault
destinationYes
idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destination": { "additionalProperties": false, "properties": { "id": { "additionalProperties": false, "properties": { "id": { "type": "string" }, "kind": { "enum": [ "event", "event-rec", "page", "people", "task", "task-rec" ], "type": "string" } }, "type": "object" }, "section": { "items": [ { "type": "string" }, { "type": "integer" } ], "maxItems": 2, "minItems": 2, "type": "array" } }, "type": "object" }, "id": { "type": "string" } }, "required": [ "id", "destination" ], "type": "object" }

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

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