genart.dev

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.

URIDescription
genart://skillsList all 24 available design knowledge skills with descriptions
genart://presets/canvasAll 17 built-in canvas dimension presets across 5 categories
genart://galleryLoaded sketches in the active workspace with metadata summaries
genart://renderersAvailable renderer types with display name, algorithm language, and runtime dependencies
genart://componentsAll 55 reusable components with categories and renderer compatibility
genart://pluginsRegistered design plugins with layer types and tool counts
genart://symbols/categoriesSymbol 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.

On this page