artifacts_export_pdf
ActiveTool of io.github.saloprj/dialogbrain
Snapshot an artifact's current version to a PDF saved in the workspace. NOTE: the PDF is a STATIC capture rendered with JavaScript disabled — interactive or JS-drawn content (charts on <canvas>, script-generated SVG) will not appear. Author charts as static SVG if they must show in the PDF. Returns the file_id; deliver it with messages.send(attachments=[file_id]).
Parameters schema
{
"type": "object",
"required": [
"artifact_id"
],
"properties": {
"artifact_id": {
"type": "integer",
"description": "The artifact to snapshot (its latest version)."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries