create_rule
Define and implement custom rules for managing Markdown documents across multiple projects, enabling project isolation and integration with LLM tools.
Instructions
创建新规则
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | 规则内容 | |
description | No | 规则描述 | |
isGlobal | Yes | 是否是全局规则 | |
name | Yes | 规则名称 | |
projectId | No | 项目ID(非全局规则需要) |