Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Task API Server
Claim
by
milkosten
GitHub
Developer Tools
Browser Automation
JavaScript
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
deleteTask
Input Schema
Name
Required
Description
Default
taskId
Yes
The unique ID of the task to delete
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "description": "The unique ID of the task to delete", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "taskId" ], "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
createTask
deleteTask
listTasks
updateTask