Skip to main content
Glama

Routine

by mquan

delete-routine

Remove a routine by name after user confirmation. Verify exact routine details using the list of routines to ensure accurate deletion.

Instructions

Delete a routine by name. Always confirm with user that they want to delete it. User may supply a name that's not exactly as how it's stored. Use the load-routines tool to get the list of all routines.

Input Schema

NameRequiredDescriptionDefault
nameYesExact name of the routine to be deleted.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Exact name of the routine to be deleted.", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Routine

Related Tools

    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/mquan/routine'

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