Skip to main content
Glama
delete-task-list.ts431 B
import { z } from "zod" import { tasks } from "../client.ts" export const deleteTaskListInputSchema = z.object({ taskListId: z.string().describe("ID of the task list to delete") }) export type DeleteTaskListInput = z.infer<typeof deleteTaskListInputSchema> export async function deleteTaskList(args: DeleteTaskListInput) { await tasks.tasklists.delete({ tasklist: args.taskListId }) return { id: args.taskListId } }

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/itsregularjohn/mcps'

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