Skip to main content
Glama

Payman Documentation MCP Server

Official
by PaymanAI

solve-problem

Resolve PaymanAI integration issues by describing the problem and specifying the SDK (nodejs or python). Access documentation to troubleshoot and build integrations effectively.

Instructions

Get help with common PaymanAI integration issues

Input Schema

NameRequiredDescriptionDefault
problemYesDescribe the issue you're experiencing
sdkNoWhich SDK you're using (nodejs or python)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "problem": { "description": "Describe the issue you're experiencing", "type": "string" }, "sdk": { "description": "Which SDK you're using (nodejs or python)", "enum": [ "nodejs", "python" ], "type": "string" } }, "required": [ "problem" ], "type": "object" }
Install Server

Other Tools from Payman Documentation 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/PaymanAI/payman-doc-mcp-server'

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