Skip to main content
Glama

BaaS SMS/MCP Server

by jjunmomo

get_code_template_url

Retrieve CDN URLs for SMS/MMS integration code templates in various programming languages and frameworks. Simplifies API integration with examples and guides for direct /api/message/ calls.

Instructions

Get URL for BaaS SMS/MMS integration code template from CDN Perfect for: Getting optimized, maintained code templates without token overhead Args: language: Programming language (javascript, python, php, java, go, csharp) framework: Optional framework (react, vue, django, laravel, fastapi, spring, etc.) deployment_platform: Optional platform (vercel, netlify, aws, docker, etc.) Returns: CDN URL to markdown file with complete code examples and integration guide Templates include direct API calls to https://api.aiapp.link with /api/message/ endpoints

Input Schema

NameRequiredDescriptionDefault
deployment_platformNo
frameworkNo
languageYes

Input Schema (JSON Schema)

{ "properties": { "deployment_platform": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Deployment Platform" }, "framework": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Framework" }, "language": { "title": "Language", "type": "string" } }, "required": [ "language" ], "title": "get_code_template_urlArguments", "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