query_matrix
Search across business topics and time periods to find relevant data in revenue tracking systems. Use keywords to locate specific information within your sales pipeline, email communications, and calendar events.
Instructions
Search Matrix for keyword across topics and dates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | Search term | |
limit | No | Max results (default 50) | |
topics | No | Topics to search (optional, defaults to all) |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"description": "Search term",
"type": "string"
},
"limit": {
"description": "Max results (default 50)",
"type": "number"
},
"topics": {
"description": "Topics to search (optional, defaults to all)",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"keyword"
],
"type": "object"
}