{ "name": "stalwart_read_email", "description": "Read the full contents of a specific email by its ID.", "parameters": { "type": "object", "properties": { "emailId": { "type": "string", "description": "The ID of the email to read." } }, "required": ["emailId"] } }