MCP tools/Images

Images tools.

Image uploads are two-phase: `createImageUploadSession` returns a signed URL the agent uses to PUT the file directly to storage, then `insertImageInDocument` references the uploaded asset. The same session pattern works for replacing an existing image. All access goes through HMAC-scoped signed URLs so storage is never exposed to the public network.

Live discovery

Your agent can call searchTools with category: "images" to fetch this list at runtime, complete with full input schemas. The page below is the human-readable mirror.

5 tools

Every tool below honours the credential’s permission scope and the user’s org role — agents see only what they’re authorised to call.

  • createImageUploadSession

    Get a signed URL to upload an image (multipart-safe).

  • insertImageInDocument

    Drop an uploaded image into a document at a specific position.

  • getImageInDocument

    Read image metadata and the signed serve URL.

  • updateImageInDocument

    Replace an image in place (preserves attribution).

  • deleteImageInDocument

    Remove an image from a document.