Skip to main content
Glama

MCP ContentEngineering

tools.ts628 B
// MCP Tools definition - SIMPLIFICADO: Solo content_get_raw export const MCP_CONTENT_TOOLS = [ { name: "content_get_raw", description: "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", inputSchema: { type: "object", properties: { file_path: { type: "string", description: "Not used - content source is determined by CONTENT_SOURCE_TYPE and CONTENT_SOURCE_PATH environment variables" } }, additionalProperties: false } } ];

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