Skip to main content
Glama

BaaS SMS/MCP Server

by jjunmomo

create_message_service_template

Generate a customized message service template for SMS/MMS projects by fetching a base template from CDN and applying project-specific configurations. Ideal for new setups, team standardization, and rapid prototyping.

Instructions

Create a complete message service template by fetching from CDN and customizing with project config Perfect for: New project setup, team standardization, rapid prototyping Token-optimized: Fetches base template from CDN then applies project customizations Args: project_config: Project configuration {default_callback, company_name, etc.} language: Target programming language features: List of features to include ["sms", "mms", "status_check", "history", "validation"] Returns: Complete service template with project-specific defaults and configuration Automatically injects BAAS_API_KEY from MCP server environment if available

Input Schema

NameRequiredDescriptionDefault
featuresNo
languageNojavascript
project_configYes

Input Schema (JSON Schema)

{ "properties": { "features": { "default": null, "items": { "type": "string" }, "title": "Features", "type": "array" }, "language": { "default": "javascript", "title": "Language", "type": "string" }, "project_config": { "additionalProperties": { "type": "string" }, "title": "Project Config", "type": "object" } }, "required": [ "project_config" ], "title": "create_message_service_templateArguments", "type": "object" }
Install Server

Other Tools from BaaS SMS/MCP Server

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/jjunmomo/BaaS-MCP'

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