All tools
ToolWrite

Attach article artifact embed

attach_article_artifact_embed

You need to discover, read, validate, create, or attach Prism visual artifacts.

When to use it

You need to discover, read, validate, create, or attach Prism visual artifacts.

Typical workflow

Plan, generate externally, validate, then create or attach.

What it returns

Artifact metadata, specs, validation results, save guidance, or embeds.

Avoid using it when

You are trying to preview live output through MCP; render externally first.

Advanced input contract

Agent hosts use this JSON Schema to validate the exact input shape.

View JSON Schema
{
  "type": "object",
  "properties": {
    "documentId": {
      "type": "string",
      "format": "uuid"
    },
    "artifactId": {
      "type": "string",
      "format": "uuid"
    },
    "expectedUpdatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "placement": {
      "type": "string",
      "enum": [
        "start",
        "end"
      ],
      "default": "end"
    }
  },
  "required": [
    "documentId",
    "artifactId",
    "expectedUpdatedAt"
  ],
  "additionalProperties": false
}

Useful next tools