fathom.query¶
Query working memory
Input schema¶
{
"properties": {
"fact_filter": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Fact Filter"
},
"template": {
"title": "Template",
"type": "string"
}
},
"required": [
"template"
],
"title": "tool_queryArguments",
"type": "object"
}
↩ Back to MCP tool index · short name: query