Skip to main content
Glama

Revenue Engine MCP

update_task

Modify task status, track actual hours worked, and add notes to update task progress within the revenue management system.

Instructions

Update a task

Input Schema

NameRequiredDescriptionDefault
actualHoursNo
notesNo
statusNo
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "actualHours": { "type": "number" }, "notes": { "type": "string" }, "status": { "enum": [ "To Do", "In Progress", "Completed", "Blocked" ], "type": "string" }, "taskId": { "type": "number" } }, "required": [ "taskId" ], "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