fathom.assert_fact¶
Assert a fact into working memory
Input schema¶
{
"properties": {
"data": {
"additionalProperties": true,
"title": "Data",
"type": "object"
},
"template": {
"title": "Template",
"type": "string"
}
},
"required": [
"template",
"data"
],
"title": "tool_assert_factArguments",
"type": "object"
}
↩ Back to MCP tool index · short name: assert_fact