Skip to main content
Glama

Majin Slide MCP

by nanameru

create_slide_file

Save generated Markdown slides as .md files using this tool. Input filename and content to create or overwrite presentation-ready files in a specified directory.

Instructions

生成済みのMarkdownスライドを.mdファイルとして保存します。モデルがMarkdownを出力した直後に続けて実行してください(同名があれば上書き)。

Input Schema

NameRequiredDescriptionDefault
contentYesThe markdown content for the slides
filenameYesName of the markdown file to create (without extension)
output_dirNoDirectory path where the file should be created (default: current directory).

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The markdown content for the slides", "type": "string" }, "filename": { "description": "Name of the markdown file to create (without extension)", "type": "string" }, "output_dir": { "default": ".", "description": "Directory path where the file should be created (default: current directory)", "type": "string" } }, "required": [ "filename", "content" ], "type": "object" }

Other Tools from Majin Slide MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nanameru/Majin-Slide-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server