{ "name": "delete_attachment", "description": "Delete an attachment by ID", "inputSchema": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string", "description": "Attachment ID" } }, "required": [ "id" ], "additionalProperties": false } }