@chargebee/mcp

Official

chargebee_documentation_search

Do not use this tool for code generation. For code generation use "chargebee_code_planner" tool. This tool will take in parameters about integrating with Chargebee in their application, then search and retrieve relevant Chargebee documentation content.

It takes the following arguments:

  • query (string): The user query to search an answer for in the Chargebee documentation.
  • language (enum): The programming language for the documentation. Check the user's application language.
  • userRequest (string): User's original request to you.

Input Schema

NameRequiredDescriptionDefault
languageNoThe programming language for the documentation. Check the user's application language.
queryYesThe user query to search an answer for in the Chargebee documentation.
userRequestNoUser's original request to you.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "The programming language for the documentation. Check the user's application language.", "enum": [ "node", "python", "curl", "java", "go", "java", "ruby", "php", "dotnet" ], "type": "string" }, "query": { "description": "The user query to search an answer for in the Chargebee documentation.", "type": "string" }, "userRequest": { "description": "User's original request to you.", "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: zzbkp9gxn1