Skip to main content
Glama

Discord MCP Server

discord_cleanup_download

Remove downloaded Discord attachment files to free up storage space using a specified file path, ensuring efficient resource management within the Discord MCP Server.

Instructions

Clean up a previously downloaded Discord attachment file

Input Schema

NameRequiredDescriptionDefault
pathYesFile path to clean up

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "File path to clean up", "type": "string" } }, "required": [ "path" ], "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/RossH121/discord-mcp'

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