There is 1 update.
 
 
LLM AI Integration / cid:jira-generated-image-avatar-11f20cb1-62a1-4de0-9e94-07d7165b7f1a LLMAI-167 Open

MCP Add get_attachments tool

 
View issue   ·   Add comment
 

1 update

 
cid:jira-generated-image-avatar-f2775f60-8092-4cea-a4d5-05ec91a2e44b Changes by Paul Pantiru on 18/Aug/26 13:15
 
Description: Tool: get_attachment (VIEW, on by default)
metadata 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.