Skip to main content
Glama

Prompts MCP Server

by tanker327

delete_prompt

Remove a specific prompt by its name from the Prompts MCP Server, ensuring efficient management of prompt templates stored as markdown files.

Instructions

Delete a prompt by name

Input Schema

NameRequiredDescriptionDefault
nameYesName of the prompt to delete

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the prompt to delete", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Prompts MCP Server

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/tanker327/prompts-mcp-server'

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