Skip to main content
Glama
PaymanAI

Payman Documentation MCP Server

Official
by PaymanAI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get-documentationC

Get PaymanAI documentation on a specific topic

search-documentationC

Search through PaymanAI documentation

get-code-examplesB

Get Node.js or Python code examples for PaymanAI integration

solve-problemC

Get help with common PaymanAI integration issues

get-sdk-helpC

Get help with Node.js or Python SDK usage

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
payman-overview

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation3/5

The tools have overlapping purposes that could cause confusion. For example, 'get-documentation' and 'search-documentation' both retrieve documentation content, and 'get-sdk-help' and 'solve-problem' both address integration issues. However, the descriptions provide some differentiation in scope (e.g., specific topics vs. search, SDK usage vs. general issues), which helps mitigate complete ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with hyphens, such as 'get-code-examples' and 'search-documentation'. This uniformity makes the set predictable and easy to parse, with no deviations in naming conventions across the five tools.

Tool Count4/5

With 5 tools, the count is reasonable for a documentation-focused server, providing a focused set without being overly sparse or bloated. It covers key areas like examples, documentation retrieval, and problem-solving, though it might benefit from one or two more specialized tools (e.g., for API reference or version-specific info) to be ideal.

Completeness4/5

The tool set covers core documentation needs: retrieving examples, documentation, SDK help, searching, and solving problems. Minor gaps exist, such as no tools for updating documentation, listing available topics, or handling advanced troubleshooting, but agents can likely work around these with the provided tools for most common tasks.