Spiral Writer
Summary
Spiral MCP Server provides a standardized interface for interacting with Spiral's language models through four powerful tools: listing available models, generating text from prompts, processing content from files, and extracting article content from URLs. Built with FastMCP, it features robust error handling, asynchronous operations for better performance, and smart article extraction capabilities using BeautifulSoup. The implementation is particularly valuable for content generation workflows that require processing inputs from various sources, making it ideal for blog writing, technical documentation expansion, and news article analysis without leaving the conversation interface.
Available Actions(4)
list_models
Lists all available Spiral models with their capabilities and metadata.
generate
Generates text using a specified Spiral model. Parameters: model (ID or slug of the model), prompt (input text to generate from).
generate_from_file
Generates text using a Spiral model with input from a file. Parameters: model (ID or slug of the model), file_path (path to the input file).
generate_from_url
Generates text using a Spiral model with input from a URL. Parameters: model (ID or slug of the model), url (URL to fetch content from), extract_article (whether to extract article content or use full HTML, default: true).
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione