Retrieve full markdown bodies of 1-5 guides by exact IDs from the guide index. Use openl_list_guides to find IDs first; invalid IDs cause errors. Bodies are verbatim with no truncation.
Resolve the agent guidance applicable to a project by walking up parent directories, collecting all AGENTS.md files, and returning them concatenated with priority from root to project folder.
Enables AI assistants to interact with OpenL Studio's business rules management system, allowing repository, project, rule, and deployment management via natural language.
openGlad is an MCP server that provides AI agents with tools for loss-prevention, market intelligence, and startup diagnostics using data from Reddit, Hacker News, GitHub, and Polymarket.
Create or replace a file in an OpenL project by its relative path. Supports text and binary content, optional Git commit, and configurable conflict handling.
Append new data to any OpenL table type: fields for Datatype, rules for Rules, steps for Spreadsheet, values for Vocabulary, or rows for RawSource. Returns the table's current ID.
Get post-compilation status: compile state, diagnostics, pending changes, and module summary. Optionally wait for compilation to complete with real-time progress notifications.
Creates a new OpenL project in a design repository, either as a blank project or by cloning an existing project's full structure including rules, tests, and settings.
Check which features a design repository supports, including branching and searchability. Use this to verify capability before performing operations that depend on specific features.
Read any project file by relative path: retrieve file content (text or binary), metadata, list folder entries, or download folder as ZIP. Supports version and branch pinning.
Delete an entire table from a project, clearing all its rows and columns so the table no longer exists after recompilation. Use for removing tables completely; for partial removals, use delete rows or columns instead.