Skip to main content
Glama

Chargebee MCP Server

by ampcome-mcps

chargebee_documentation_search

Search Chargebee's product documentation for general feature explanations, billing concepts, and subscription management processes. Use for non-implementation queries to understand Chargebee's functionalities.

Instructions

Only use this tool for general product documentation queries, NOT for implementation questions.

Do not use this tool for code generation or implementation questions. For any developer questions about implementing Chargebee functionality (like "how to update billing address", "how to create subscription", etc.), use "chargebee_code_planner" tool instead.

This tool should only be used for:

  • General product documentation queries about Chargebee's features and concepts
  • Understanding billing, payments, receivables, revenue recognition concepts
  • Learning about subscription management processes
  • Finding product feature explanations and overviews
  • Non-implementation related documentation queries

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", "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" }
Install Server

Other Tools from Chargebee 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/ampcome-mcps/chargebee-mcp'

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