artifacts_set_access
ActiveTool of io.github.saloprj/dialogbrain
Change an artifact's access level. 'shared' makes the unguessable link the capability (anyone-with-link); 'private' revokes that — the link 404s for anyone not signed into the workspace. Existing shared links keep the same URL when re-shared.
Parameters schema
{
"type": "object",
"required": [
"artifact_id",
"access_level"
],
"properties": {
"artifact_id": {
"type": "integer",
"description": "The artifact to change."
},
"access_level": {
"enum": [
"private",
"shared"
],
"type": "string",
"description": "'shared' (anyone-with-link) or 'private' (in-app only)."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries