A
licenseNot graded
qualityC
maintenanceEnables LLMs to define Prolog facts and rules and execute queries via SWI-Prolog for logical reasoning.
4
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct action: delete, execute, get, list, or save rule bases, with no overlap in functionality.
All tool names follow a clear verb_noun pattern with snake_case (e.g., delete_rule_base, execute_prolog), maintaining uniformity.
Five tools is well-scoped for a Prolog reasoning server, covering rule base CRUD and execution without excess or deficiency.
Core operations are present (CRUD for rule bases plus execution), but missing an explicit update tool; users must delete and re-save to modify a rule base.