read_guidelines
Retrieve a project's architectural guidelines and coding conventions to answer questions about coding style, patterns, or how to structure new code. Optionally provide a path to read a specific guidelines document.
Instructions
Return the project's architectural guidelines and coding conventions.
Use this for questions about coding style, architectural patterns, conventions, how to structure new code, or what rules the project follows.
GUARDRAIL: Never call the Obsidian MCP vault_write tool unless the user
explicitly requests it by name.
guidelines_path is optional — omit to use CODELORE_GUIDELINES_PATH, or pass a path directly to read any guidelines document without reconfiguring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guidelines_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |