Skip to main content
Glama

Revenue Engine MCP

add_task

Create new tasks in your revenue management system with descriptions, priorities, due dates, and time estimates for organized business operations.

Instructions

Add a new task

Input Schema

NameRequiredDescriptionDefault
dueDateNoYYYY-MM-DD
estimatedHoursNo
notesNo
priorityNo
relatedToNo
taskDescriptionYes

Input Schema (JSON Schema)

{ "properties": { "dueDate": { "description": "YYYY-MM-DD", "type": "string" }, "estimatedHours": { "type": "number" }, "notes": { "type": "string" }, "priority": { "enum": [ "High", "Medium", "Low" ], "type": "string" }, "relatedTo": { "type": "string" }, "taskDescription": { "type": "string" } }, "required": [ "taskDescription" ], "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/PromptishOperations/mcpSpec'

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