15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|