13 tools from the Slideforge MCP Server, categorised by risk level.
View the Slideforge policy →get_capabilities Get your account status and SlideForge capabilities. Returns your balance, available tools with costs, optimal workflow, and any account limits. get_slide_status Check the status of a slide generation job (for generate_slide only — render_slide is sync).
Poll every 3 seconds until status is 'complete' or 'fa... 2/5 get_usage Get your usage statistics and cost breakdown. Returns current balance, slides generated, total spend, breakdown by tier (template/creative/pro), an... list_jobs List your recent slide generation jobs. Returns job IDs, status, briefs, and preview URLs. Use to find previous jobs for iteration or re-download. list_templates Browse all available slide templates. Each template has a name, description, category, audience, style, and a param schema showing what data it acc... list_themes List available themes/brands with their color palettes. search_templates Find the best template for a slide description using semantic search. Returns ranked matches with UUID, name, description, and param schema.
WORKF... 2/5 suggest_template Suggest the best template for slide brief(s). Returns ranked matches with UUIDs, scores, and param schemas.
Single brief: pass 'brief' → one sugge... generate_deck Create a multi-slide PowerPoint deck. Each slide is rendered from a template or AI-generated in parallel.
Pass a slides array with render (templat... 3/5 generate_slide Design a custom PowerPoint slide from a natural language description. The AI creates the optimal layout, writes the rendering code, and validates q... 2/5 iterate_slide Improve a previously generated slide based on text feedback. Pass the job_id from generate_slide and describe the changes. Example: 'Make headers d... 2/5 render_slide Render a consulting-quality PowerPoint presentation slide from a template. Always synchronous — one call, done.
Two paths (both return 200 with pp... 3/5 submit_feedback Submit feedback — bug reports, feature requests, quality issues, testimonials, or general comments.
Link to a specific job with job_id for slide-q... 2/5 The Slideforge MCP server exposes 13 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Slideforge server.
Slideforge tools are categorised as Read (8), Write (5). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept