sales_customer_profile
Retrieve detailed customer profiles and metrics by inputting a customer key using the Teradata MCP Server for effective sales and data analysis.
Instructions
Get customer profile and metrics.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customer_key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"customer_key": {
"title": "Customer Key",
"type": "string"
}
},
"required": [
"customer_key"
],
"title": "_dynamic_toolArguments",
"type": "object"
}