Skip to main content
Glama

PubNub MCP Server

by pubnub

read_pubnub_chat_sdk_docs

Retrieve PubNub Chat SDK documentation in markdown format for specific languages and topics, including code examples and usage patterns, to enhance development workflows.

Instructions

Retrieves official PubNub Chat SDK documentation for a given Chat SDK language and topic section. Call this tool whenever you need detailed Chat SDK docs, code examples, or usage patterns. Returns documentation in markdown format.

Input Schema

NameRequiredDescriptionDefault
languageYesChat SDK language to retrieve documentation for
topicYesChat SDK documentation topic to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "Chat SDK language to retrieve documentation for", "enum": [ "javascript", "kotlin", "swift", "unity", "unreal" ], "type": "string" }, "topic": { "description": "Chat SDK documentation topic to retrieve", "enum": [ "configuration", "chat", "channel", "user", "message", "membership", "thread-channel", "thread-message", "message-draft", "event", "access-control", "glossary" ], "type": "string" } }, "required": [ "language", "topic" ], "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