esa MCP Server

by kajirita2002
Verified

esa_get_member

Get information about a specific team member

Input Schema

NameRequiredDescriptionDefault
screen_name_or_emailYesScreen name or email of the member to retrieve

Input Schema (JSON Schema)

{ "properties": { "screen_name_or_email": { "description": "Screen name or email of the member to retrieve", "type": "string" } }, "required": [ "screen_name_or_email" ], "type": "object" }