All tools
ToolRead
Get visualization artifact capabilities
get_visualization_artifact_capabilitiesYou 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 full registry notes
Explain Prism's supported visualization artifact runtimes and how an AI client should choose between native chart/table/metric/markdown specs, sandboxed React TSX, sandboxed self-contained HTML, and bounded Python generation before creating an artifact.
View JSON Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}