You're viewing a demo portfolio

Join the waitlist
PRSM

artifacts_set_access

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →