You're viewing a demo portfolio

Join the waitlist
PRSM

artifacts_get

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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

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 →