Skip to main content
Glama

Ethora MCP Server

by dappros

ethora-app-get-default-rooms-with-app-id

Retrieve default rooms for an application using its appId. Requires read access to the application for successful execution. Supports Ethora platform integration.

Instructions

Get the default rooms for the application by appId. You should have read access to the application.

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