Skip to main content
Glama

godspeed-mcp

bulkCreateTask

Create multiple tasks simultaneously in Godspeed by specifying titles, due dates, durations, and labels. Ideal for efficiently managing task workflows using the Godspeed API.

Input Schema

NameRequiredDescriptionDefault
tasksYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tasks": { "items": { "additionalProperties": false, "properties": { "due_at": { "format": "date-time", "type": "string" }, "duration_minutes": { "minimum": 0, "type": "integer" }, "label_ids": { "items": { "type": "string" }, "type": "array" }, "label_names": { "items": { "type": "string" }, "type": "array" }, "list_id": { "type": "string" }, "location": { "enum": [ "start", "end" ], "type": "string" }, "metadata": { "additionalProperties": {}, "type": "object" }, "notes": { "type": "string" }, "starts_at": { "format": "date-time", "type": "string" }, "timeless_due_at": { "type": "string" }, "timeless_starts_at": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title" ], "type": "object" }, "maxItems": 60, "type": "array" } }, "required": [ "tasks" ], "type": "object" }

You must be authenticated.

Other Tools from godspeed-mcp

Related Tools

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/AliNagy/godspeed-mcp'

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