@chargebee/mcp

Official

chargebee_code_planner

Always use this tool to get the accurate integeration code guide for Chargebee. This tool will take in parameters about integrating with Chargebee in their application and generates a integration workflow along with the code snippets.

It takes the following arguments:

  • goal (string): What is the user's goal?
  • language (enum): Programming language the code to be generated in. Check the user's application language.

Input Schema

NameRequiredDescriptionDefault
goalYesWhat is the user's goal?
languageNoProgramming language the code to be generated in. Check the user's application language.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "goal": { "description": "What is the user's goal?", "type": "string" }, "language": { "description": "Programming language the code to be generated in. Check the user's application language.", "enum": [ "node", "python", "curl", "java", "go", "java", "ruby", "php", "dotnet" ], "type": "string" } }, "required": [ "goal" ], "type": "object" }
ID: zzbkp9gxn1