Skip to main content
Glama

MCP ContentEngineering

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

NameRequiredDescriptionDefault
file_pathNoNot used - content source is determined by CONTENT_SOURCE_TYPE and CONTENT_SOURCE_PATH environment variables

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "file_path": { "description": "Not used - content source is determined by CONTENT_SOURCE_TYPE and CONTENT_SOURCE_PATH environment variables", "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP ContentEngineering

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/hendrickcastro/MCPContentEngineering'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server