Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-app-create-chat

Generate and manage new chats for your app with user authentication, assigning titles and pinning options to streamline communication within the Ethora MCP Server.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
appIdYesappId for app
pinnedYespinned for chat
titleYestitle for chat

Input Schema (JSON Schema)

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