Skip to main content
Glama

Mews MCP

by code-rabi

addTask

Create and assign tasks within the Mews MCP server by specifying details like name, description, department, service order, deadline, type, and initial state. Streamline task management for hospitality operations.

Instructions

Adds a new task to the enterprise, optionally to a specified department

Input Schema

NameRequiredDescriptionDefault
DeadlineUtcNoTask deadline (ISO 8601)
DepartmentIdNoDepartment ID to assign the task to
DescriptionNoDetailed task description
NameYesTask name or title
ServiceOrderIdNoService order ID (reservation or product service order) to associate with
StateNoInitial task state (defaults to Open)
TypeNoTask type or category

Input Schema (JSON Schema)

{ "properties": { "DeadlineUtc": { "description": "Task deadline (ISO 8601)", "type": "string" }, "DepartmentId": { "description": "Department ID to assign the task to", "type": "string" }, "Description": { "description": "Detailed task description", "type": "string" }, "Name": { "description": "Task name or title", "type": "string" }, "ServiceOrderId": { "description": "Service order ID (reservation or product service order) to associate with", "type": "string" }, "State": { "description": "Initial task state (defaults to Open)", "type": "string" }, "Type": { "description": "Task type or category", "type": "string" } }, "required": [ "Name" ], "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/code-rabi/mews-mcp'

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