TM Forum · Capability
TM Forum Customer Support
Unified workflow capability combining TM Forum Customer Management (TMF629) and Trouble Ticket (TMF621) APIs for end-to-end customer support operations, from customer lookup to ticket resolution. Used by support agents and NOC engineers.
What You Can Do
GET
List customers
— List customer accounts
/v1/customers
POST
Create customer
— Create a new customer account
/v1/customers
GET
Get customer
— Retrieve a customer account
/v1/customers/{id}
GET
List trouble tickets
— List trouble tickets
/v1/trouble-tickets
POST
Create trouble ticket
— Create a new trouble ticket
/v1/trouble-tickets
GET
Get trouble ticket
— Retrieve a trouble ticket
/v1/trouble-tickets/{id}
PATCH
Update trouble ticket
— Update a trouble ticket status
/v1/trouble-tickets/{id}
MCP Tools
list-customers
List or find customer accounts
read-only
get-customer
Retrieve a specific customer account by ID
read-only
create-customer
Create a new customer account
update-customer
Partially update a customer account
idempotent
list-trouble-tickets
List or find trouble tickets
read-only
get-trouble-ticket
Retrieve a specific trouble ticket by ID
read-only
create-trouble-ticket
Create a new customer trouble ticket
update-trouble-ticket
Update trouble ticket status, severity, or resolution
idempotent
APIs Used
tmf629
tmf621