Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-app-delete-chat

Remove a specific chat for the logged-in user within an Ethora app by providing the app ID and chat JID.

Instructions

Delete a chat for the logged-in user who has created the app.

Input Schema

NameRequiredDescriptionDefault
appIdYesappId for app
chatJidYestitle for chat

Input Schema (JSON Schema)

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