Skip to main content
Glama

Payman Documentation MCP Server

Official
by PaymanAI

get-code-examples

Obtain Node.js or Python code examples for integrating PaymanAI features, enabling developers to implement specific functionalities quickly.

Instructions

Get Node.js or Python code examples for PaymanAI integration

Input Schema

NameRequiredDescriptionDefault
featureYesThe feature or functionality you need code examples for
languageNoProgramming language (nodejs or python)nodejs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feature": { "description": "The feature or functionality you need code examples for", "type": "string" }, "language": { "default": "nodejs", "description": "Programming language (nodejs or python)", "enum": [ "nodejs", "python" ], "type": "string" } }, "required": [ "feature" ], "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