read_customization
Read the contents of a rule or skill file from your workspace or global configuration.
Instructions
Read the contents of a rule or skill file.
Args: type: The customization type - either 'rule' or 'skill'. name: For 'rule', name is ignored or set to 'AGENTS.md'/.cursorrules. For 'skill', it's the skill folder name. workspace_path: Optional path to the workspace root. is_global: Set to True to read from global config, False to read from workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| is_global | No | ||
| workspace_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |