Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Replace a Gmail draft
gmail__update_draft
{ "type": "object", "properties": { "draftId": { "type": "string", "description": "Draft ID" }, "message": { "type": "object", "description": "Draft message containing raw RFC 2822 content" } }, "required": [ "draftId", "message" ], "description": "Input schema for the gmail__update_draft tool." }