Call first to receive the mandatory workflow protocol and workspace orientation. It explains when to request project context, how to find bundled guides, and the edit–validate–save loop before any other openl_ tool.
An MCP-compatible server that uses iFlytek's large language model to generate PowerPoint presentations, offering template selection, outline creation, and PPT generation with features like automatic image insertion.
Read the content of one side of a conflicting file to understand the code and decide how to resolve the conflict. This read-only action supports informed merge conflict resolution.
Track how a Wikipedia article evolves: retrieve recent edit history with revision IDs, timestamps, editors, summaries, byte-size changes, and diff links.
Edit files in WordPress wp-content directory to update themes, plugins, or custom code. Specify site domain, file path, and new content to modify site files.
Apply line-addressed file changes atomically by naming each action and path, using read_file revisions to safely create, edit, delete, move, or copy files.
Retrieve the full TypeScript source code of a bundled template by id. Use after templates.list to get a complete defineIntent() file, ready to edit and compile.
Delete a specific file by path; the operation fails if the file does not exist and can be reversed by reverting to an earlier checkpoint. Use this action when a file should be removed without deleting a directory.
Apply multiple exact-string edits across one or more files in a single validated operation; if any edit fails, no file is changed. Use it to commit related changes together.
Apply a targeted edit to an existing project file by replacing the first occurrence of an exact old string with a new string. Use this instead of write_file to modify large files without rewriting the entire file.