Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-app-delete

Remove an application from the Ethora platform by specifying its appId. This tool ensures logged-in users can manage and delete their apps within the Ethora MCP Server.

Instructions

Delete an app by appId for the logged-in user

Input Schema

NameRequiredDescriptionDefault
appIdYesappId for app

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "appId for app", "type": "string" } }, "required": [ "appId" ], "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/dappros/ethora-mcp-server'

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