ServiceNow · Capability
ServiceNow Attachment API — Attachments
ServiceNow Attachment API — Attachments. 6 operations. Lead operation: Servicenow List Attachments. Self-contained Naftiko capability covering one Servicenow business surface.
What You Can Do
GET
Listattachments
— Servicenow List Attachments
/v1/attachment
POST
Uploadattachmentbinary
— Servicenow Upload a File Attachment via Binary Stream
/v1/attachment/file
POST
Uploadattachmentmultipart
— Servicenow Upload a File Attachment via Multipart Form Data
/v1/attachment/upload
GET
Getattachment
— Servicenow Retrieve Attachment Metadata
/v1/attachment/{sys-id}
DELETE
Deleteattachment
— Servicenow Delete an Attachment
/v1/attachment/{sys-id}
GET
Downloadattachmentfile
— Servicenow Download Attachment File Content
/v1/attachment/{sys-id}/file
MCP Tools
servicenow-list-attachments
Servicenow List Attachments
read-only
idempotent
servicenow-upload-file-attachment-binary
Servicenow Upload a File Attachment via Binary Stream
servicenow-upload-file-attachment-multipart
Servicenow Upload a File Attachment via Multipart Form Data
servicenow-retrieve-attachment-metadata
Servicenow Retrieve Attachment Metadata
read-only
idempotent
servicenow-delete-attachment
Servicenow Delete an Attachment
idempotent
servicenow-download-attachment-file-content
Servicenow Download Attachment File Content
read-only
idempotent