Skip to content

fathom.retract

Retract facts from 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_retractArguments",
  "type": "object"
}

↩ Back to MCP tool index · short name: retract