Skip to main content
Glama

Amazing Marvin MCP

by maxsuel13

create_task

Add a new task in Amazing Marvin with title, due date, project, category, and optional note directly through AI assistant integrations.

Instructions

Create a new task in Amazing Marvin

Input Schema

NameRequiredDescriptionDefault
category_idNo
due_dateNo
noteNo
project_idNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "category_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category Id" }, "due_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Due Date" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Note" }, "project_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project Id" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title" ], "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