Skip to main content
Glama

ESA MCP Server

by d-kimuson
emojis.json11.3 kB
{ "paths": { "/v1/teams/{team_name}/emojis": { "get": { "tags": ["Emoji"], "summary": "List emojis", "security": [{ "bearerAuth": [] }], "parameters": [ { "$ref": "./openapi.json#/components/parameters/teamName" }, { "name": "include", "in": "query", "schema": { "type": "string", "enum": ["all"], "description": "Include all emojis, not just team-specific ones" } } ], "responses": { "200": { "description": "List of emojis", "content": { "application/json": { "schema": { "type": "object", "properties": { "emojis": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "aliases": { "type": "array", "items": { "type": "string" } }, "category": { "type": "string" }, "raw": { "type": ["string", "null"] }, "url": { "type": "string", "format": "uri" } } } } } } } } }, "400": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "401": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "402": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "403": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "404": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "405": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "406": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "409": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "429": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "500": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } } } }, "post": { "tags": ["Emoji"], "summary": "Create a new emoji", "security": [{ "bearerAuth": [] }], "parameters": [ { "$ref": "./openapi.json#/components/parameters/teamName" } ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "required": ["emoji"], "properties": { "emoji": { "type": "object", "required": ["code"], "properties": { "code": { "type": "string" }, "origin_code": { "type": "string" }, "image": { "type": "string" } } } } } }, "multipart/form-data": { "schema": { "type": "object", "properties": { "emoji[code]": { "type": "string" }, "emoji[image]": { "type": "string", "format": "binary" } } } } } }, "responses": { "201": { "description": "Emoji created", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "string" } } } } } }, "400": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "401": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "402": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "403": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "404": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "405": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "406": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "409": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "429": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "500": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } } } } }, "/v1/teams/{team_name}/emojis/{code}": { "delete": { "tags": ["Emoji"], "summary": "Delete an emoji", "security": [{ "bearerAuth": [] }], "parameters": [ { "$ref": "./openapi.json#/components/parameters/teamName" }, { "name": "code", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "204": { "description": "Emoji deleted" }, "400": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "401": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "402": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "403": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "404": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "405": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "406": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "409": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "429": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } }, "500": { "content": { "application/json": { "schema": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } } } } } } }

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/d-kimuson/esa-mcp-server'

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