目录 / getdeck
getdeck
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.
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://getdeck--dodraft.run.tools
{
"mcpServers": {
"getdeck": {
"url": "https://getdeck--dodraft.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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" - 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_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 suggest_deck. |
| get_theme | Return one theme in full: its complete CSS and design tokens. |
| get_starter_kit | Call 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_deck | Compose 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. ALSO use it when the user already has layouts in hand - "이 레이아웃들 모아서 프리뷰 만들어줘", "combine these layouts into a preview", "추천 프리뷰 만들어줘", "show these together as a deck" - pass them as layout_ids and it returns ONE deck preview link for the whole set. Never answer that kind of request with a list of individual layout links: one deck preview is the deliverable. 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. |
| export_pptx | Turn a deck into a downloadable .pptx file. Requests like "make it a PowerPoint", "PPT로 뽑아줘", or "export this deck" mean this tool. Takes the layout ids and the text for each slot, and returns a signed download link. Coordinates come from our measurements, so the file matches what the gallery shows — but the boxes are fixed, so text longer than slots[].max_chars will be clipped. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。