Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Accept, tentatively accept, or decline an event invitation
| Field | Value |
|---|---|
| Name | outlook__respond_to_event |
| Group | Integrations |
{
"type": "object",
"properties": {
"eventId": {
"type": "string",
"description": "Event ID"
},
"responseAction": {
"type": "string",
"description": "Response action: accept, tentativelyAccept, or decline"
},
"comment": {
"type": "string",
"description": "Response comment"
},
"sendResponse": {
"type": "boolean",
"description": "Send a response to the organizer"
}
},
"required": [
"eventId",
"responseAction"
],
"description": "Input schema for the outlook__respond_to_event tool."
}