Skip to main content
Glama

Payman AI MCP Server

by hrishi0102

create-test-rails-payee

Generate a new payee using TEST_RAILS payment type. Specify the payee name and optional tags to streamline payment testing and tracking within the Payman AI MCP Server.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the payee
tagsNoOptional tags for the payee
typeNoType of payment rails to useTEST_RAILS

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the payee", "type": "string" }, "tags": { "description": "Optional tags for the payee", "items": { "type": "string" }, "type": "array" }, "type": { "const": "TEST_RAILS", "default": "TEST_RAILS", "description": "Type of payment rails to use", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from Payman AI 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/hrishi0102/payman_mcp'

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