Skip to main content
Glama

MCP Test Server

by yvanfreitas

create_task

Create and manage tasks by defining title, status, and assigned user on the MCP Test Server, enabling structured task organization and tracking.

Instructions

Create a new task

Input Schema

NameRequiredDescriptionDefault
assignedToNoID of user assigned to this task
statusNoTask statuspending
titleYesTask title

Input Schema (JSON Schema)

{ "properties": { "assignedTo": { "description": "ID of user assigned to this task", "type": "number" }, "status": { "default": "pending", "description": "Task status", "enum": [ "pending", "in-progress", "completed" ], "type": "string" }, "title": { "description": "Task title", "type": "string" } }, "required": [ "title" ], "type": "object" }
Install Server

Other Tools from MCP Test Server

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/yvanfreitas/MCP-test'

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