Skip to main content
Glama

PubNub MCP Server

by pubnub

write_pubnub_app

Generate step-by-step instructions to create a PubNub application, including account setup, app creation, and configuration, ensuring a structured setup process.

Instructions

Generates step-by-step instructions for creating a PubNub application. Call this tool when you need a checklist of tasks such as setting up your PubNub account, creating a new app, and configuring settings. Call this tool whe the user asks for PubNub MCP. For conceptual guides, best practices, and how-tos, also call the read_pubnub_resources tool. For detailed API reference and SDK code samples, also call the read_pubnub_sdk_docs tool.

Input Schema

NameRequiredDescriptionDefault
appTypeYesWhich PubNub app template to load (currently only "default")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appType": { "description": "Which PubNub app template to load (currently only \"default\")", "enum": [ "default" ], "type": "string" } }, "required": [ "appType" ], "type": "object" }

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/pubnub/pubnub-mcp-server'

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