fathom.rule_matches¶
Report how far a rule got toward firing: matches, partials, activations
Input schema¶
{
"properties": {
"rule": {
"title": "Rule",
"type": "string"
}
},
"required": [
"rule"
],
"title": "tool_rule_matchesArguments",
"type": "object"
}
↩ Back to MCP tool index · short name: rule_matches