Skip to main content
Glama

ESA MCP Server

by d-kimuson
members.json10.2 kB
{ "paths": { "/v1/teams/{team_name}/members": { "get": { "tags": ["Member"], "summary": "List team members", "security": [{ "bearerAuth": [] }], "parameters": [ { "$ref": "#/components/parameters/teamName" }, { "name": "sort", "in": "query", "schema": { "type": "string", "enum": ["posts_count", "joined", "last_accessed"], "default": "posts_count" } }, { "name": "order", "in": "query", "schema": { "type": "string", "enum": ["asc", "desc"], "default": "desc" } } ], "responses": { "200": { "description": "List of members", "content": { "application/json": { "schema": { "type": "object", "properties": { "members": { "type": "array", "items": { "$ref": "#/components/schemas/Member" } } }, "allOf": [{ "$ref": "#/components/schemas/Pagination" }] } } } }, "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}/members/{screen_name_or_email}": { "get": { "tags": ["Member"], "summary": "Get a team member", "security": [{ "bearerAuth": [] }], "parameters": [ { "$ref": "#/components/parameters/teamName" }, { "name": "screen_name_or_email", "in": "path", "required": true, "schema": { "type": "string" }, "description": "Screen name or email of the member, or 'me' for the authenticated user" } ], "responses": { "200": { "description": "Member details", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Member" } } } }, "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" } } } } } }, "delete": { "tags": ["Member"], "summary": "Remove a team member", "security": [{ "bearerAuth": [] }], "parameters": [ { "$ref": "#/components/parameters/teamName" }, { "name": "screen_name_or_email", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "204": { "description": "Member removed" }, "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