Initial commit of Stalwart MCP Server
This commit is contained in:
14
stalwart_read_email.json
Normal file
14
stalwart_read_email.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user