Skip to main content
Glama

Amazing Marvin MCP

by maxsuel13

batch_create_tasks

Create multiple tasks simultaneously in Amazing Marvin, with the option to assign them to specific projects or categories, streamlining task management and organization.

Instructions

Create multiple tasks at once with optional project/category assignment

Input Schema

NameRequiredDescriptionDefault
category_idNo
project_idNo
task_listYes

Input Schema (JSON Schema)

{ "properties": { "category_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category Id" }, "project_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project Id" }, "task_list": { "items": { "type": "string" }, "title": "Task List", "type": "array" } }, "required": [ "task_list" ], "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/maxsuel13/Amazing-Marvin-MCP'

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