Skip to main content
Glama

Payman AI Documentation MCP Server

solve-problem

Resolve PaymanAI integration issues quickly by describing the problem and specifying the SDK (nodejs or python). Simplifies troubleshooting for efficient integration development.

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" }

Other Tools from Payman AI 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/Vanshika-Rana/payman-mcp-server'

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