Skip to main content
Glama

Amazing Marvin MCP

by maxsuel13

create_project_with_tasks

Automate project creation in Amazing Marvin by setting up a project with multiple tasks using natural language commands through the MCP server.

Instructions

Create a project with multiple tasks at once

Input Schema

NameRequiredDescriptionDefault
project_titleYes
project_typeNoproject
task_titlesYes

Input Schema (JSON Schema)

{ "properties": { "project_title": { "title": "Project Title", "type": "string" }, "project_type": { "default": "project", "title": "Project Type", "type": "string" }, "task_titles": { "items": { "type": "string" }, "title": "Task Titles", "type": "array" } }, "required": [ "project_title", "task_titles" ], "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