annator / mcps /grok_com_linear /tools /get_attachment.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
378 Bytes
{
"name": "get_attachment",
"description": "Retrieve an attachment's content by ID.",
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Attachment ID"
}
},
"required": [
"id"
],
"additionalProperties": false
}
}