find_tool_patterns
Analyzes successful tool usage patterns within Claude Historian's conversation history to optimize workflows and improve decision-making.
Instructions
Find patterns of successful tool usage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of patterns (default: 20) | |
tool_name | No | Optional specific tool name to analyze |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of patterns (default: 20)",
"type": "number"
},
"tool_name": {
"description": "Optional specific tool name to analyze",
"type": "string"
}
},
"type": "object"
}