artifacts_get
ActiveTool of io.github.saloprj/dialogbrain
Fetch an artifact's metadata by id or slug — title, access level, version, view count, URL. Set include_html=true to also return the latest HTML body (so you can read-then-edit before calling artifacts.update).
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"slug": {
"type": "string",
"description": "The artifact slug. Pass this or artifact_id."
},
"artifact_id": {
"type": "integer",
"description": "The artifact id. Pass this or slug."
},
"include_html": {
"type": "boolean",
"description": "If true, include the latest version's HTML body."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries