content_get_raw
Retrieve unprocessed raw Markdown content from files or directories, combining all .md files with separators for direct use in AI models, 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 |