generate_referral_route_snippet
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Generates a backend route such as /api/referrals/create for logging referral events.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"framework"
],
"properties": {
"framework": {
"enum": [
"express",
"nextjs"
],
"type": "string",
"description": "Web framework for the referral route handler (Express.js or Next.js)"
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries