dba_featureUsage
Analyze user feature usage metrics within a specified date range to monitor and optimize database activity on Teradata MCP Server.
Instructions
Get the user feature usage metrics for a specified date range.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| end_date | Yes | ||
| start_date | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "end_date": {
      "title": "End Date",
      "type": "string"
    },
    "start_date": {
      "title": "Start Date",
      "type": "string"
    }
  },
  "required": [
    "start_date",
    "end_date"
  ],
  "title": "_dynamic_toolArguments",
  "type": "object"
}