getdeck

getdeck gives your AI agent a library of ready-made presentation slides.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • List Layouts: Search or filter the layout catalog to find a specific layout. Returns metadata only, no HTML. Also the tool for "what is new", "any new layouts?", "what got added since last month" - pa
  • List Themes: Search or filter the theme catalog. Returns metadata and key colors only, not the full CSS.
  • Get Layout: Return one layout as a ready-to-use, self-contained document: HTML, theme CSS, and its slot definitions. Call this once the user knows which layout they want, or with ids returned by sugge

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

getdeck gives your AI agent a library of ready-made presentation slides. Agents such as Claude Code, Claude Desktop, ChatGPT, Gemini, Cursor, VS Code, Windsurf and Cline can search layouts and themes and fetch them while you work. Search works without a key.

There are over 160 slide layouts in 17 categories (cover, chart and data, timeline, comparison, pricing, team, closing and more) and 41 themes. Each layout is a self-contained HTML page at 1920x1080, and any layout can be previewed in any theme. Every text slot has a character limit, so a title or a stat does not overflow its box.

Searching layouts and themes needs no key. Fetching a full layout or theme needs a free API key from getdeck.dodraft.studio (sign in with Google). The Pro plan ($9.99 per month, 7-day free trial) lets the agent compose a whole deck: give it a topic, and it picks a theme and a slide order and returns a preview link you can open in the browser.

Список инструментов сервера (6)

Технические названия из tools/list. Нужны только разработчикам.

list_layoutsSearch or filter the layout catalog to find a specific layout. Returns metadata only, no HTML. Also the tool for "what is new", "any new layouts?", "what got added since last month" - pass `since` and it returns only what landed after that date. If the user asked for a whole deck rather than one slide, call suggest_deck first instead of this.
list_themesSearch or filter the theme catalog. Returns metadata and key colors only, not the full CSS.
get_layoutReturn one layout as a ready-to-use, self-contained document: HTML, theme CSS, and its slot definitions. Call this once the user knows which layout they want, or with ids returned by suggest_deck.
get_themeReturn one theme in full: its complete CSS and design tokens.
get_starter_kitCall this when joining several fetched layouts into one deck file. Requests like "merge these into one file", "bundle it as a deck", or "make it one HTML" mean this tool. Returns the base CSS, assembly rules, spacing tokens, and a viewport snippet for standalone viewing.
suggest_deckCompose a deck and return a preview link the user can open in the browser right away. The user sees what the finished deck looks like without a single file being generated. Use this for requests like "make me a pitch deck", "I need a sales deck", "10 slides for an investor update", "put together a product overview", or "show me a deck outline" - anything where the user has a topic but has not picked layouts yet. Returns one theme + a slide order + the preview link, plus a `clarify` question to put to the user so the composition and theme are their call, not a guess. Always pass the preview link through to the user verbatim, ask clarify.question with its options, and wait for the answer - then call this tool again with deck_id / theme_id as clarify.answer_with says. Do not start generating files while a clarify question is unanswered. Once it is settled, fetch each layout id with get_layout, then call get_starter_kit to join them into one deck.