Skip to main content
Glama
JonnadulaNagaSambaSivaRao

Customer Support MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_ticketA
Create a new customer support ticket.

Args:
    customer_name: Customer's full name.
    customer_email: Customer's email address.
    subject: Short description of the issue.
    description: Detailed description of the problem.
    priority: Ticket priority: low, medium, high, or urgent.
get_ticketA
Retrieve a customer support ticket by ticket ID.

Args:
    ticket_id: Numeric ID of the support ticket.
search_ticketsA
Search customer support tickets.

You can search using a keyword, customer email,
ticket status, or ticket priority.

Args:
    keyword: Search subject, description, or customer name.
    customer_email: Filter by exact customer email.
    status: Filter by status: open, in_progress, resolved, closed.
    priority: Filter by priority: low, medium, high, urgent.
update_ticketA
Update an existing customer support ticket.

Args:
    ticket_id: ID of the ticket to update.
    status: New status: open, in_progress, resolved, or closed.
    priority: New priority: low, medium, high, or urgent.
    description: New ticket description.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/JonnadulaNagaSambaSivaRao/customer_support_mcp'

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