Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-app-update

Update application fields such as display name, domain, description, color, and bot status for user-created apps on the Ethora MCP Server. Manage app configurations efficiently.

Instructions

Updates the application fields for the logged-in user who has created the app.

Input Schema

NameRequiredDescriptionDefault
appDescriptionNoSet the application description
appIdYesappId for app
botStatusYesSet the bot status to on or off, if on bot is enabled
displayNameNodisplayName of the application
domainNameNoIf the domainName is set to 'abcd', your web application will be available at abcd.ethora.com.
primaryColorNoSet thie color of the application in #F54927 format

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appDescription": { "description": "Set the application description", "type": "string" }, "appId": { "description": "appId for app", "type": "string" }, "botStatus": { "description": "Set the bot status to on or off, if on bot is enabled", "enum": [ "on", "off" ], "type": "string" }, "displayName": { "description": "displayName of the application", "type": "string" }, "domainName": { "description": "If the domainName is set to 'abcd', your web application will be available at abcd.ethora.com.", "type": "string" }, "primaryColor": { "description": "Set thie color of the application in #F54927 format", "type": "string" } }, "required": [ "appId", "botStatus" ], "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