content_get_raw
Retrieve unprocessed raw Markdown content from files or directories, combining multiple .md files into one with separators. Ideal for providing AI models or workflows with unaltered business rules, documentation, or knowledge bases.
Instructions
Get raw markdown content without any processing. If source is a file, returns that file. If source is a directory, combines ALL .md files into one content with separators
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | No | Not used - content source is determined by CONTENT_SOURCE_TYPE and CONTENT_SOURCE_PATH environment variables |