MCP Resources
Read-only data endpoints for AI agent context
MCP resources are read-only data endpoints that AI clients can query for context. Resources provide structured information that helps AI agents make informed decisions about sketch creation and modification.
| URI | Description |
|---|---|
genart://skills | List all 24 available design knowledge skills with descriptions |
genart://presets/canvas | All 17 built-in canvas dimension presets across 5 categories |
genart://gallery | Loaded sketches in the active workspace with metadata summaries |
genart://renderers | Available renderer types with display name, algorithm language, and runtime dependencies |
genart://components | All 55 reusable components with categories and renderer compatibility |
genart://plugins | Registered design plugins with layer types and tool counts |
genart://symbols/categories | Symbol library categories with counts |
Usage
MCP clients can read resources to get context before calling tools. For example, reading genart://presets/canvas before create_sketch helps the agent choose an appropriate canvas size.
Resources are automatically available to any connected MCP client — no tool call is needed to access them.