grentank/mcp-server-gigachat-image-generation
If you are the rightful owner of mcp-server-gigachat-image-generation and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a Model Context Protocol (MCP) server, focusing on its features, tools, resources, and usage across different platforms.
Tools
Functions exposed to the LLM to take actions
generate_image
Generate an image using Gigachat API based on the provided prompt.
Args:
prompt: Text description of the image to generate
download_image
Download generated image from Gigachat API and save it to disk.
Args:
file_id: ID of the generated image
output_path: Path where to save the image. Use absolute path that starts with C:/
generate_and_save_image
Generate an image and save it to disk in one step.
Args:
prompt: Text description of the image to generate
output_path: Path where to save the image. Use absolute path that starts with C:/
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client