Skip to main content
Glama

retract-premise

Remove specific assertions from a logic session's knowledge base to undo premises or explore alternative reasoning paths.

Instructions

Remove a specific premise from a session's knowledge base.

When to use: You need to undo an assertion or explore alternative premises.

Example: session_id: "abc-123..." formula: "man(plato)" → Removes the exact formula if found

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID from create-session
formulaYesExact formula to remove (must match what was asserted)
verbosityNoResponse verbosity: 'minimal' (token-efficient), 'standard' (default), 'detailed' (debug info)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/automenta/mcplogic'

If you have feedback or need assistance with the MCP directory API, please join our Discord server