esa_get_member
Retrieve team member details using their screen name or email for efficient collaboration and management within the esa MCP Server environment.
Instructions
Get information about a specific team member
Input Schema
Name | Required | Description | Default |
---|---|---|---|
screen_name_or_email | Yes | Screen 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"
}