annator / mcps /grok_com_linear /tools /delete_attachment.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
368 Bytes
{
"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
}
}