There are 2 updates.
 
 
LLM AI Integration / cid:jira-generated-image-avatar-c5505bf8-6349-4042-99a2-5547f7be0f7a LLMAI-167 Open

MCP Add get_attachments tool

 
View issue   ·   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-3c54d6b1-869e-428b-97a1-ee20517fe209 Changes by Paul Pantiru on 18/Aug/26 13:04
 
Summary: MCP Add read/download attachments get_attachments tool
Description: Tool: get_attachment (VIEW, on by default)
metadata header always (mimetype, size, attachment version, author, date, document version, download URL), then dispatch by mimetype: text-like -> inline under the 6000-token budget with offset; PDF/office -> Tika extraction, labeled; images ≤ 2 MB png/jpeg/gif/webp -> real image content block; everything else -> metadata + URL.